From 3d18cc1bf43bb5968dab77ec9b22d54de9cd602b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 19 Dec 2014 02:44:17 +0100 Subject: lvc: wait for greeter from DebianLive7 instead of Tails --- features/images/DebianLive7Greeter.png | Bin 0 -> 2388 bytes features/step_definitions/common_steps.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 features/images/DebianLive7Greeter.png diff --git a/features/images/DebianLive7Greeter.png b/features/images/DebianLive7Greeter.png new file mode 100644 index 00000000..ac9fc5df Binary files /dev/null and b/features/images/DebianLive7Greeter.png differ diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb index 36c5b9b9..2af74d97 100644 --- a/features/step_definitions/common_steps.rb +++ b/features/step_definitions/common_steps.rb @@ -230,7 +230,7 @@ Given /^the computer (re)?boots DebianLive7$/ do |reboot| @screen.type(" autotest_never_use_this_option #{@boot_options}" + Sikuli::Key.ENTER) - @screen.wait('TailsGreeter.png', 30*60) + @screen.wait('DebianLive7Greeter.png', 30*60) @vm.wait_until_remote_shell_is_up activate_filesystem_shares end -- cgit v1.2.3-54-g00ecf