add rescue mode test for UEFI

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D1025
This commit is contained in:
Jan Sedlák 2016-10-14 10:28:05 +02:00
parent 3d84e2a8c2
commit 361a0ed150
1 changed files with 11 additions and 0 deletions

View File

@ -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,