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 <normand@linux.vnet.ibm.com>
This commit is contained in:
Michel Normand 2019-11-20 08:40:29 +01:00
parent b93a197c22
commit 73ca0f2d3f

View File

@ -2506,6 +2506,7 @@
test_suite => { name => "install_repository_hd_variation" }, test_suite => { name => "install_repository_hd_variation" },
}, },
{ {
group_name => "Fedora PowerPC",
machine => { name => "ppc64le" }, machine => { name => "ppc64le" },
prio => 40, prio => 40,
product => { product => {
@ -2517,6 +2518,7 @@
test_suite => { name => "install_vnc_server" }, test_suite => { name => "install_vnc_server" },
}, },
{ {
group_name => "Fedora PowerPC",
machine => { name => "ppc64le" }, machine => { name => "ppc64le" },
prio => 40, prio => 40,
product => { product => {
@ -2528,6 +2530,7 @@
test_suite => { name => "install_vnc_client" }, test_suite => { name => "install_vnc_client" },
}, },
{ {
group_name => "Fedora PowerPC",
machine => { name => "ppc64le" }, machine => { name => "ppc64le" },
prio => 40, prio => 40,
product => { product => {
@ -2539,6 +2542,7 @@
test_suite => { name => "install_vncconnect_server" }, test_suite => { name => "install_vncconnect_server" },
}, },
{ {
group_name => "Fedora PowerPC",
machine => { name => "ppc64le" }, machine => { name => "ppc64le" },
prio => 40, prio => 40,
product => { product => {
@ -3606,6 +3610,7 @@
test_suite => { name => "install_repository_hd_variation" }, test_suite => { name => "install_repository_hd_variation" },
}, },
{ {
group_name => "Fedora AArch64",
machine => { name => "aarch64" }, machine => { name => "aarch64" },
prio => 40, prio => 40,
product => { product => {
@ -3617,6 +3622,7 @@
test_suite => { name => "install_vnc_server" }, test_suite => { name => "install_vnc_server" },
}, },
{ {
group_name => "Fedora AArch64",
machine => { name => "aarch64" }, machine => { name => "aarch64" },
prio => 40, prio => 40,
product => { product => {
@ -3628,6 +3634,7 @@
test_suite => { name => "install_vnc_client" }, test_suite => { name => "install_vnc_client" },
}, },
{ {
group_name => "Fedora AArch64",
machine => { name => "aarch64" }, machine => { name => "aarch64" },
prio => 40, prio => 40,
product => { product => {
@ -3639,6 +3646,7 @@
test_suite => { name => "install_vncconnect_server" }, test_suite => { name => "install_vncconnect_server" },
}, },
{ {
group_name => "Fedora AArch64",
machine => { name => "aarch64" }, machine => { name => "aarch64" },
prio => 40, prio => 40,
product => { product => {