add KDE package set testcase

add KDE package set testcase - this only adds needles and
new testcase configuration, because with needles cleanup from D670,
it should work without change in code.

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D673
This commit is contained in:
Jan Sedlák 2015-12-08 11:49:38 +01:00
parent 6e801bcd52
commit fd2ed44162
5 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"tags": [
"anaconda_kde_highlighted"
],
"properties": [],
"area": [
{
"xpos": 53,
"ypos": 278,
"width": 26,
"height": 12,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -0,0 +1,15 @@
{
"tags": [
"anaconda_kde_selected"
],
"properties": [],
"area": [
{
"xpos": 31,
"ypos": 278,
"width": 49,
"height": 12,
"type": "match"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View File

@ -296,6 +296,16 @@
},
test_suite => { name => "server_no_swap" },
},
{
machine => { name => "64bit" },
product => {
arch => "x86_64",
distri => "fedora",
flavor => "universal",
version => "*",
},
test_suite => { name => "package_set_kde" },
},
{
machine => { name => "uefi" },
product => {
@ -636,6 +646,16 @@
},
test_suite => { name => "upgrade_2_desktop_32bit" },
},
{
machine => { name => "64bit" },
product => {
arch => "i386",
distri => "fedora",
flavor => "universal",
version => "*",
},
test_suite => { name => "package_set_kde" },
},
],
Machines => [
{
@ -1008,6 +1028,7 @@
{ key => "BOOTFROM", value => "c" },
{ key => "HDD_1", value => "disk_f23_desktop_x86_64.img" },
{ key => "UPGRADE", value => "desktop" },
{ key => "DESKTOP", value => "gnome" },
],
variables => "",
},
@ -1042,6 +1063,7 @@
{ key => "BOOTFROM", value => "c" },
{ key => "HDD_1", value => "disk_f23_desktop_i686.img" },
{ key => "UPGRADE", value => "desktop" },
{ key => "DESKTOP", value => "gnome" },
],
variables => "",
},
@ -1108,5 +1130,14 @@
],
variables => "",
},
{
name => "package_set_kde",
prio => 26,
settings => [
{ key => "DESKTOP", value => "kde" },
{ key => "PACKAGE_SET", value => "kde" },
],
variables => "",
},
],
}