add missing default_install tests to templates

This adds missing default_install tests to templates - we've missed
KDE live and Server DVD on UEFI for some reason and Workstation netinst was
missing. After this, we should have all non-optional tests from "Default
boot and install" section covered.

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D693
This commit is contained in:
Jan Sedlák 2015-12-22 09:23:25 +01:00
parent 13f58b0426
commit 0d710e3ee9
1 changed files with 75 additions and 0 deletions

View File

@ -61,6 +61,17 @@
},
test_suite => { name => "default_install" },
},
{
machine => { name => "uefi" },
prio => 11,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "server_dvd",
version => "*",
},
test_suite => { name => "default_install" },
},
{
machine => { name => "64bit" },
prio => 10,
@ -86,6 +97,39 @@
{
machine => { name => "64bit" },
prio => 15,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "workstation_boot",
version => "*",
},
test_suite => { name => "default_install" },
},
{
machine => { name => "uefi" },
prio => 16,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "workstation_boot",
version => "*",
},
test_suite => { name => "default_install" },
},
{
machine => { name => "64bit" },
prio => 15,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "kde_live",
version => "*",
},
test_suite => { name => "default_install" },
},
{
machine => { name => "uefi" },
prio => 16,
product => {
arch => "x86_64",
distri => "fedora",
@ -622,6 +666,17 @@
},
test_suite => { name => "default_install" },
},
{
machine => { name => "64bit" },
prio => 17,
product => {
arch => "i386",
distri => "fedora",
flavor => "workstation_boot",
version => "*",
},
test_suite => { name => "default_install" },
},
{
machine => { name => "64bit" },
prio => 17,
@ -827,6 +882,16 @@
],
version => "*",
},
{
arch => "x86_64",
distri => "fedora",
flavor => "workstation_boot",
name => "",
settings => [
{ key => "DESKTOP", value => "gnome" }
],
version => "*",
},
{
arch => "x86_64",
distri => "fedora",
@ -885,6 +950,16 @@
],
version => "*",
},
{
arch => "i386",
distri => "fedora",
flavor => "workstation_boot",
name => "",
settings => [
{ key => "DESKTOP", value => "gnome" }
],
version => "*",
},
{
arch => "i386",
distri => "fedora",