summaryrefslogtreecommitdiffstats
path: root/cucumber/features/install.feature
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-01 14:19:18 +0200
committerPhilip Hands <phil@hands.com>2016-06-01 20:01:56 +0200
commit4a5b9b9b9a841057f83bf9c5e2e322ca04b926d4 (patch)
tree7cd7055988b077fe9d9ead8d8ec30b287e5a6b01 /cucumber/features/install.feature
parent0090f28666ab2947544bcd1f8fd4f014e5e419d1 (diff)
downloadjenkins.debian.net-4a5b9b9b9a841057f83bf9c5e2e322ca04b926d4.tar.xz
lvc: combine gui/non gui checkpoints
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r--cucumber/features/install.feature12
1 files changed, 6 insertions, 6 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature
index 4900cd57..17156db4 100644
--- a/cucumber/features/install.feature
+++ b/cucumber/features/install.feature
@@ -9,12 +9,12 @@ Feature: Doing variations on d-i installs
Then I should see a <login> Login prompt
Examples:
- | install_ui | target_ui | login |
- | gui | LXDE Desktop | LXDE |
- | gui | KDE Desktop | KDE |
- | gui | Minimal | VT |
- | gui | XFCE Desktop | XFCE |
- | text | non-GUI | VT |
+ | install_ui | target_ui | login |
+ | gui | LXDE | LXDE |
+ | gui | KDE | KDE |
+ | gui | minimal | VT |
+ | gui | XFCE | XFCE |
+ | text | non-GUI | VT |
# | gui | Gnome Desktop | Gnome |
# Scenario: Get a useful error from a bogus HTTP proxy