From a63103069845d2e945489fd37ed503b8b0310bd6 Mon Sep 17 00:00:00 2001 From: Michel Normand Date: Thu, 19 Sep 2019 18:00:43 +0200 Subject: [PATCH] Add Workstation-live-iso all tests for ppc64le Add HDDSIZEGB for Workstation-live-iso ppc64le as install_default_upload needs at least 11.07GB Signed-off-by: Michel Normand --- templates | 182 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) diff --git a/templates b/templates index 6c77cd3f..e7885b9f 100755 --- a/templates +++ b/templates @@ -2031,6 +2031,174 @@ }, test_suite => { name => "install_package_set_kde" }, }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 10, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "install_default_upload" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 50, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "release_identification" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 40, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "base_selinux" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 40, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "base_services_start" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 40, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "base_service_manipulation" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 20, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "base_update_cli" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 20, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "base_system_logging" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 30, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "desktop_update_graphical" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 20, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "desktop_terminal" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 20, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "desktop_browser" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 20, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "desktop_background" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 30, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "desktop_notifications_live" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 40, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "apps_startstop" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 30, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + version => "*", + }, + test_suite => { name => "desktop_notifications_postinstall" }, + }, { group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, @@ -4218,6 +4386,20 @@ ], version => "*", }, + { + arch => "ppc64le", + distri => "fedora", + flavor => "Workstation-live-iso", + name => "", + settings => [ + { key => "LIVE", value => "1" }, + { key => "PACKAGE_SET", value => "default" }, + { key => "DESKTOP", value => "gnome" }, + { key => "HDDSIZEGB", value => "13" }, + { key => "TEST_TARGET", value => "ISO" } + ], + version => "*", + }, { arch => "ppc64le", distri => "fedora",