diff options
Diffstat (limited to 'cucumber/features/step_definitions')
-rw-r--r-- | cucumber/features/step_definitions/snapshots.rb | 9 |
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", |