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/step_definitions/snapshots.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cucumber/features/step_definitions') 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