diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-16 15:20:03 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-04-16 15:06:47 +0000 |
commit | f3b78e659d703921581b4007fd88c770672cd988 (patch) | |
tree | a3b223a07782709734eb64a532ea0c6897ae8398 /resources/libraries/robot/honeycomb | |
parent | 8bac3376ddbefc0c4e668f57f4d7083c276dbc7b (diff) |
Remove unused parameter in HoneycombSetup
Change-Id: Ief75fcdc2c3ab77b708d1c7e7aecf312ea852898
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb')
-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 6cb57d3996..704f518573 100644 --- a/resources/libraries/robot/honeycomb/honeycomb.robot +++ b/resources/libraries/robot/honeycomb/honeycomb.robot @@ -167,7 +167,7 @@ | | Copy ODL Client | ${node} | ${odl_name} | /mnt/common | /tmp | | Setup ODL Client | ${node} | /tmp | | Wait until keyword succeeds | 3min | 30sec -| | ... | Install ODL Features | ${node} | ${odl_name} | /tmp +| | ... | Install ODL Features | ${node} | /tmp | | Wait until keyword succeeds | 4min | 15sec | | ... | Mount Honeycomb on ODL | ${node} | | Wait until keyword succeeds | 2min | 15sec |