diff options
author | Philip Hands <phil@hands.com> | 2016-11-03 19:44:33 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-04 00:35:18 +0100 |
commit | 4a893f4e0111a1207ab6726259b9e016e6287eb3 (patch) | |
tree | bc95cd3c7503c7b7ebd6c3dcf03f186f70fbb0c8 /cucumber/features/step_definitions | |
parent | 3f207262ce03585272043250a268a6b849fc5880 (diff) | |
download | jenkins.debian.net-4a893f4e0111a1207ab6726259b9e016e6287eb3.tar.xz |
lvc: look for progress in preseed installs, to avoid timeouts
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/step_definitions')
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb index be5e887d..bd119fde 100644 --- a/cucumber/features/step_definitions/common_steps.rb +++ b/cucumber/features/step_definitions/common_steps.rb @@ -293,6 +293,10 @@ Given /^I select the install mode$/ do $vm.wait_until_remote_shell_is_up end +Given /^I expect package installation to start$/ do + @screen.wait(diui_png("InstallSoftware"), 20 * 60) +end + Given /^I select British English$/ do @screen.wait(diui_png("English"), 30 * PATIENCE) @screen.type(Sikuli::Key.ENTER) |