diff options
author | 2016-02-08 11:31:01 +0200 | |
---|---|---|
committer | 2016-02-08 11:31:01 +0200 | |
commit | 1ab9a175ca7d49f7ae843d46a76c36baa16ff39d (patch) | |
tree | 861d74c793989ff8ce461a68f11608193526aeb2 /scripts | |
parent | c8d86c0de012fd407f5b9618a48eb572e6dd13cd (diff) |
fix for update command
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/automation/trex_control_plane/client/trex_stateless_client.py | 4 |
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 + |