summaryrefslogtreecommitdiffstats
path: root/cucumber/features/install.feature
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-11 17:22:32 +0200
committerPhilip Hands <phil@hands.com>2016-05-11 17:22:32 +0200
commit88d376c9b7d2e52dee57fc67b2cbd07422a4e5bd (patch)
tree63cdd3188dd02c3ab644180f1668ca2fd4578d2c /cucumber/features/install.feature
parenta5d56e3b5443263b53b0487c81125123411bd0cf (diff)
downloadjenkins.debian.net-88d376c9b7d2e52dee57fc67b2cbd07422a4e5bd.tar.xz
combined diff with most of the cucmber changes, plus update_jdn stuff
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r--cucumber/features/install.feature27
1 files changed, 18 insertions, 9 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature
index 3b71b6c2..85406871 100644
--- a/cucumber/features/install.feature
+++ b/cucumber/features/install.feature
@@ -1,14 +1,23 @@
@product
-Feature: Doing a trivial d-i install
+Feature: Doing variations on d-i installs
As a normal user
- I should be able to do a text-mode install
+ I should be able to install Debian
- 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
+ Scenario Outline: Install Debian, and boot to a login prompt
+ Given I install a <target_ui> Debian system, in <install_ui> mode
+ When I start the computer
+ Then I should see a Login prompt
Examples:
- | type |
- | Minimal |
- | Gnome Desktop |
+ | install_ui | target_ui |
+ | gui | Minimal |
+ | gui | non-GUI |
+ | gui | Gnome Desktop |
+ | text | Minimal |
+ | text | non-GUI |
+ | text | Gnome Desktop |
+
+# Scenario: Get a useful error from a bogus HTTP proxy
+# Given I get d-i to the HTTP proxy prompt
+# When I set the proxy to "172.23.23.23"
+# Then I should get an error message that mentions the proxy