diff options
author | Ido Barnea <ibarnea@cisco.com> | 2016-12-18 15:46:26 +0200 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2016-12-18 15:46:26 +0200 |
commit | 87aef5330046fcd14b601305e941481461422f27 (patch) | |
tree | 85dbd0e2c417197923aff873cb434c490463445f /scripts/automation | |
parent | 6a6047fd7168f49641e3c9b4ea347e22b6378690 (diff) |
Fix trex-310 get_active_pgids() does not work
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'scripts/automation')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py | 2 |
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): """ |