From 936725c2843981bdbdf4cdff3bb2aab92fa22ba7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 22 Jan 2016 12:23:51 -0800 Subject: [PATCH] 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 --- templates | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates b/templates index b2229eac..6dee55bd 100755 --- a/templates +++ b/templates @@ -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" },