From 87aef5330046fcd14b601305e941481461422f27 Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Sun, 18 Dec 2016 15:46:26 +0200 Subject: Fix trex-310 get_active_pgids() does not work Signed-off-by: Ido Barnea --- .../automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib') 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): """ -- cgit 1.2.3-korg