add kickstart hdd testsuite

This commit is contained in:
Garret Raziel 2015-03-12 10:58:04 +01:00 committed by geekotest
parent b8e011e2ff
commit 591861586e
1 changed files with 34 additions and 0 deletions

View File

@ -126,6 +126,26 @@
},
test_suite => { name => "server_software_raid" },
},
{
machine => { name => "64bit" },
product => {
arch => "x86_64",
distri => "fedora",
flavor => "server",
version => "rawhide",
},
test_suite => { name => "server_delete_partial" },
},
{
machine => { name => "64bit" },
product => {
arch => "x86_64",
distri => "fedora",
flavor => "server",
version => "rawhide",
},
test_suite => { name => "server_kickstart_hdd" },
},
],
Machines => [
{
@ -273,5 +293,19 @@
],
variables => "",
},
{
name => "server_kickstart_hdd",
prio => 13,
settings => [
{ key => "KICKSTART", value => "1" },
{ key => "GRUB", value => "inst.ks=hd:vdb1:/root-user-crypted-net.ks" },
{ key => "NUMDISKS", value => "2" },
{ key => "HDD_2", value => "disk_ks.img" }
{ key => "ROOT_PASSWORD", value => "111111" },
{ key => "USER_LOGIN", value => "test" },
{ key => "USER_PASSWORD", value => "test" },
],
variables => "",
},
],
}