diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2018-10-04 12:18:45 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2018-10-04 12:18:45 +0200 |
commit | 8c581968098ff88db8cba412349cab5938aa3d76 (patch) | |
tree | 23bb9b6745f6f5eb21c5b407a344d7664a747254 /resources/libraries/robot/honeycomb/honeycomb.robot | |
parent | 401464f7fb2717c5aa37bdf629e7ce1cd23f68ab (diff) |
Fix failing tests after Fluorine bump in HC (HONEYCOMB-433)
- this fixes failing tests after bumping ODL dependencies
in Honeycomb and HC2VPP projects.
- increased timeout for installing ODL feautres,
sometimes it takes longer to install them.
Change-Id: Ib3ae8106ae0c1122410e9bd7924d0b49ed6059c7
Signed-off-by: Michal Cmarada <michal.cmarada@pantheon.tech>
Diffstat (limited to 'resources/libraries/robot/honeycomb/honeycomb.robot')
-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 0a1462c0cf..6cb57d3996 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -166,7 +166,7 @@ | | [Arguments] | ${node} | ${odl_name} | | Copy ODL Client | ${node} | ${odl_name} | /mnt/common | /tmp | | Setup ODL Client | ${node} | /tmp -| | Wait until keyword succeeds | 2min | 30sec +| | Wait until keyword succeeds | 3min | 30sec | | ... | Install ODL Features | ${node} | ${odl_name} | /tmp | | Wait until keyword succeeds | 4min | 15sec | | ... | Mount Honeycomb on ODL | ${node} |