mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
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" },
|
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" },
|
machine => { name => "32bit" },
|
||||||
product => {
|
product => {
|
||||||
@ -446,6 +456,16 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "fedup_desktop" },
|
test_suite => { name => "fedup_desktop" },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
machine => { name => "32bit" },
|
||||||
|
product => {
|
||||||
|
arch => "i386",
|
||||||
|
distri => "fedora",
|
||||||
|
flavor => "universal",
|
||||||
|
version => "*",
|
||||||
|
},
|
||||||
|
test_suite => { name => "server_updates_img_local" },
|
||||||
|
}
|
||||||
],
|
],
|
||||||
Machines => [
|
Machines => [
|
||||||
{
|
{
|
||||||
@ -753,5 +773,16 @@
|
|||||||
],
|
],
|
||||||
variables => "",
|
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