reintroduce SATA

This commit is contained in:
Jan Sedlák 2017-01-16 13:07:47 +01:00
parent e848ce768e
commit a946b02e71
1 changed files with 29 additions and 0 deletions

View File

@ -655,6 +655,28 @@
},
test_suite => { name => "install_delete_pata" },
},
{
machine => { name => "64bit" },
prio => 20,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "universal",
version => "*",
},
test_suite => { name => "install_sata" },
},
{
machine => { name => "uefi" },
prio => 21,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "universal",
version => "*",
},
test_suite => { name => "install_sata" },
},
{
machine => { name => "64bit" },
prio => 20,
@ -1657,6 +1679,13 @@
{ key => "HDD_1", value => "disk_full_mbr.img" },
],
},
{
name => "install_sata",
settings => [
{ key => "HDDMODEL", value => "ide-drive" },
{ key => "ATACONTROLLER", value => "ich9-ahci" },
],
},
{
name => "install_mirrorlist_graphical",
settings => [