summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2017-06-21 23:49:38 +0200
committerHolger Levsen <holger@layer-acht.org>2017-08-01 00:53:59 -0400
commitc8f0f05cac7507a34edea42816f639b81483e615 (patch)
tree069077247d3db50b31a544087dc81fbcc8076454 /cucumber
parentaebcbc6644b1bf242e68d2b40b4a92c90455b1b7 (diff)
downloadjenkins.debian.net-c8f0f05cac7507a34edea42816f639b81483e615.tar.xz
lvc: disable remote shell check to see how far we then get
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 ca7604f8..7905891f 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