aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_bfd.py
diff options
context:
space:
mode:
authorGabriel Ganne <gabriel.ganne@enea.com>2017-10-19 09:54:46 +0200
committerDave Barach <openvpp@barachs.net>2017-10-21 14:39:40 +0000
commitf3de674e92b31fd7f479382f882451fbcdf8b71a (patch)
treeff90b19194772d0146b53cf8e4a2f6324fed2446 /test/test_bfd.py
parent0bda0f4b908971c8f16eec9fad176be2b6cbd90a (diff)
test bfd - DPO_PROTO_IP6 is part of DpoProto
Change-Id: I63d336a1ba366a60a2a8f1124e3f37f742cccb65 Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.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 4cb6d3793dc..8fb00cf348a 100644
--- a/test/test_bfd.py
+++ b/test/test_bfd.py
@@ -1678,12 +1678,12 @@ class BFDFIBTestCase(VppTestCase):
ip_2001_s_64 = VppIpRoute(self, "2001::", 64,
[VppRoutePath(self.pg0.remote_ip6,
self.pg0.sw_if_index,
- proto=DPO_PROTO_IP6)],
+ proto=DpoProto.DPO_PROTO_IP6)],
is_ip6=1)
ip_2002_s_64 = VppIpRoute(self, "2002::", 64,
[VppRoutePath(self.pg0.remote_ip6,
0xffffffff,
- proto=DPO_PROTO_IP6)],
+ proto=DpoProto.DPO_PROTO_IP6)],
is_ip6=1)
ip_2001_s_64.add_vpp_config()
ip_2002_s_64.add_vpp_config()