udp:: support python3 in tests
Type: fix Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: Iea19d7bc2dfe9736ddefb4419509ccfda7a67eeb
This commit is contained in:
@ -278,9 +278,9 @@ class TestUDP(VppTestCase):
|
|||||||
table_id += 1
|
table_id += 1
|
||||||
|
|
||||||
# Configure namespaces
|
# Configure namespaces
|
||||||
self.vapi.app_namespace_add_del(namespace_id="0",
|
self.vapi.app_namespace_add_del(namespace_id="0".encode('ascii'),
|
||||||
sw_if_index=self.loop0.sw_if_index)
|
sw_if_index=self.loop0.sw_if_index)
|
||||||
self.vapi.app_namespace_add_del(namespace_id="1",
|
self.vapi.app_namespace_add_del(namespace_id="1".encode('ascii'),
|
||||||
sw_if_index=self.loop1.sw_if_index)
|
sw_if_index=self.loop1.sw_if_index)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
Reference in New Issue
Block a user