mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 10:11:26 +00:00
add kickstart hdd testsuite
This commit is contained in:
parent
b8e011e2ff
commit
591861586e
34
templates
34
templates
@ -126,6 +126,26 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "server_software_raid" },
|
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 => [
|
Machines => [
|
||||||
{
|
{
|
||||||
@ -273,5 +293,19 @@
|
|||||||
],
|
],
|
||||||
variables => "",
|
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 => "",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user