summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client/trex_stateless_client.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-01-31 16:07:53 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-01-31 16:07:53 +0200
commit1a935f2987f2885fc8af29ed866ec0b2125ee85c (patch)
tree1650ca92e0d1d23ff7b976650e25aa95135154ff /scripts/automation/trex_control_plane/client/trex_stateless_client.py
parentd4b2ae7ddbaae8660ddaff710bf4a5459ff0657f (diff)
add driver for Ubuntu 14.04.3, remove seconds from regression start time at HTML report, HLTAPI improvements
Diffstat (limited to 'scripts/automation/trex_control_plane/client/trex_stateless_client.py')
-rwxr-xr-xscripts/automation/trex_control_plane/client/trex_stateless_client.py2
1 files changed, 1 insertions, 1 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 34526e69..4a2cc436 100755
--- a/scripts/automation/trex_control_plane/client/trex_stateless_client.py
+++ b/scripts/automation/trex_control_plane/client/trex_stateless_client.py
@@ -727,7 +727,7 @@ class STLClient(object):
total = {}
for port_id in port_id_list:
port_stats = self.ports[port_id].get_stats()
- stats["port {0}".format(port_id)] = port_stats
+ stats[port_id] = port_stats
for k, v in port_stats.iteritems():
if not k in total: