diff options
author | Philip Hands <phil@hands.com> | 2016-10-20 20:00:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-03 10:28:07 +0100 |
commit | c40bb7955278b3d2f0e4d472df8e719c74b25eeb (patch) | |
tree | 1c270432d5c3a715b06b14af66b162be5df43adf /cucumber/features/install.feature | |
parent | d3c7c87e876bd090064b412fd42b87938e962285 (diff) | |
download | jenkins.debian.net-c40bb7955278b3d2f0e4d472df8e719c74b25eeb.tar.xz |
lvc: start with preseed tests
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r-- | cucumber/features/install.feature | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 3403d149..6dc4ba0d 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -44,3 +44,11 @@ Feature: Doing variations on d-i installs When I start the computer Then I select the install mode + @preseed + Scenario: Preseed using hands.com with checksum + Given a disk is created for Debian Installer tests + And I intend to use gui mode + And I intend to boot with options "auto=true priority=critical url=hands.com classes=jenkins.debian.org/pb10;loc/gb;hands.com/general-tweaks;setup/users;desktop/lxde DEBCONF_DEBUG=5" + When I start the computer + And I select the install mode + Then I should see a XFCE Login prompt |