Move modularity tests to Server-dvd-iso
They can't be in universal as there's no install_default_upload for them to run after. Let's just run on the Server DVD install like we do many other post-install tests. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
c2fb886d6f
commit
071e54fc44
@ -1585,7 +1585,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "universal",
|
||||
flavor => "Server-dvd-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "modularity_tests" },
|
||||
@ -2255,7 +2255,7 @@
|
||||
product => {
|
||||
arch => "ppc64le",
|
||||
distri => "fedora",
|
||||
flavor => "universal",
|
||||
flavor => "Server-dvd-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "modularity_tests" },
|
||||
@ -3251,7 +3251,7 @@
|
||||
product => {
|
||||
arch => "ppc64",
|
||||
distri => "fedora",
|
||||
flavor => "universal",
|
||||
flavor => "Server-dvd-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "modularity_tests" },
|
||||
@ -3803,7 +3803,7 @@
|
||||
product => {
|
||||
arch => "aarch64",
|
||||
distri => "fedora",
|
||||
flavor => "universal",
|
||||
flavor => "Server-dvd-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "modularity_tests" },
|
||||
|
Loading…
Reference in New Issue
Block a user