diff options
author | Philip Hands <phil@hands.com> | 2016-11-26 13:01:24 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-11-26 23:52:18 +0100 |
commit | 938cf6f60f68e0c25c35c9eff37813366506fe86 (patch) | |
tree | ff53c7e75e03c32b1261013c79fdf8fba782717d | |
parent | 715efaab8bd4d0061f135cabccb955c8dc336c84 (diff) | |
download | jenkins.debian.net-938cf6f60f68e0c25c35c9eff37813366506fe86.tar.xz |
lvc: Debian-Edu needs 25G for a Standalone install
-rw-r--r-- | cucumber/features/install.feature | 2 | ||||
-rw-r--r-- | cucumber/features/step_definitions/snapshots.rb | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 2fa32386..0a62850b 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 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", |