papi: add call stats
Type: feature Change-Id: Ic6d44122d3e62e09402e3f1946f7e57e9b5e7c5f Signed-off-by: Ole Troan <ot@cisco.com>
This commit is contained in:

committed by
Andrew Yourtchenko

parent
8b2fffd93f
commit
fd574087e4
@ -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()
|
||||
|
Reference in New Issue
Block a user