summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client/trex_stateless_client.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-02-01 14:18:14 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-02-01 14:18:14 +0200
commitbdc690e8229808974a8f899e145931c06db6e082 (patch)
treec9dfa0304526a717566508f2de9d472e796f40e1 /scripts/automation/trex_control_plane/client/trex_stateless_client.py
parentf9dcbd38e90601f5571bb5bcfb67170876ecd3c6 (diff)
HTLAPI update
Diffstat (limited to 'scripts/automation/trex_control_plane/client/trex_stateless_client.py')
-rwxr-xr-xscripts/automation/trex_control_plane/client/trex_stateless_client.py4
1 files changed, 4 insertions, 0 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 4a2cc436..78adbcc2 100755
--- a/scripts/automation/trex_control_plane/client/trex_stateless_client.py
+++ b/scripts/automation/trex_control_plane/client/trex_stateless_client.py
@@ -932,6 +932,8 @@ class STLClient(object):
# by default use all ports
if ports == None:
ports = self.get_all_ports()
+ else:
+ ports = self.__ports(ports)
# verify valid port id list
rc = self._validate_port_list(ports)
@@ -1632,6 +1634,8 @@ class STLClient(object):
# by default use all ports
if ports == None:
ports = self.get_all_ports()
+ else:
+ ports = self.__ports(ports)
# verify valid port id list
rc = self._validate_port_list(ports)