Fix trex-310 get_active_pgids() does not work 70/5170/1
authorIdo Barnea <[email protected]>
Sun, 18 Dec 2016 13:46:26 +0000 (15:46 +0200)
committerIdo Barnea <[email protected]>
Sun, 18 Dec 2016 13:46:26 +0000 (15:46 +0200)
Signed-off-by: Ido Barnea <[email protected]>
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py

index fcf50df..945aacd 100755 (executable)
@@ -2003,6 +2003,8 @@ class STLClient(object):
         if not rc:
             raise STLError(rc)
 
+        return rc.data()
+
     @__api_check(True)
     def get_util_stats(self):
         """