From d1cb937ea3f5cb577f9f0b1e0416d77ea8942120 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 13 Apr 2019 08:00:23 -0700 Subject: [PATCH] Load correct keyboard layout before doing 1699099 workaround Signed-off-by: Adam Williamson --- tests/_do_install_and_reboot.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index c69b54a1..85cef594 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -136,6 +136,7 @@ sub run { # https://bugzilla.redhat.com/show_bug.cgi?id=1699099 # remove when fixed $self->root_console(timeout=>30); + console_loadkeys_us; assert_script_run 'sed -i -e "s,SELINUX=enforcing,SELINUX=permissive,g" /mnt/sysimage/etc/selinux/config'; type_string "reboot\n" unless (get_var("LIVE")); }