[Qa-jenkins-scm] [jenkins.debian.net] 02/14: lvc: drop the remote shell kludge (which breaks for preseeding)

Holger Levsen holger at layer-acht.org
Thu Nov 3 09:32:26 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 67c0e4da20e659a85a1eb30cce72fa328ddf3627
Author: Philip Hands <phil at hands.com>
Date:   Thu Oct 20 21:33:15 2016 +0200

    lvc: drop the remote shell kludge (which breaks for preseeding)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 cucumber/features/step_definitions/common_steps.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 88af0a2..c40974f 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -284,12 +284,6 @@ Given /^I select the install mode$/ do
                Sikuli::Key.ENTER)
   debug_log("debug: wait for the remote shell to respond...", :color => :blue)
   $vm.wait_until_remote_shell_is_up
-  
-  #debug_log("debug: About to type ENTER at the bootsplash", :color => :blue)
-  #@screen.type(Sikuli::Key.ENTER) # we're disabling the above editing of the command line, since it's breaking on jenkins.debian.net for reasons unknown
-  debug_log("debug: waiting for it to get to the 'English' prompt...", :color => :blue)
-  @screen.wait(diui_png("English"), 3*60 * PATIENCE)  # FIXME -- this is just to pause until the remote shell would have been up, so is a kludge
-  debug_log("debug: found the 'English' prompt", :color => :blue)
 end
 
 Given /^I select British English$/ do

-- 
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