Update how we specify SCSI device variables

In recent os-autoinst the old 'stuff it all in HDDMODEL' doesn't
work and tells you to do it like this. This way does work in the
older os-autoinst currently on prod too, so this should be fine.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-11-20 22:26:50 -08:00
parent e870e43a08
commit b802ea9401

View File

@ -4751,8 +4751,9 @@
settings => [ settings => [
{ key => "TEST_UPDATES", value => "1" }, { key => "TEST_UPDATES", value => "1" },
{ key => "GRUB", value => "inst.updates=https://fedorapeople.org/groups/qa/updates/updates-openqa.img" }, { key => "GRUB", value => "inst.updates=https://fedorapeople.org/groups/qa/updates/updates-openqa.img" },
{ key => "HDDMODEL", value => "virtio-scsi-pci" }, { key => "HDDMODEL", value => "scsi-hd" },
{ key => "CDMODEL", value => "scsi-cd" }, { key => "CDMODEL", value => "scsi-cd" },
{ key => "SCSICONTROLLER", value => "virtio-scsi-pci" },
], ],
}, },
{ {