summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-12-18 15:46:26 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-12-18 15:46:26 +0200
commit87aef5330046fcd14b601305e941481461422f27 (patch)
tree85dbd0e2c417197923aff873cb434c490463445f /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
parent6a6047fd7168f49641e3c9b4ea347e22b6378690 (diff)
Fix trex-310 get_active_pgids() does not work
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py')
-rwxr-xr-xscripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
index fcf50dfd..945aacd0 100755
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
@@ -2003,6 +2003,8 @@ class STLClient(object):
if not rc:
raise STLError(rc)
+ return rc.data()
+
@__api_check(True)
def get_util_stats(self):
"""