diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 02:25:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:01 +0100 |
commit | 2e4f4c6c3be01266c8b5685ab80530b08208adb3 (patch) | |
tree | 05cf4095a7b39f829218470ca463895b930bc5fc /features/step_definitions | |
parent | bc9261df47a5dc59b670142485329299c944f984 (diff) | |
download | jenkins.debian.net-2e4f4c6c3be01266c8b5685ab80530b08208adb3.tar.xz |
lvc: let the computer boot DebianLive7 instead of Tails
Diffstat (limited to 'features/step_definitions')
-rw-r--r-- | features/step_definitions/common_steps.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb index 532aa4fd..36c5b9b9 100644 --- a/features/step_definitions/common_steps.rb +++ b/features/step_definitions/common_steps.rb @@ -202,7 +202,7 @@ When /^I destroy the computer$/ do @vm.destroy end -Given /^the computer (re)?boots Tails$/ do |reboot| +Given /^the computer (re)?boots DebianLive7$/ do |reboot| next if @skip_steps_while_restoring_background case @os_loader @@ -217,8 +217,8 @@ Given /^the computer (re)?boots Tails$/ do |reboot| bootsplash_tab_msg = 'TailsBootSplashTabMsgPostReset.png' boot_timeout = 120 else - bootsplash = 'TailsBootSplash.png' - bootsplash_tab_msg = 'TailsBootSplashTabMsg.png' + bootsplash = 'DebianLive7BootSplash.png' + bootsplash_tab_msg = 'DebianLive7BootSplashTabMsg.png' boot_timeout = 30 end end |