X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_bfd.py;h=b3ac6356d2f46aac79cef06583583dbb24ac1827;hb=34eb5d423d8d5851d0e901114d359c91acf05c4e;hp=3afe94280257eda6957f8c9a138f54c58083b72e;hpb=d5c60b96a3fd93916fc4af5c8d6d25625c28242e;p=vpp.git diff --git a/test/test_bfd.py b/test/test_bfd.py index 3afe9428025..b3ac6356d2f 100644 --- a/test/test_bfd.py +++ b/test/test_bfd.py @@ -1407,7 +1407,7 @@ class BFD4TestCase(VppTestCase): def test_intf_deleted(self): """ interface with bfd session deleted """ - intf = VppLoInterface(self, 0) + intf = VppLoInterface(self) intf.config_ip4() intf.admin_up() sw_if_index = intf.sw_if_index @@ -1616,7 +1616,7 @@ class BFD6TestCase(VppTestCase): def test_intf_deleted(self): """ interface with bfd session deleted """ - intf = VppLoInterface(self, 0) + intf = VppLoInterface(self) intf.config_ip6() intf.admin_up() sw_if_index = intf.sw_if_index