[Qa-jenkins-scm] [jenkins.debian.net] 07/11: lvc: disable remote shell check to see how far we then get

Holger Levsen holger at layer-acht.org
Tue Aug 1 04:54:51 UTC 2017


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 c8f0f05cac7507a34edea42816f639b81483e615
Author: Philip Hands <phil at hands.com>
Date:   Wed Jun 21 23:49:38 2017 +0200

    lvc: disable remote shell check to see how far we then get
    
    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 ca7604f..7905891 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -224,7 +224,8 @@ Given /^I select the install mode$/ do
 		@boot_options +
                Sikuli::Key.ENTER)
   debug_log("debug: wait for the remote shell to respond...", :color => :blue)
-  $vm.wait_until_remote_shell_is_up
+  #$vm.wait_until_remote_shell_is_up
+  sleep(60)
 end
 
 Given /^I expect package installation to start$/ do

-- 
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