aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_bfd.py
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2018-06-24 10:30:37 +0200
committerKlement Sekera <ksekera@cisco.com>2018-06-25 13:19:26 +0200
commitbeaded5e0cbcd507fa4dca4f71712bd4e6911e69 (patch)
treeea00ef9503f07387c94384610fa8f24530c8d6a7 /test/test_bfd.py
parentb9ef2739dd1e681143e78ada1ffc342ae2fb89b0 (diff)
make test: fix broken interfaces #2
Change-Id: I9d5b5d925fd2c09a1113fc51e433a16d729a241b Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/test_bfd.py')
-rw-r--r--test/test_bfd.py4
1 files changed, 2 insertions, 2 deletions
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