summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-02-08 11:31:01 +0200
committerimarom <imarom@cisco.com>2016-02-08 11:31:01 +0200
commit1ab9a175ca7d49f7ae843d46a76c36baa16ff39d (patch)
tree861d74c793989ff8ce461a68f11608193526aeb2 /scripts/automation/trex_control_plane
parentc8d86c0de012fd407f5b9618a48eb572e6dd13cd (diff)
fix for update command
Diffstat (limited to 'scripts/automation/trex_control_plane')
-rwxr-xr-xscripts/automation/trex_control_plane/client/trex_stateless_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/client/trex_stateless_client.py b/scripts/automation/trex_control_plane/client/trex_stateless_client.py
index 95fd2a69..7bbfc125 100755
--- a/scripts/automation/trex_control_plane/client/trex_stateless_client.py
+++ b/scripts/automation/trex_control_plane/client/trex_stateless_client.py
@@ -1503,7 +1503,7 @@ class STLClient(object):
# call low level functions
self.logger.pre_cmd("Updating traffic on port(s) {0}:".format(ports))
- rc = self.__update(mult, ports, force)
+ rc = self.__update(mult_obj, ports, force)
self.logger.post_cmd(rc)
if not rc:
@@ -2032,4 +2032,4 @@ class STLClient(object):
- \ No newline at end of file
+