fix for update command
authorimarom <[email protected]>
Mon, 8 Feb 2016 09:31:01 +0000 (11:31 +0200)
committerimarom <[email protected]>
Mon, 8 Feb 2016 09:31:01 +0000 (11:31 +0200)
scripts/automation/trex_control_plane/client/trex_stateless_client.py

index 95fd2a6..7bbfc12 100755 (executable)
@@ -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