Git commit d85fae468829b9fc3f06fe14f9d8e9f40463d0c7 by Jonathan Riddell. Committed on 24/09/2018 at 11:52. Pushed by jriddell into branch 'master'. cursor now needs moved before oem-config/enable=3Dtrue string M +3 -3 neon/lib/livetest_neon.pm https://commits.kde.org/sysadmin/neon-openqa/d85fae468829b9fc3f06fe14f9d8e9= f40463d0c7 diff --git a/neon/lib/livetest_neon.pm b/neon/lib/livetest_neon.pm index 517af20..ba7983a 100644 --- a/neon/lib/livetest_neon.pm +++ b/neon/lib/livetest_neon.pm @@ -207,9 +207,9 @@ sub bootloader { } = send_key 'end'; - send_key 'left'; - send_key 'left'; - send_key 'left'; + foreach my $i (0..25) { + send_key 'left'; + } # Set the kmsg target to ttyS1. We then also need to force plymout= h as # it'd not do anything if console=3D is set. type_string 'console=3DttyS1 plymouth.force-splash plymouth.ignore= -show-splash plymouth.ignore-serial-consoles ';