From 22e210aa21fa1d379ee1da2f41ac2237b77debe0 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 18 Apr 2017 16:48:37 -0700 Subject: [PATCH] Run Atomic Host installer test on UEFI as well as BIOS Atomic team asked for this, so hey, why not. --- templates | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates b/templates index 849b6646..e0b7bf76 100755 --- a/templates +++ b/templates @@ -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,