Remove unused parameter in HoneycombSetup 29/18929/2
authorMichal Cmarada <mcmarada@cisco.com>
Tue, 16 Apr 2019 13:20:03 +0000 (15:20 +0200)
committerVratko Polak <vrpolak@cisco.com>
Tue, 16 Apr 2019 15:06:47 +0000 (15:06 +0000)
Change-Id: Ief75fcdc2c3ab77b708d1c7e7aecf312ea852898
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
resources/libraries/python/honeycomb/HoneycombSetup.py
resources/libraries/robot/honeycomb/honeycomb.robot

index b9c4c56..796639e 100644 (file)
@@ -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
         """
index 6cb57d3..704f518 100644 (file)
 | | 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