mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-15 11:13:08 +00:00
reintroduce SATA
This commit is contained in:
parent
e848ce768e
commit
a946b02e71
29
templates
29
templates
@ -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 => [
|
||||
|
Loading…
Reference in New Issue
Block a user