summaryrefslogtreecommitdiffstats
path: root/cucumber/features/install.feature
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-20 23:49:20 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-21 11:33:25 +0200
commitcdc46010d9fc51ac4816c68f0af380b97fa9eaed (patch)
tree9f58f09b8f33216d95d9ab4c3acedb85530367ea /cucumber/features/install.feature
parent5b9dd00b7dd07333d0dc7fca2b59fa5172b83509 (diff)
downloadjenkins.debian.net-cdc46010d9fc51ac4816c68f0af380b97fa9eaed.tar.xz
lvc: combined patch - featuring waitAny and try_for() \o/
The XF86_Switch_VT bit doesn't quite work, but I'll leave it in the kernel command line for now. Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r--cucumber/features/install.feature10
1 files changed, 5 insertions, 5 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature
index 57269c8f..cf9a68a0 100644
--- a/cucumber/features/install.feature
+++ b/cucumber/features/install.feature
@@ -10,16 +10,16 @@ Feature: Doing variations on d-i installs
Examples:
| install_ui | target_ui | login |
- | gui | Minimal | VT |
- | gui | non-GUI | VT |
- | gui | XFCE Desktop | XFCE |
-# | gui | Gnome Desktop | Gnome |
| text | Minimal | VT |
| text | non-GUI | VT |
| text | XFCE Desktop | XFCE |
# | text | Gnome Desktop | Gnome |
+ | gui | Minimal | VT |
+ | gui | non-GUI | VT |
+ | gui | XFCE Desktop | XFCE |
+# | gui | Gnome Desktop | Gnome |
# 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"
+# When I set the proxy to "127.23.23.23"
# Then I should get an error message that mentions the proxy