From b5983c979149ef0417b8a819c33b42baec194dc8 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Tue, 9 Aug 2016 22:07:05 +0200 Subject: lvc: make the test trivial, for speedy tests Signed-off-by: Holger Levsen --- cucumber/features/install.feature | 8 ++++++++ cucumber/features/step_definitions/snapshots.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'cucumber/features') diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index acfcd573..a62d7264 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -35,3 +35,11 @@ Feature: Doing variations on d-i installs # Given I get d-i to the HTTP proxy prompt # When I set the proxy to "127.23.23.23" # Then I should get an error message that mentions the proxy + + @trivial + Scenario: Minimal Boot test + Given a disk is created for Debian Installer tests + And I intend to use gui mode + When I start the computer + Then I select the install mode + diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb index 5583fb2e..d90293ad 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -1,7 +1,7 @@ def checkpoints cp = Hash.new cp['disk-for-d-i'] = { - :description => "Create a disk for Debian Installer tests", + :description => "a disk is created for Debian Installer tests", :parent_checkpoint => nil, :steps => [ 'I create a 8 GiB disk named "'+JOB_NAME+'"', -- cgit v1.2.3-70-g09d2