From 0d26236c597fce52b3a251ea50029848677831b7 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sat, 21 May 2016 14:06:50 +0200 Subject: lvc: don't worry about the remote shell for now Signed-off-by: Holger Levsen --- cucumber/features/step_definitions/common_steps.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cucumber') diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index d5f9a74a..d0a61aad 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -279,7 +279,8 @@ Given /^I select ([a-z]*) mode and wait for the remote shell$/ do |ui_mode| @screen.type(Sikuli::Key.TAB) @screen.type(' preseed/early_command="echo DPMS=-s\\\\ 0 > /lib/debian-installer.d/S61Xnoblank ; sed -i \'/XF86_Switch_VT_/s/ F\([0-9]\)/ XF86_Switch_VT_\1/\' /usr/share/X11/xkb/symbols/srvr_ctrl ; echo ttyS0::askfirst:-/bin/sh>>/etc/inittab;kill -HUP 1"' + " blacklist=psmouse #{@boot_options}" + Sikuli::Key.ENTER) - $vm.wait_until_remote_shell_is_up + #$vm.wait_until_remote_shell_is_up + @screen.wait(diui_png("English",ui_mode), 3*60) # FIXME -- this is just to pause until the remote shell would have been up, so is a kludge end Given /^in ([a-z]*) mode I select British English$/ do |ui_mode| -- cgit v1.2.3-54-g00ecf