diff options
author | Neale Ranns <nranns@cisco.com> | 2019-03-11 05:34:50 -0700 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-03-12 16:02:07 +0000 |
commit | f726f539185609cb4f3aee7f34906e8b538cd33e (patch) | |
tree | 4232b62eea207b2bb576d959316bedf80cd72030 /test/test_bier.py | |
parent | fa0ac2c5668cb8f387a8e16dcf8d2d7154a09fe2 (diff) |
FIB: path parsing, table-id not fib-index (VPP-1586)
Change-Id: Ib27952935393163eaabf005c69b1cbc2feca2b98
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/test_bier.py')
-rw-r--r-- | test/test_bier.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/test_bier.py b/test/test_bier.py index 58ca3b08ebc..cd2d4c03af9 100644 --- a/test/test_bier.py +++ b/test/test_bier.py @@ -583,10 +583,12 @@ class TestBier(VppTestCase): proto=DpoProto.DPO_PROTO_BIER, nh_table_id=8)]) bier_route_1.add_vpp_config() - bier_route_max = VppBierRoute(self, bti, max_bp, - [VppRoutePath("0.0.0.0", - 0xffffffff, - nh_table_id=8)]) + bier_route_max = VppBierRoute( + self, bti, max_bp, + [VppRoutePath("0.0.0.0", + 0xffffffff, + nh_table_id=8, + proto=DpoProto.DPO_PROTO_BIER)]) bier_route_max.add_vpp_config() # |