summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-10-20 21:33:15 +0200
committerHolger Levsen <holger@layer-acht.org>2016-11-03 10:28:13 +0100
commit67c0e4da20e659a85a1eb30cce72fa328ddf3627 (patch)
tree55a73d67d866bdb5866dc12ab7cf1c3179c44bbe /cucumber
parentc40bb7955278b3d2f0e4d472df8e719c74b25eeb (diff)
downloadjenkins.debian.net-67c0e4da20e659a85a1eb30cce72fa328ddf3627.tar.xz
lvc: drop the remote shell kludge (which breaks for preseeding)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber')
-rw-r--r--cucumber/features/step_definitions/common_steps.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 88af0a22..c40974f7 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