mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-16 03:33:08 +00:00
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:
parent
e870e43a08
commit
b802ea9401
@ -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" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user