From 200913547c58f595b2f4c09e9d3ebabe2bc8d502 Mon Sep 17 00:00:00 2001 From: Michel Normand Date: Thu, 29 Aug 2019 09:37:29 +0200 Subject: [PATCH] Add Everything-boot-iso install_default for ppc64le Signed-off-by: Michel Normand --- templates | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/templates b/templates index 221949b4..6c77cd3f 100755 --- a/templates +++ b/templates @@ -2055,6 +2055,18 @@ }, test_suite => { name => "install_default" }, }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 62, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Everything-boot-iso", + version => "*", + }, + test_suite => { name => "install_default" }, + }, { group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, @@ -4183,6 +4195,16 @@ ], version => "*", }, + { + arch => "ppc64le", + distri => "fedora", + flavor => "Everything-boot-iso", + name => "", + settings => [ + { key => "TEST_TARGET", value => "ISO" } + ], + version => "*", + }, { arch => "ppc64le", distri => "fedora",