summaryrefslogtreecommitdiffstats
path: root/features/DebianLive/apt.feature
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-11 17:11:01 +0200
committerPhilip Hands <phil@hands.com>2016-05-11 17:11:01 +0200
commita5d56e3b5443263b53b0487c81125123411bd0cf (patch)
tree71b1bdafc0a5978bca9073609eff33e228e29a12 /features/DebianLive/apt.feature
parent555d9414f758cc0062eff700a0352ae177fd9be5 (diff)
downloadjenkins.debian.net-a5d56e3b5443263b53b0487c81125123411bd0cf.tar.xz
move cucumber things under cucumber/
Diffstat (limited to 'features/DebianLive/apt.feature')
-rw-r--r--features/DebianLive/apt.feature14
1 files changed, 0 insertions, 14 deletions
diff --git a/features/DebianLive/apt.feature b/features/DebianLive/apt.feature
deleted file mode 100644
index 3b71b6c2..00000000
--- a/features/DebianLive/apt.feature
+++ /dev/null
@@ -1,14 +0,0 @@
-@product
-Feature: Doing a trivial d-i install
- As a normal user
- I should be able to do a text-mode install
-
- Scenario Outline: Install Debian and boot to login prompt
- Given I have installed <type> Debian
- And I start the computer
- Then I wait for a Login Prompt
-
- Examples:
- | type |
- | Minimal |
- | Gnome Desktop |