mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-25 20:20:56 +00:00
add rescue mode test for UEFI
Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D1025
This commit is contained in:
parent
3d84e2a8c2
commit
361a0ed150
1 changed files with 11 additions and 0 deletions
11
templates
11
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,
|
||||
|
|
Loading…
Reference in a new issue