From 74d79ead0171f15c7bc935891aaaf288f0ad37ed Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Fri, 8 Oct 2021 08:43:37 -0400 Subject: [PATCH] tests: adjust bgp_lu_topo1 for updated BGP LU BGP LU will use implicit-null in more situations now; adjust the original LU topotest to align with that. Node R2 uses imp-null now, while R1 continues to allocate labels. Signed-off-by: Mark Stapp --- tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json b/tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json index 29e6c2cbf7..9c817e8075 100644 --- a/tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json +++ b/tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json @@ -1,8 +1,8 @@ { - "Ledger":506, - "InUse":506, + "Ledger":0, + "InUse":0, "Requests":0, - "LabelChunks":11, + "LabelChunks":0, "Pending":0, "Reconnects":0 } -- 2.39.5