From 21b0d4e071af1fdf17c3ed92b5e873cc113845c6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 23 Dec 2014 12:17:55 +0100 Subject: lvc: enable remote shell again --- features/step_definitions/common_steps.rb | 4 ++-- 1 file 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 -- cgit v1.2.3-54-g00ecf