#120 Add Silverblue tests for ppc64le
Merged 4 years ago by adamwill. Opened 4 years ago by michelmno.
fedora-qa/ michelmno/os-autoinst-distri-fedora silverblue_ppc64le  into  master

Add Silverblue tests for ppc64le
Michel Normand • 4 years ago  
file modified
+97
@@ -2808,6 +2808,90 @@ 

                        test_suite => { name => "server_firewall_default" },

                      },

                      {

+                       group_name => "Fedora PowerPC",

+                       machine    => { name => "ppc64le" },

+                       prio       => 50,

+                       product    => {

+                                       arch    => "ppc64le",

+                                       distri  => "fedora",

+                                       flavor  => "Silverblue-dvd_ostree-iso",

+                                       version => "*",

+                                     },

+                       test_suite => { name => "install_default_upload" },

+                     },

+                     {

+                       group_name => "Fedora PowerPC",

+                       machine    => { name => "ppc64le" },

+                       prio       => 50,

+                       product    => {

+                                       arch    => "ppc64le",

+                                       distri  => "fedora",

+                                       flavor  => "Silverblue-dvd_ostree-iso",

+                                       version => "*",

+                                     },

+                       test_suite => { name => "base_selinux" },

+                     },

+                     {

+                       group_name => "Fedora PowerPC",

+                       machine    => { name => "ppc64le" },

+                       prio       => 50,

+                       product    => {

+                                       arch    => "ppc64le",

+                                       distri  => "fedora",

+                                       flavor  => "Silverblue-dvd_ostree-iso",

+                                       version => "*",

+                                     },

+                       test_suite => { name => "base_services_start" },

+                     },

+                     {

+                       group_name => "Fedora PowerPC",

+                       machine    => { name => "ppc64le" },

+                       prio       => 50,

+                       product    => {

+                                       arch    => "ppc64le",

+                                       distri  => "fedora",

+                                       flavor  => "Silverblue-dvd_ostree-iso",

+                                       version => "*",

+                                     },

+                       test_suite => { name => "base_service_manipulation" },

+                     },

+                     {

+                       group_name => "Fedora PowerPC",

+                       machine    => { name => "ppc64le" },

+                       prio       => 50,

+                       product    => {

+                                       arch    => "ppc64le",

+                                       distri  => "fedora",

+                                       flavor  => "Silverblue-dvd_ostree-iso",

+                                       version => "*",

+                                     },

+                       test_suite => { name => "base_system_logging" },

+                     },

+                     {

+                       group_name => "Fedora PowerPC",

+                       machine    => { name => "ppc64le" },

+                       prio       => 50,

+                       product    => {

+                                       arch    => "ppc64le",

+                                       distri  => "fedora",

+                                       flavor  => "Silverblue-dvd_ostree-iso",

+                                       version => "*",

+                                     },

+                       test_suite => { name => "desktop_terminal" },

+                     },

+                     {

+                       group_name => "Fedora PowerPC",

+                       machine    => { name => "ppc64le" },

+                       prio       => 50,

+                       product    => {

+                                       arch    => "ppc64le",

+                                       distri  => "fedora",

+                                       flavor  => "Silverblue-dvd_ostree-iso",

+                                       version => "*",

+                                     },

+                       test_suite => { name => "desktop_browser" },

+                     },

+                     {

                        group_name => "Fedora AArch64",

                        machine    => { name => "aarch64" },

                        prio       => 10,
@@ -3918,6 +4002,19 @@ 

                      {

                        arch      => "ppc64le",

                        distri    => "fedora",

+                       flavor    => "Silverblue-dvd_ostree-iso",

+                       name      => "",

+                       settings  => [

+                         { key => "CANNED", value => "1" },

+                         { key => "PACKAGE_SET", value => "default" },

+                         { key => "DESKTOP", value => "gnome" },

+                         { key => "TEST_TARGET", value => "ISO" }

+                                    ],

+                       version   => "*",

+                     },

+                     {

+                       arch      => "ppc64le",

+                       distri    => "fedora",

                        flavor    => "universal",

                        name      => "",

                        settings  => [

Note that before Silverblue
there was no "AtomicWorkstation-dvd_ostree-iso" for ppc64le

Signed-off-by: Michel Normand normand@linux.vnet.ibm.com

Pull-Request has been merged by adamwill

4 years ago
Metadata