From 361a0ed15092253b09146be0343b508dd77d352d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sedl=C3=A1k?= Date: Fri, 14 Oct 2016 10:28:05 +0200 Subject: [PATCH] add rescue mode test for UEFI Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D1025 --- templates | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates b/templates index ebc97357..886f8ab9 100755 --- a/templates +++ b/templates @@ -446,6 +446,17 @@ }, test_suite => { name => "install_rescue_encrypted" }, }, + { + machine => { name => "uefi" }, + prio => 32, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "universal", + version => "*", + }, + test_suite => { name => "install_rescue_encrypted" }, + }, { machine => { name => "64bit" }, prio => 10,