From 508deadf3d1b82e1ecf9fe1a133234f5597951d9 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 13 Jun 2023 22:12:39 +0300 Subject: [PATCH] tests: Adjust tests for BGP LU labelpool output Signed-off-by: Donatas Abraitis --- tests/topotests/bgp_lu_topo1/R1/labelpool.summ.json | 4 +--- tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json | 4 +--- tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json | 4 +--- tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/tests/topotests/bgp_lu_topo1/R1/labelpool.summ.json b/tests/topotests/bgp_lu_topo1/R1/labelpool.summ.json index 6db8e002f4..c66571f463 100644 --- a/tests/topotests/bgp_lu_topo1/R1/labelpool.summ.json +++ b/tests/topotests/bgp_lu_topo1/R1/labelpool.summ.json @@ -2,7 +2,5 @@ "ledger":506, "inUse":506, "requests":0, - "labelChunks":3, - "pending":0, - "reconnects":0 + "labelChunks":3 } diff --git a/tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json b/tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json index 9f9e57511c..d35e4ef463 100644 --- a/tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json +++ b/tests/topotests/bgp_lu_topo1/R2/labelpool.summ.json @@ -2,7 +2,5 @@ "ledger":0, "inUse":0, "requests":0, - "labelChunks":0, - "pending":0, - "reconnects":0 + "labelChunks":1 } diff --git a/tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json b/tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json index 59ecd27f7f..faeaa3ec5f 100644 --- a/tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json +++ b/tests/topotests/bgp_lu_topo2/R1/labelpool.summ.json @@ -2,7 +2,5 @@ "ledger":51, "inUse":51, "requests":0, - "labelChunks":1, - "pending":0, - "reconnects":0 + "labelChunks":1 } diff --git a/tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json b/tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json index 2c52192cd6..5f9d8e6624 100644 --- a/tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json +++ b/tests/topotests/bgp_lu_topo2/R2/labelpool.summ.json @@ -2,7 +2,5 @@ "ledger":1, "inUse":1, "requests":0, - "labelChunks":1, - "pending":0, - "reconnects":0 + "labelChunks":1 } -- 2.39.5