diff options
author | Philip Hands <phil@hands.com> | 2017-03-20 16:16:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-20 22:28:56 +0100 |
commit | 42746d9dec06ce92701b77d017c4c5d048fb1093 (patch) | |
tree | 302ae46207d2cc3917301c97b5a376cd7ef0b0a8 /cucumber/features/install.feature | |
parent | c7a9bfe0d40e17aa76484d5e3c83995042345661 (diff) | |
download | jenkins.debian.net-42746d9dec06ce92701b77d017c4c5d048fb1093.tar.xz |
lvc: make sure we wait long enough for the grub.cfg to be present
this adds a tweaked version of the generic image finder, to avoid
trying to mention diui_png() in the cucumber code
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r-- | cucumber/features/install.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 93d1c332..8d291d84 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -111,6 +111,7 @@ Feature: Doing variations on d-i installs And running "grep fsck /target/etc/modprobe.d/local.conf" fails And I wait while the bulk of the packages are installed And I install GRUB + And I see the "InstallComplete" screen, after at most 240 seconds And running "grep wibble /target/boot/grub/grub.cfg" succeeds And I allow reboot after the install is complete And I wait for the reboot |