diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-23 12:17:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-23 12:17:55 +0100 |
commit | 21b0d4e071af1fdf17c3ed92b5e873cc113845c6 (patch) | |
tree | 2341a7bdd3525999e1ce55f59fdbe37852aae79f | |
parent | 99d3128890493a05a20d64c56361f56c824dac10 (diff) | |
download | jenkins.debian.net-21b0d4e071af1fdf17c3ed92b5e873cc113845c6.tar.xz |
lvc: enable remote shell again
-rw-r--r-- | features/step_definitions/common_steps.rb | 4 |
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 |