aboutsummaryrefslogtreecommitdiffstats
path: root/test/framework.py
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2019-11-27 23:12:48 +0100
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-12-05 14:56:23 +0000
commitfd574087e4b89e9c27aec1c9da60e1e91e009783 (patch)
tree52e318192dd0761f9fdc4ecf9a57a9d8afb7f207 /test/framework.py
parent8b2fffd93f5f42ae35b0843c8a95681a13c84e90 (diff)
papi: add call stats
Type: feature Change-Id: Ic6d44122d3e62e09402e3f1946f7e57e9b5e7c5f Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'test/framework.py')
-rw-r--r--test/framework.py1
1 files changed, 1 insertions, 0 deletions
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()