mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 10:11:26 +00:00
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:
parent
6e801bcd52
commit
fd2ed44162
15
needles/anaconda_kde_highlighted.json
Normal file
15
needles/anaconda_kde_highlighted.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"tags": [
|
||||||
|
"anaconda_kde_highlighted"
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 53,
|
||||||
|
"ypos": 278,
|
||||||
|
"width": 26,
|
||||||
|
"height": 12,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/anaconda_kde_highlighted.png
Normal file
BIN
needles/anaconda_kde_highlighted.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
15
needles/anaconda_kde_selected.json
Normal file
15
needles/anaconda_kde_selected.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"tags": [
|
||||||
|
"anaconda_kde_selected"
|
||||||
|
],
|
||||||
|
"properties": [],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 31,
|
||||||
|
"ypos": 278,
|
||||||
|
"width": 49,
|
||||||
|
"height": 12,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/anaconda_kde_selected.png
Normal file
BIN
needles/anaconda_kde_selected.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
31
templates
31
templates
@ -296,6 +296,16 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "server_no_swap" },
|
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" },
|
machine => { name => "uefi" },
|
||||||
product => {
|
product => {
|
||||||
@ -636,6 +646,16 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "upgrade_2_desktop_32bit" },
|
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 => [
|
Machines => [
|
||||||
{
|
{
|
||||||
@ -1008,6 +1028,7 @@
|
|||||||
{ key => "BOOTFROM", value => "c" },
|
{ key => "BOOTFROM", value => "c" },
|
||||||
{ key => "HDD_1", value => "disk_f23_desktop_x86_64.img" },
|
{ key => "HDD_1", value => "disk_f23_desktop_x86_64.img" },
|
||||||
{ key => "UPGRADE", value => "desktop" },
|
{ key => "UPGRADE", value => "desktop" },
|
||||||
|
{ key => "DESKTOP", value => "gnome" },
|
||||||
],
|
],
|
||||||
variables => "",
|
variables => "",
|
||||||
},
|
},
|
||||||
@ -1042,6 +1063,7 @@
|
|||||||
{ key => "BOOTFROM", value => "c" },
|
{ key => "BOOTFROM", value => "c" },
|
||||||
{ key => "HDD_1", value => "disk_f23_desktop_i686.img" },
|
{ key => "HDD_1", value => "disk_f23_desktop_i686.img" },
|
||||||
{ key => "UPGRADE", value => "desktop" },
|
{ key => "UPGRADE", value => "desktop" },
|
||||||
|
{ key => "DESKTOP", value => "gnome" },
|
||||||
],
|
],
|
||||||
variables => "",
|
variables => "",
|
||||||
},
|
},
|
||||||
@ -1108,5 +1130,14 @@
|
|||||||
],
|
],
|
||||||
variables => "",
|
variables => "",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name => "package_set_kde",
|
||||||
|
prio => 26,
|
||||||
|
settings => [
|
||||||
|
{ key => "DESKTOP", value => "kde" },
|
||||||
|
{ key => "PACKAGE_SET", value => "kde" },
|
||||||
|
],
|
||||||
|
variables => "",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user