1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 16:57:22 +00:00

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

View File

@ -446,6 +446,17 @@
}, },
test_suite => { name => "install_rescue_encrypted" }, 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" }, machine => { name => "64bit" },
prio => 10, prio => 10,