aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-04-16 15:20:03 +0200
committerVratko Polak <vrpolak@cisco.com>2019-04-16 15:06:47 +0000
commitf3b78e659d703921581b4007fd88c770672cd988 (patch)
treea3b223a07782709734eb64a532ea0c6897ae8398
parent8bac3376ddbefc0c4e668f57f4d7083c276dbc7b (diff)
Remove unused parameter in HoneycombSetup
Change-Id: Ief75fcdc2c3ab77b708d1c7e7aecf312ea852898 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
-rw-r--r--resources/libraries/python/honeycomb/HoneycombSetup.py4
-rw-r--r--resources/libraries/robot/honeycomb/honeycomb.robot2
2 files changed, 2 insertions, 4 deletions
diff --git a/resources/libraries/python/honeycomb/HoneycombSetup.py b/resources/libraries/python/honeycomb/HoneycombSetup.py
index b9c4c56802..796639e879 100644
--- a/resources/libraries/python/honeycomb/HoneycombSetup.py
+++ b/resources/libraries/python/honeycomb/HoneycombSetup.py
@@ -503,15 +503,13 @@ class HoneycombSetup(object):
"in progress ...".format(node['host']))
@staticmethod
- def install_odl_features(node, odl_name, path, *features):
+ def install_odl_features(node, path, *features):
"""Install required features on a running ODL client.
:param node: Honeycomb node.
- :param odl_name: Name of ODL client version to use.
:param path: Path to ODL client on node.
:param features: Optional, list of additional features to install.
:type node: dict
- :type odl_name: str
:type path: str
:type features: list
"""
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