drop 'SATA' part of sata_multi - it doesn't work (T691)
Summary: per T691, this has never actually tested SATA. With os-autoinst 4.2 it actually tests PATA, with os-autoinst 4.3 it breaks. We can't find a way to make it do what we want with os-autoinst 4.3, so we're dropping the HDDMODEL bit entirely for now. We will file a ticket upstream to see if this can be solved. We keep the test itself because it's also the only test that hits 'guided_multi'; I'll post a matching diff for tools to change the wiki reporting config to match. Test Plan: Schedule tests with os-autoinst 4.3 and see if this one runs properly now. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D730
This commit is contained in:
parent
a0f75b4227
commit
936725c284
@ -378,7 +378,7 @@
|
||||
flavor => "universal",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "server_sata_multi" },
|
||||
test_suite => { name => "server_multi" },
|
||||
},
|
||||
{
|
||||
machine => { name => "uefi" },
|
||||
@ -389,7 +389,7 @@
|
||||
flavor => "universal",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "server_sata_multi" },
|
||||
test_suite => { name => "server_multi" },
|
||||
},
|
||||
{
|
||||
machine => { name => "64bit" },
|
||||
@ -1097,10 +1097,9 @@
|
||||
],
|
||||
},
|
||||
{
|
||||
name => "server_sata_multi",
|
||||
name => "server_multi",
|
||||
settings => [
|
||||
{ key => "PARTITIONING", value => "guided_multi" },
|
||||
{ key => "HDDMODEL", value => "ide-hd,bus=ahci0.0" },
|
||||
{ key => "NUMDISKS", value => "2" },
|
||||
{ key => "HDD_2", value => "disk_full_mbr.img" },
|
||||
{ key => "ROOT_PASSWORD", value => "weakpassword" },
|
||||
|
Loading…
Reference in New Issue
Block a user