From 1a935f2987f2885fc8af29ed866ec0b2125ee85c Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sun, 31 Jan 2016 16:07:53 +0200 Subject: add driver for Ubuntu 14.04.3, remove seconds from regression start time at HTML report, HLTAPI improvements --- scripts/automation/trex_control_plane/client/trex_stateless_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/client/trex_stateless_client.py') 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: -- cgit 1.2.3-korg