[Qa-jenkins-scm] [jenkins.debian.net] 02/05: lvc: Edu: Combi takes too long, so do Main Server for now

Holger Levsen holger at layer-acht.org
Sun Nov 27 16:40: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 4a0d8da48ca045b7d975d66bcfb2a3bdb51e613d
Author: Philip Hands <phil at hands.com>
Date:   Sun Nov 27 12:18:03 2016 +0100

    lvc: Edu: Combi takes too long, so do Main Server for now
---
 cucumber/features/install.feature                  |  2 +-
 cucumber/features/step_definitions/common_steps.rb | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature
index 43b1d49..cea2a63 100644
--- a/cucumber/features/install.feature
+++ b/cucumber/features/install.feature
@@ -91,7 +91,7 @@ Feature: Doing variations on d-i installs
     And I start the computer
     And I select the install mode
     And I select British English
-    And I select Combi Debian-Edu profile
+    And I select Main Server Debian-Edu profile
     And I use the Debian-Edu Automatic Partitioning
     And I ignore Popcon
     And I set the root password to "rootme"
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 27bdd29..16caf65 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -470,6 +470,22 @@ Given /^I select Combi Debian-Edu profile$/ do
   @screen.type(Sikuli::Key.ENTER)
 end
 
+Given /^I select Main Server Debian-Edu profile$/ do
+  @screen.wait(diui_png("Edu-Profile"), 2 * 60 * PATIENCE)
+  @screen.type(Sikuli::Key.DOWN)
+  @screen.type(Sikuli::Key.SPACE)
+  @screen.type(Sikuli::Key.DOWN)
+  @screen.type(Sikuli::Key.DOWN)
+  @screen.type(Sikuli::Key.SPACE)
+
+  if "gui" == @ui_mode
+    @screen.wait(diui_png("CONTINUEunselected"), 10 * PATIENCE)
+    @screen.type(Sikuli::Key.TAB)
+    @screen.wait(diui_png("CONTINUEselected"), 10 * PATIENCE)
+  end
+  @screen.type(Sikuli::Key.ENTER)
+end
+
 Given /^I select Standalone Debian-Edu profile$/ do
   @screen.wait(diui_png("Edu-Profile"), 2 * 60 * PATIENCE)
   @screen.type(Sikuli::Key.SPACE)

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