add updates.img via local media test
Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D496
This commit is contained in:
parent
5d0afd612b
commit
f71faaa43d
18
needles/anaconda_install_destination_pony_selected.json
Normal file
18
needles/anaconda_install_destination_pony_selected.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"tags": [
|
||||
"anaconda_install_destination_pony",
|
||||
"ENV-DISTRI-fedora",
|
||||
"ENV-INSTLANG-en_US",
|
||||
"ENV-FLAVOR-develop"
|
||||
],
|
||||
"area": [
|
||||
{
|
||||
"xpos": 92,
|
||||
"ypos": 237,
|
||||
"width": 25,
|
||||
"height": 26,
|
||||
"type": "match"
|
||||
}
|
||||
],
|
||||
"properties": []
|
||||
}
|
BIN
needles/anaconda_install_destination_pony_selected.png
Normal file
BIN
needles/anaconda_install_destination_pony_selected.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
31
templates
31
templates
@ -226,6 +226,16 @@
|
||||
},
|
||||
test_suite => { name => "fedup_desktop" },
|
||||
},
|
||||
{
|
||||
machine => { name => "64bit" },
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "universal",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "server_updates_img_local" },
|
||||
},
|
||||
{
|
||||
machine => { name => "32bit" },
|
||||
product => {
|
||||
@ -446,6 +456,16 @@
|
||||
},
|
||||
test_suite => { name => "fedup_desktop" },
|
||||
},
|
||||
{
|
||||
machine => { name => "32bit" },
|
||||
product => {
|
||||
arch => "i386",
|
||||
distri => "fedora",
|
||||
flavor => "universal",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "server_updates_img_local" },
|
||||
}
|
||||
],
|
||||
Machines => [
|
||||
{
|
||||
@ -753,5 +773,16 @@
|
||||
],
|
||||
variables => "",
|
||||
},
|
||||
{
|
||||
name => "server_updates_img_local",
|
||||
prio => 20,
|
||||
settings => [
|
||||
{ key => "NUMDISKS", value => "2" },
|
||||
{ key => "HDD_2", value => "disk_updates_img.img" },
|
||||
{ key => "BOOT_UPDATES_IMG_URL", value => "1" },
|
||||
{ key => "GRUB", value => "inst.updates=hd:LABEL=UPDATES_IMG:/updates.img" },
|
||||
],
|
||||
variables => "",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user