GRE tests and fixes
Change-Id: I234240e9bdd4b69ad64a17b1449ae1e81c0edaca Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
7afe9e3826
commit
177bbdcd8f
@ -265,8 +265,8 @@ class VppTestCase(unittest.TestCase):
|
||||
def tearDown(self):
|
||||
""" Show various debug prints after each test """
|
||||
if not self.vpp_dead:
|
||||
self.logger.info(self.vapi.ppcli("show int"))
|
||||
self.logger.debug(self.vapi.cli("show trace"))
|
||||
self.logger.info(self.vapi.ppcli("show int"))
|
||||
self.logger.info(self.vapi.ppcli("show hardware"))
|
||||
self.logger.info(self.vapi.ppcli("show error"))
|
||||
self.logger.info(self.vapi.ppcli("show run"))
|
||||
|
Reference in New Issue
Block a user