summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-11-26 13:01:24 +0100
committerPhilip Hands <phil@hands.com>2016-11-26 23:52:18 +0100
commit938cf6f60f68e0c25c35c9eff37813366506fe86 (patch)
treeff53c7e75e03c32b1261013c79fdf8fba782717d /cucumber/features/step_definitions
parent715efaab8bd4d0061f135cabccb955c8dc336c84 (diff)
downloadjenkins.debian.net-938cf6f60f68e0c25c35c9eff37813366506fe86.tar.xz
lvc: Debian-Edu needs 25G for a Standalone install
Diffstat (limited to 'cucumber/features/step_definitions')
-rw-r--r--cucumber/features/step_definitions/snapshots.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index d3d343d5..dba92b4c 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",