X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_sctp.py;h=9680774819a83dd50faaf27b13845b30c49bd1da;hb=22ab6f7cbb0f6139302aa6ca9f0c96dba17a37a7;hp=70201eba36019837f0932d9e64f07d81437787aa;hpb=eb9a27f247e521a80ce5a3ab31b1e3a483afefab;p=vpp.git diff --git a/test/test_sctp.py b/test/test_sctp.py index 70201eba360..9680774819a 100644 --- a/test/test_sctp.py +++ b/test/test_sctp.py @@ -32,9 +32,9 @@ class TestSCTP(VppTestCase): table_id += 1 # Configure namespaces - self.vapi.app_namespace_add_del(namespace_id="0", + self.vapi.app_namespace_add_del(namespace_id=b"0", 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=b"1", sw_if_index=self.loop1.sw_if_index) def tearDown(self):