From 1ab9a175ca7d49f7ae843d46a76c36baa16ff39d Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 8 Feb 2016 11:31:01 +0200 Subject: [PATCH] fix for update command --- scripts/automation/trex_control_plane/client/trex_stateless_client.py | 4 ++-- 1 file 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 + -- 2.16.6