summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-23 12:17:55 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-23 12:17:55 +0100
commit21b0d4e071af1fdf17c3ed92b5e873cc113845c6 (patch)
tree2341a7bdd3525999e1ce55f59fdbe37852aae79f /features
parent99d3128890493a05a20d64c56361f56c824dac10 (diff)
downloadjenkins.debian.net-21b0d4e071af1fdf17c3ed92b5e873cc113845c6.tar.xz
lvc: enable remote shell again
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/common_steps.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb
index 2cfbbaaf..340132ab 100644
--- a/features/step_definitions/common_steps.rb
+++ b/features/step_definitions/common_steps.rb
@@ -39,7 +39,7 @@ end
def restore_background
@vm.restore_snapshot($background_snapshot)
- #@vm.wait_until_remote_shell_is_up
+ @vm.wait_until_remote_shell_is_up
post_vm_start_hook
# XXX-9p: See XXX-9p above
@@ -232,7 +232,7 @@ Given /^the computer (re)?boots DebianLive7$/ do |reboot|
@screen.type(" autotest_never_use_this_option #{@boot_options}" +
Sikuli::Key.ENTER)
@screen.wait('DebianLive7Greeter.png', 5*60)
- #@vm.wait_until_remote_shell_is_up
+ @vm.wait_until_remote_shell_is_up
activate_filesystem_shares
end