From 3e6568c7dffcf425bd95094449b1139d8ffb0552 Mon Sep 17 00:00:00 2001 From: Guy Menanteau Date: Wed, 11 Oct 2017 05:57:48 -0400 Subject: [PATCH] Add base_system_logging test for ppc64le Signed-off-by: Guy Menanteau --- templates | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates b/templates index ea2f4e83..41bd35ff 100755 --- a/templates +++ b/templates @@ -2139,6 +2139,18 @@ }, test_suite => { name => "base_update_cli" }, }, + { + group_name => "Fedora PowerPC", + machine => { name => "ppc64le" }, + prio => 20, + product => { + arch => "ppc64le", + distri => "fedora", + flavor => "Server-dvd-iso", + version => "*", + }, + test_suite => { name => "base_system_logging" }, + }, { group_name => "Fedora PowerPC", machine => { name => "ppc64le" },