os-autoinst-distri-rocky/templates

51 lines
1.7 KiB
Plaintext
Executable File

#!/usr/share/openqa/script/load_templates
#
# openSUSE Machines, Products, TestSuites and JobTemplates
#
# use load_templates to load the file into the database
#
{
JobTemplates => [
{
machine => { name => "64bit" },
product => {
arch => "x86_64",
distri => "fedora",
flavor => "server",
version => "rawhide",
},
test_suite => { name => "server_simple" },
},
],
Machines => [
{
backend => "qemu",
name => "64bit",
settings => [{ key => "QEMUCPU", value => "qemu64" }],
variables => "",
},
],
Products => [
{
arch => "x86_64",
distri => "fedora",
flavor => "server",
name => "",
settings => [
],
variables => "",
version => "rawhide",
},
],
TestSuites => [
{
name => "server_simple",
prio => 1,
settings => [
{ key => "DISK_GUIDED_EMPTY", value => "1" },
],
variables => "",
},
],
}