[Qa-jenkins-scm] [jenkins.debian.net] 02/08: lvc: Edu: continue to be patient while the LTSP chroot is installed
Holger Levsen
holger at layer-acht.org
Wed Jan 25 00:15:05 UTC 2017
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 a0d310c4ab5e3b1cab62fd2e2c6445e2560658b3
Author: Philip Hands <phil at hands.com>
Date: Mon Nov 28 21:06:41 2016 +0100
lvc: Edu: continue to be patient while the LTSP chroot is installed
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
cucumber/features/images/d-i_gui_Edu-LTSPchroot.png | Bin 0 -> 3299 bytes
cucumber/features/step_definitions/common_steps.rb | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cucumber/features/images/d-i_gui_Edu-LTSPchroot.png b/cucumber/features/images/d-i_gui_Edu-LTSPchroot.png
new file mode 100644
index 0000000..f5a13ab
Binary files /dev/null and b/cucumber/features/images/d-i_gui_Edu-LTSPchroot.png differ
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 7fdb9cc..3f7eb1b 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -580,14 +580,14 @@ Given /^I wait while the bulk of the packages are installed$/ do
sleep(30)
debug_log("debug: check for Install GRUB/Software", :color => :blue)
if $vm.is_running?
- hit, _ = @screen.waitAny([diui_png("InstallGRUB"),diui_png("InstallGRUB-heading"),diui_png("InstallComplete"),diui_png("InstallationStepFailed"),diui_png("InstallSoftware")], 10)
+ hit, _ = @screen.waitAny([diui_png("InstallGRUB"),diui_png("InstallGRUB-heading"),diui_png("InstallComplete"),diui_png("InstallationStepFailed"),diui_png("InstallSoftware"),diui_png("Edu-LTSPchroot")], 10)
else
found = true
hit = ''
end
debug_log("debug: found #{hit}", :color => :blue)
case hit
- when diui_png("InstallSoftware"), diui_png("InstallationStepFailed")
+ when diui_png("InstallSoftware"), diui_png("Edu-LTSPchroot"), diui_png("InstallationStepFailed")
debug_log("debug: so let's glance at tty4", :color => :blue)
if "gui" == @ui_mode
@screen.type(Sikuli::Key.F4) # for this to work, we need to remap the keyboard -- CtrlAltF4 is apparently untypable :-(
--
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