Run Atomic Host installer test on UEFI as well as BIOS

Atomic team asked for this, so hey, why not.
This commit is contained in:
Adam Williamson 2017-04-18 16:48:37 -07:00
parent e6076e14b8
commit 22e210aa21

View File

@ -182,6 +182,17 @@
},
test_suite => { name => "install_default" },
},
{
machine => { name => "uefi" },
prio => 51,
product => {
arch => "x86_64",
distri => "fedora",
flavor => "Atomic-dvd_ostree-iso",
version => "*",
},
test_suite => { name => "install_default" },
},
{
machine => { name => "64bit" },
prio => 20,