From 0d710e3ee9be0b0c3bc3b252f1711a3610d07cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sedl=C3=A1k?= Date: Tue, 22 Dec 2015 09:23:25 +0100 Subject: [PATCH] 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 --- templates | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/templates b/templates index 4164b564..a550dfee 100755 --- a/templates +++ b/templates @@ -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",