[Qa-jenkins-scm] [jenkins.debian.net] 18/18: lvc: try installing a Combi server (rumour has it that that works)

Holger Levsen holger at layer-acht.org
Sat Nov 26 22:57:41 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 68fcb0e60993b3f086fa49c34096f9c53e378133
Author: Philip Hands <phil at hands.com>
Date:   Sat Nov 26 23:21:04 2016 +0100

    lvc: try installing a Combi server (rumour has it that that works)
---
 cucumber/features/install.feature                  |  4 ++--
 cucumber/features/step_definitions/common_steps.rb | 12 ++++++++++++
 cucumber/features/step_definitions/snapshots.rb    |  2 +-
 3 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature
index 3ad21e6..43b1d49 100644
--- a/cucumber/features/install.feature
+++ b/cucumber/features/install.feature
@@ -87,11 +87,11 @@ Feature: Doing variations on d-i installs
   Scenario: Install default Debian-Edu
     Given a disk is created for Debian Edu tests
     And I intend to use gui mode
-    And I intend to boot with options: url=hands.com/d-i/bug/edu-plymouth/preseed.cfg partman-auto/choose_recipe=atomic desktop=xfce
+    And I intend to boot with options: url=hands.com/d-i/bug/edu-plymouth/preseed.cfg
     And I start the computer
     And I select the install mode
     And I select British English
-    And I select Standalone Debian-Edu profile
+    And I select Combi 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 e616ddc..5db4491 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -458,6 +458,18 @@ Given /^I select the non-GUI task$/ do
   @screen.type(Sikuli::Key.ENTER)
 end
 
+Given /^I select Combi Debian-Edu profile$/ do
+  @screen.wait(diui_png("Edu-Profile"), 2 * 60 * PATIENCE)
+  # just acept the default combination
+
+  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)
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index ffdc88a..94f7107 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -13,7 +13,7 @@ def checkpoints
     :description => "a disk is created for Debian Edu tests",
     :parent_checkpoint => nil,
     :steps => [
-      'I create a 40 GiB disk named "'+JOB_NAME+'"',
+      'I create a 70 GiB disk named "'+JOB_NAME+'"',
       'I plug ide drive "'+JOB_NAME+'"',
     ]
   }

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