From f1696756995467c48b174d4b2d1e75410612f1a5 Mon Sep 17 00:00:00 2001 From: Guy Menanteau Date: Tue, 21 Nov 2017 13:11:28 +0000 Subject: [PATCH] Add Atomic tests for PowerPC two same tests as for x86_64. --- templates | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/templates b/templates index 8ffed274..70104bb9 100755 --- a/templates +++ b/templates @@ -1799,6 +1799,30 @@ }, test_suite => { name => "install_package_set_kde" }, }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 10, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Atomic-dvd_ostree-iso", + version => "*", + }, + test_suite => { name => "install_default" }, + }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 10, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Atomic-dvd_ostree-iso", + version => "*", + }, + test_suite => { name => "install_default_upload" }, + }, { group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, @@ -3531,6 +3555,18 @@ ], version => "*", }, + { + arch => "ppc64le", + distri => "fedora", + flavor => "Atomic-dvd_ostree-iso", + name => "", + settings => [ + { key => "CANNED", value => "1" }, + { key => "PACKAGE_SET", value => "default" }, + { key => "TEST_TARGET", value => "ISO" } + ], + version => "*", + }, { arch => "ppc64", distri => "fedora",