You've already forked open-source-firmware-validation
mirror of
https://github.com/Dasharo/open-source-firmware-validation.git
synced 2026-06-13 10:16:18 -07:00
df0a35cb9d
- SB tests added to self-tests/setup-and-boot-menus.robot and should work - The SBO001.001 should work in QEMU - The SBO002.001 must be worked on - currently, the keys are correctly reset when needed (so option to enable SB becomes available), but this option does not work in QEMU (Attempt Secure Boot never becomes accessible, which must be fixed first) - Then, we should continue with reworking the rest of the keywords in lib/secure-boot.robot - Another problem is this suite was prepared for PiKVM only - we need to find another way for provifing USB disk images with signed/unsigned EFI files for testing Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
14 lines
484 B
Plaintext
14 lines
484 B
Plaintext
*** Keywords ***
|
|
Menu Construction Should Not Contain Control Text
|
|
[Documentation] Checks if parsed menu construction does not contain
|
|
... some unnecessary help text, which is not a valid entry.
|
|
[Arguments] ${menu}
|
|
Should Not Contain Any
|
|
... ${menu}
|
|
... Esc\=Exit
|
|
... ^v\=Move High
|
|
... <Enter>\=Select Entry
|
|
... F9\=Reset to Defaults F10\=Save
|
|
... LCtrl+LAlt+F12\=Save screenshot
|
|
... <Spacebar>Toggle Checkbox
|