add updates.img via local media test

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D496
This commit is contained in:
Jan Sedlák 2015-08-17 17:36:40 +02:00
parent 5d0afd612b
commit f71faaa43d
3 changed files with 49 additions and 0 deletions

View 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": []
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -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 => "",
},
],
}