Some rules are UEFI only, ie. all under linux_os/guide/system/bootloader-grub2/uefi/ .
It would be useful to be able to test these, but also run all rule unit tests on a more representative modern HW analog, ie. RHEL-10 UEFI instead of just BIOS.
This would likely be implemented as a new test like /per-rule/oscap/uefi (and ie. /per-rule/oscap/uefi/from-env) and use virt.calculate_guest_tag(), along with the normal /per-rule test, to ensure the (nested) VM reinstalls using UEFI.
Some rules are UEFI only, ie. all under
linux_os/guide/system/bootloader-grub2/uefi/.It would be useful to be able to test these, but also run all rule unit tests on a more representative modern HW analog, ie. RHEL-10 UEFI instead of just BIOS.
This would likely be implemented as a new test like
/per-rule/oscap/uefi(and ie./per-rule/oscap/uefi/from-env) and usevirt.calculate_guest_tag(), along with the normal/per-ruletest, to ensure the (nested) VM reinstalls using UEFI.