diff --git a/tests/uefi_postinstall.pm b/tests/uefi_postinstall.pm index 096efd25..f0accb6b 100644 --- a/tests/uefi_postinstall.pm +++ b/tests/uefi_postinstall.pm @@ -1,6 +1,7 @@ use base "installedtest"; use strict; use testapi; +use utils; sub run { my $self=shift; @@ -8,6 +9,8 @@ sub run { $self->root_console(tty=>4); } assert_screen "root_console"; + # for aarch64 non-english tests + console_loadkeys_us; # this test shows if the system is booted with efi assert_script_run '[ -d /sys/firmware/efi/ ]'; }