session: API cleanup
Use consistent API types. Type: fix Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com> Change-Id: Ib752a3425c076eb53bc5255a48039cbb74b1fcce Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
5893747d72
commit
b4e5e50fe8
@ -37,9 +37,9 @@ class TestSession(VppTestCase):
|
||||
table_id += 1
|
||||
|
||||
# Configure namespaces
|
||||
self.vapi.app_namespace_add_del(namespace_id=b"0",
|
||||
self.vapi.app_namespace_add_del(namespace_id="0",
|
||||
sw_if_index=self.loop0.sw_if_index)
|
||||
self.vapi.app_namespace_add_del(namespace_id=b"1",
|
||||
self.vapi.app_namespace_add_del(namespace_id="1",
|
||||
sw_if_index=self.loop1.sw_if_index)
|
||||
|
||||
def tearDown(self):
|
||||
|
Reference in New Issue
Block a user