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