summaryrefslogtreecommitdiff
path: root/test/py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-22 08:30:53 -0500
committerTom Rini <trini@konsulko.com>2022-11-22 08:30:53 -0500
commit536c642ffef545b4b5b02d065a0c1de9785549d7 (patch)
tree07cdfb629c8ec1d88cfcbd21cb9d6171dc1baccb /test/py
parentb94db9efe849200d993b7f8a4d0b024e99469599 (diff)
parentd0f9ae35fb25d732184b8b307a72c7e20b960353 (diff)
Merge tag 'efi-2023-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-01-rc2-2 UEFI: * add UEFI Secure Boot Key enrollment interface to eficonfig command * fix buffer underflow in FatToStr() implementation
Diffstat (limited to 'test/py')
-rw-r--r--test/py/tests/test_eficonfig/test_eficonfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_eficonfig/test_eficonfig.py b/test/py/tests/test_eficonfig/test_eficonfig.py
index 3859a77efd6..b0a6cc47df2 100644
--- a/test/py/tests/test_eficonfig/test_eficonfig.py
+++ b/test/py/tests/test_eficonfig/test_eficonfig.py
@@ -352,6 +352,7 @@ def test_efi_eficonfig(u_boot_console, efi_eficonfig_data):
press_up_down_enter_and_wait(0, 1, True, 'Quit')
press_up_down_enter_and_wait(0, 0, True, 'No block device found!')
press_escape_key(False)
+ press_escape_key(False)
check_current_is_maintenance_menu()
# Return to U-Boot console
press_escape_key(True)