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",