diff options
author | selias <samelias@cisco.com> | 2016-12-08 11:18:52 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-12-12 08:58:06 +0000 |
commit | 97792bf731c00968581d98fcbea67e69ce9c6abd (patch) | |
tree | 6faccc2425099f69ad328a5255d5b4858ad62ff0 /resources/libraries | |
parent | 6cfd0b39c74858fc32876ea7b57bcd59e1ba9140 (diff) |
CSIT-484: HC Test: Add scripts for new hc2vpp jobs
- add package download script that also installs jvpp .jar
to maven local repo
- add bootstrap scripts for the new jobs
Related ci-management commit: https://gerrit.fd.io/r/4171
Change-Id: I11ec3d93d3b6f6d84c0c1c5e54f166dab96a05ee
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/robot/honeycomb/honeycomb.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/honeycomb/honeycomb.robot b/resources/libraries/robot/honeycomb/honeycomb.robot index 41bd45054d..8b0a788385 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -37,7 +37,7 @@ | | ... | | [Arguments] | @{duts} | | Start honeycomb on DUTs | @{duts} -| | Wait until keyword succeeds | 3min | 10sec +| | Wait until keyword succeeds | 4min | 15sec | | ... | Check honeycomb startup state | @{duts} | Stop honeycomb service on DUTs |