X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_sctp.py;h=d7efc8c9353f3b467b5ddf40157ff3ada745d102;hb=4ba67723d716660c56326ce498b99a060a9471b1;hp=f30feda111ac68934942e81610e6774e7a5c1924;hpb=b0f662fe93f1db0098f7b50306c2f084644788b1;p=vpp.git diff --git a/test/test_sctp.py b/test/test_sctp.py index f30feda111a..d7efc8c9353 100644 --- a/test/test_sctp.py +++ b/test/test_sctp.py @@ -32,10 +32,10 @@ class TestSCTP(VppTestCase): table_id += 1 # Configure namespaces - self.vapi.app_namespace_add(namespace_id="0", - sw_if_index=self.loop0.sw_if_index) - self.vapi.app_namespace_add(namespace_id="1", - sw_if_index=self.loop1.sw_if_index) + 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="1", + sw_if_index=self.loop1.sw_if_index) def tearDown(self): for i in self.lo_interfaces: