diff options
author | Philip Hands <phil@hands.com> | 2016-10-21 17:27:49 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-03 10:28:14 +0100 |
commit | 9cf425cf7679ba2d272eb564e8b353e9e3031638 (patch) | |
tree | 73fc1fc08794f8ecb18768f660555c0db8b7113d /cucumber/features/install.feature | |
parent | d69e87f6c154c2daaff7491c8c3272a45a89fc1d (diff) | |
download | jenkins.debian.net-9cf425cf7679ba2d272eb564e8b353e9e3031638.tar.xz |
lvc: set new test to actually boot installed system
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r-- | cucumber/features/install.feature | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 6dc4ba0d..ed61e79f 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -51,4 +51,6 @@ Feature: Doing variations on d-i installs 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 + And the VM shuts down within 20 minutes + And the computer is set to boot from ide drive "#{JOB_NAME}" + Then I should see a LXDE Login prompt |