mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-10 07:21:23 +00:00
Add Atomic tests for PowerPC
two same tests as for x86_64.
This commit is contained in:
parent
18602d72f3
commit
f169675699
36
templates
36
templates
@ -1799,6 +1799,30 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "install_package_set_kde" },
|
test_suite => { name => "install_package_set_kde" },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
group_name => "Fedora PowerPC",
|
||||||
|
machine => { name => "ppc64le" },
|
||||||
|
prio => 10,
|
||||||
|
product => {
|
||||||
|
arch => "ppc64le",
|
||||||
|
distri => "fedora",
|
||||||
|
flavor => "Atomic-dvd_ostree-iso",
|
||||||
|
version => "*",
|
||||||
|
},
|
||||||
|
test_suite => { name => "install_default" },
|
||||||
|
},
|
||||||
|
{
|
||||||
|
group_name => "Fedora PowerPC",
|
||||||
|
machine => { name => "ppc64le" },
|
||||||
|
prio => 10,
|
||||||
|
product => {
|
||||||
|
arch => "ppc64le",
|
||||||
|
distri => "fedora",
|
||||||
|
flavor => "Atomic-dvd_ostree-iso",
|
||||||
|
version => "*",
|
||||||
|
},
|
||||||
|
test_suite => { name => "install_default_upload" },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
group_name => "Fedora PowerPC",
|
group_name => "Fedora PowerPC",
|
||||||
machine => { name => "ppc64le" },
|
machine => { name => "ppc64le" },
|
||||||
@ -3531,6 +3555,18 @@
|
|||||||
],
|
],
|
||||||
version => "*",
|
version => "*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
arch => "ppc64le",
|
||||||
|
distri => "fedora",
|
||||||
|
flavor => "Atomic-dvd_ostree-iso",
|
||||||
|
name => "",
|
||||||
|
settings => [
|
||||||
|
{ key => "CANNED", value => "1" },
|
||||||
|
{ key => "PACKAGE_SET", value => "default" },
|
||||||
|
{ key => "TEST_TARGET", value => "ISO" }
|
||||||
|
],
|
||||||
|
version => "*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
arch => "ppc64",
|
arch => "ppc64",
|
||||||
distri => "fedora",
|
distri => "fedora",
|
||||||
|
Loading…
Reference in New Issue
Block a user