summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-21 14:06:50 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-21 14:38:14 +0200
commit0d26236c597fce52b3a251ea50029848677831b7 (patch)
tree359ef2f96db30a573cedec8953989fbc93d7ab97 /cucumber
parent7afbb46ebd8ff6c4205e306981adc1eb5cd32dad (diff)
downloadjenkins.debian.net-0d26236c597fce52b3a251ea50029848677831b7.tar.xz
lvc: don't worry about the remote shell for now
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber')
-rw-r--r--cucumber/features/step_definitions/common_steps.rb3
1 files changed, 2 insertions, 1 deletions
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|