diff options
author | Philip Hands <phil@hands.com> | 2016-06-05 10:23:38 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-05 11:05:38 +0200 |
commit | ad1993dbb55855538d37ca0c077e8cb684038bdd (patch) | |
tree | be651a639eca083f7a160f39474f860b76c3e98c /cucumber | |
parent | 9c743952dd41675b22ba6332e8b84eda595c3563 (diff) | |
download | jenkins.debian.net-ad1993dbb55855538d37ca0c077e8cb684038bdd.tar.xz |
lvc: add separate @broken job - for KDE in testing (#818970)
Diffstat (limited to 'cucumber')
-rw-r--r-- | cucumber/features/install.feature | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index c87a2ef2..839bdff8 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -17,6 +17,20 @@ Feature: Doing variations on d-i installs | text | non-GUI | VT | # | gui | Gnome Desktop | Gnome | + @broken + Scenario: Attempt to Install KDE, expecting it to fail because #818970 + Given I have started Debian Installer in text mode and stopped at the Tasksel prompt + And I intend to use text mode + And I select the KDE task + And I wait while the bulk of the packages are installed + And I install GRUB + And I allow reboot after the install is complete + And I wait for the reboot + And I power off the computer + And the computer is set to boot from ide drive "#{JOB_NAME}" + When I start the computer + Then I should see a KDE Login prompt + # 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 "127.23.23.23" |