From c8f0f05cac7507a34edea42816f639b81483e615 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Wed, 21 Jun 2017 23:49:38 +0200 Subject: lvc: disable remote shell check to see how far we then get Signed-off-by: Holger Levsen --- cucumber/features/step_definitions/common_steps.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cucumber/features/step_definitions/common_steps.rb') 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 -- cgit v1.2.3-54-g00ecf