[Qa-jenkins-scm] [jenkins.debian.net] 03/03: lvc: add a new bootsplash image for stretch alphas
Holger Levsen
holger at layer-acht.org
Tue Nov 15 10:06:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 962cecd0ef5d109b5e07fbb4b1bca43f0fb4e4c1
Author: Philip Hands <phil at hands.com>
Date: Sun Nov 13 22:12:20 2016 +0100
lvc: add a new bootsplash image for stretch alphas
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
.../images/d-i_boot_graphical-default_9alpha.png | Bin 0 -> 15478 bytes
cucumber/features/step_definitions/common_steps.rb | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cucumber/features/images/d-i_boot_graphical-default_9alpha.png b/cucumber/features/images/d-i_boot_graphical-default_9alpha.png
new file mode 100644
index 0000000..ac3063c
Binary files /dev/null and b/cucumber/features/images/d-i_boot_graphical-default_9alpha.png differ
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index a7b0870..150c21f 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -277,7 +277,7 @@ end
Given /^I select the install mode$/ do
boot_timeout = 60
- on_screen, _ = @screen.waitAny(["d-i_boot_graphical-default.png","d-i_boot_text-default.png","d-i_boot_miniiso.png"], boot_timeout * PATIENCE)
+ on_screen, _ = @screen.waitAny(["d-i_boot_graphical-default.png","d-i_boot_graphical-default_9alpha.png","d-i_boot_text-default.png","d-i_boot_miniiso.png"], boot_timeout * PATIENCE)
debug_log("debug: found '#{on_screen}' in the bootspash", :color => :blue)
if "d-i_boot_miniiso.png" != on_screen
if ("d-i_boot_text-default.png" == on_screen) == ("gui" == @ui_mode)
@@ -567,7 +567,7 @@ Given /^I allow reboot after the install is complete$/ do
end
Given /^I wait for the reboot$/ do
- @screen.waitAny(["d-i_boot_graphical-default.png","d-i_boot_text-default.png","d-i_boot_miniiso.png"], 10 * 60 * PATIENCE)
+ @screen.waitAny(["d-i_boot_graphical-default.png","d-i_boot_graphical-default_9alpha.png","d-i_boot_text-default.png","d-i_boot_miniiso.png"], 10 * 60 * PATIENCE)
end
Given /^I should see a ([a-zA-Z]*) Login prompt$/ do |style|
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list