summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-10-25 16:46:47 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-10-28 14:38:35 +0200
commit1016c3d481dc9e2eb9ab03332aff441c03239614 (patch)
treec0a0946a8418aaea8521ed6fe8c72ada455f1b43 /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py
parent528f62bb50ca111f387b56b280f3a4b271f8ace3 (diff)
console: rearrange lines at "stats --ps"
in case of start traffic with link down, return error with link state Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py')
-rw-r--r--scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py
index d0f34f48..1ce21973 100644
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py
@@ -719,8 +719,8 @@ class Port(object):
"--": "",
"---": "",
"link speed": "{speed} Gb/s".format(speed=info['speed']),
- "status": info['status'],
- "link": info['link'],
+ "port status": info['status'],
+ "link status": info['link'],
"promiscuous" : info['prom'],
"flow ctrl" : info['fc'],
}