diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 02:44:17 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:01 +0100 |
commit | 3d18cc1bf43bb5968dab77ec9b22d54de9cd602b (patch) | |
tree | da227f30fd4ad6fd1503bc3a0f7e31e8b046f086 /features | |
parent | bd67e11d72d42d752099ab10eb16f239c153af9a (diff) | |
download | jenkins.debian.net-3d18cc1bf43bb5968dab77ec9b22d54de9cd602b.tar.xz |
lvc: wait for greeter from DebianLive7 instead of Tails
Diffstat (limited to 'features')
-rw-r--r-- | features/images/DebianLive7Greeter.png | bin | 0 -> 2388 bytes | |||
-rw-r--r-- | features/step_definitions/common_steps.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/features/images/DebianLive7Greeter.png b/features/images/DebianLive7Greeter.png Binary files differnew file mode 100644 index 00000000..ac9fc5df --- /dev/null +++ b/features/images/DebianLive7Greeter.png 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 |