VPP-1508: Use scapy.compat to manage packet level library differences.
Change-Id: Icdf6abc9e53d33b26fd1d531c7dda6be0bb9cb55 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Ole Trøan

parent
0f6602cb24
commit
a7427ec6f8
@ -71,6 +71,10 @@ class TestCDP(VppTestCase):
|
||||
super(TestCDP, cls).tearDownClass()
|
||||
raise
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
super(TestCDP, cls).tearDownClass()
|
||||
|
||||
def test_enable_cdp(self):
|
||||
self.logger.info(self.vapi.cli("cdp enable"))
|
||||
ret = self.vapi.cli("show cdp")
|
||||
|
Reference in New Issue
Block a user