diff options
author | Philip Hands <phil@hands.com> | 2016-11-03 14:02:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-04 00:35:18 +0100 |
commit | 3f207262ce03585272043250a268a6b849fc5880 (patch) | |
tree | bd09277348d80df80d4035da49d5ca32dc895cd1 /cucumber/features/install.feature | |
parent | c90bb9e6e76328f4e6bd7d3671110bcf36924be3 (diff) | |
download | jenkins.debian.net-3f207262ce03585272043250a268a6b849fc5880.tar.xz |
lvc: enable checksigs for hands-off preseed testing
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r-- | cucumber/features/install.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 5c4fff97..9c4aa217 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -48,7 +48,7 @@ Feature: Doing variations on d-i installs 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;partition/atomic;desktop/lxde DEBCONF_DEBUG=5" + 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;partition/atomic;desktop/lxde hands-off/checksigs=true DEBCONF_DEBUG=5" When I start the computer And I select the install mode And the VM shuts down within 20 minutes |