diff options
author | Philip Hands <phil@hands.com> | 2016-08-09 22:07:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-09 22:45:25 +0200 |
commit | b5983c979149ef0417b8a819c33b42baec194dc8 (patch) | |
tree | 2461cd049abdf44f766005d14b72d020244b1263 /cucumber/features/install.feature | |
parent | d52db064e0faa8b381e38a5d165e4e67679be24d (diff) | |
download | jenkins.debian.net-b5983c979149ef0417b8a819c33b42baec194dc8.tar.xz |
lvc: make the test trivial, for speedy tests
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r-- | cucumber/features/install.feature | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |