Handle rename of AtomicWorkstation to Silverblue
We updated the dispatcher code, but not the templates...so we didn't have any actual tests to run on Silverblue images. Let's fix that. Note this means we won't test F28 and earlier images that still have 'AtomicWorkstation' as their subvariant any more, unless I set up some sorta workaround in the dispatcher. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
abecb62785
commit
d4c87a4f36
20
templates
20
templates
@ -221,7 +221,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_default_upload" },
|
||||
@ -232,7 +232,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_default" },
|
||||
@ -254,7 +254,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_no_user" },
|
||||
@ -298,7 +298,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "base_selinux" },
|
||||
@ -342,7 +342,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "base_services_start" },
|
||||
@ -397,7 +397,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "base_service_manipulation" },
|
||||
@ -474,7 +474,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "base_system_logging" },
|
||||
@ -529,7 +529,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "desktop_terminal" },
|
||||
@ -562,7 +562,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "desktop_browser" },
|
||||
@ -4516,7 +4516,7 @@
|
||||
{
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicWorkstation-dvd_ostree-iso",
|
||||
flavor => "Silverblue-dvd_ostree-iso",
|
||||
name => "",
|
||||
settings => [
|
||||
{ key => "CANNED", value => "1" },
|
||||
|
Loading…
Reference in New Issue
Block a user