diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-05 10:19:17 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-04-05 08:31:18 +0000 |
commit | 2075758fdb47af554e106ddab0fbd76ae11beef9 (patch) | |
tree | 68bdcd62167c54d4b8849e020c14ee2a80bfea8a /resources/libraries/robot | |
parent | 16de9e3ce7106114228f2c5424c001bc4cf79888 (diff) |
HC Tests: fix authentication for ODL Oxygen jobs
Change-Id: I05dcb5f35ae1bc2abc7ce5c34eaced218e0ebd35
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'resources/libraries/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 165dbc036b..88de12b84c 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -166,7 +166,7 @@ | | Copy ODL Client | ${node} | ${odl_name} | /mnt/common | /tmp | | Setup ODL Client | ${node} | /tmp | | Wait until keyword succeeds | 2min | 30sec -| | ... | Install ODL Features | ${node} | /tmp +| | ... | Install ODL Features | ${node} | ${odl_name} | /tmp | | Wait until keyword succeeds | 4min | 15sec | | ... | Mount Honeycomb on ODL | ${node} | | Wait until keyword succeeds | 2min | 15sec |