From 938cf6f60f68e0c25c35c9eff37813366506fe86 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sat, 26 Nov 2016 13:01:24 +0100 Subject: 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(-) (limited to 'cucumber/features') 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", -- cgit v1.2.3-54-g00ecf