From 73ca0f2d3fb05c79935e6e4f94bbd9a4ec54bceb Mon Sep 17 00:00:00 2001 From: Michel Normand Date: Wed, 20 Nov 2019 08:40:29 +0100 Subject: [PATCH] Add missing groupe_name for PowerPC and AArch64 added tests That concerns: test_suite => { name => "install_vnc_server" }, test_suite => { name => "install_vnc_client" }, test_suite => { name => "install_vncconnect_server" }, test_suite => { name => "install_vncconnect_client" }, Signed-off-by: Michel Normand --- templates | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates b/templates index 1067c49e..318f0d0a 100755 --- a/templates +++ b/templates @@ -2506,6 +2506,7 @@ test_suite => { name => "install_repository_hd_variation" }, }, { + group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, prio => 40, product => { @@ -2517,6 +2518,7 @@ test_suite => { name => "install_vnc_server" }, }, { + group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, prio => 40, product => { @@ -2528,6 +2530,7 @@ test_suite => { name => "install_vnc_client" }, }, { + group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, prio => 40, product => { @@ -2539,6 +2542,7 @@ test_suite => { name => "install_vncconnect_server" }, }, { + group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, prio => 40, product => { @@ -3606,6 +3610,7 @@ test_suite => { name => "install_repository_hd_variation" }, }, { + group_name => "Fedora AArch64", machine => { name => "aarch64" }, prio => 40, product => { @@ -3617,6 +3622,7 @@ test_suite => { name => "install_vnc_server" }, }, { + group_name => "Fedora AArch64", machine => { name => "aarch64" }, prio => 40, product => { @@ -3628,6 +3634,7 @@ test_suite => { name => "install_vnc_client" }, }, { + group_name => "Fedora AArch64", machine => { name => "aarch64" }, prio => 40, product => { @@ -3639,6 +3646,7 @@ test_suite => { name => "install_vncconnect_server" }, }, { + group_name => "Fedora AArch64", machine => { name => "aarch64" }, prio => 40, product => {