[Qa-jenkins-scm] [jenkins.debian.net] 05/18: lvc: Debian-Edu needs 25G for a Standalone install

Holger Levsen holger at layer-acht.org
Sat Nov 26 22:57:40 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 938cf6f60f68e0c25c35c9eff37813366506fe86
Author: Philip Hands <phil at hands.com>
Date:   Sat Nov 26 13:01:24 2016 +0100

    lvc: Debian-Edu needs 25G for a Standalone install
---
 cucumber/features/install.feature               | 2 +-
 cucumber/features/step_definitions/snapshots.rb | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature
index 2fa3238..0a62850 100644
--- a/cucumber/features/install.feature
+++ b/cucumber/features/install.feature
@@ -85,7 +85,7 @@ Feature: Doing variations on d-i installs
 
   @debedu
   Scenario: Install default Debedu
-    Given a disk is created for Debian Installer tests
+    Given a disk is created for Debian Edu tests
     And I intend to use gui mode
     And I start the computer
     And I select the install mode
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index d3d343d..dba92b4 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -9,6 +9,15 @@ def checkpoints
     ]
   }
 
+  cp['disk-for-deb-edu'] = {
+    :description => "a disk is created for Debian Edu tests",
+    :parent_checkpoint => nil,
+    :steps => [
+      'I create a 25 GiB disk named "'+JOB_NAME+'"',
+      'I plug ide drive "'+JOB_NAME+'"',
+    ]
+  }
+
   ['text', 'gui'].each do |m|
     cp["boot-d-i-#{m}-to-tasksel"] = {
         :description => "I have started Debian Installer in #{m} mode and stopped at the Tasksel prompt",

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