From fd574087e4b89e9c27aec1c9da60e1e91e009783 Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Wed, 27 Nov 2019 23:12:48 +0100 Subject: papi: add call stats Type: feature Change-Id: Ic6d44122d3e62e09402e3f1946f7e57e9b5e7c5f Signed-off-by: Ole Troan --- test/framework.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/framework.py b/test/framework.py index cffad835b5a..d474059578b 100644 --- a/test/framework.py +++ b/test/framework.py @@ -616,6 +616,7 @@ class VppTestCase(unittest.TestCase): if hasattr(cls, 'vpp'): if hasattr(cls, 'vapi'): + cls.logger.debug(cls.vapi.vpp.get_stats()) cls.logger.debug("Disconnecting class vapi client on %s", cls.__name__) cls.vapi.disconnect() -- cgit 1.2.3-korg