[Qa-jenkins-scm] [jenkins.debian.net] 01/01: lvc: don't worry about the remote shell for now

Holger Levsen holger at layer-acht.org
Sat May 21 12:40:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 0d26236c597fce52b3a251ea50029848677831b7
Author: Philip Hands <phil at hands.com>
Date:   Sat May 21 14:06:50 2016 +0200

    lvc: don't worry about the remote shell for now
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 cucumber/features/step_definitions/common_steps.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index d5f9a74..d0a61aa 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|

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list