From 882a8c7a71c3a5738de78c08983de58ccfbf3a72 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 24 May 2022 09:15:40 -0400 Subject: [PATCH] tests: Allow cspf_topo1 to function correctly at scale The cspf_topo1 test is comparing the adj-sid value that is assigned dynamically based upon bring up order. Under very large scale this order changes causing the test to fail. Since the adj-sid is dynamically allocated and appears to be tested elsewhere, let's remove it from the grab all check. Signed-off-by: Donald Sharp --- tests/topotests/cspf_topo1/reference/sharp-ted.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/topotests/cspf_topo1/reference/sharp-ted.json b/tests/topotests/cspf_topo1/reference/sharp-ted.json index db50260ac7..d3d1f9e406 100644 --- a/tests/topotests/cspf_topo1/reference/sharp-ted.json +++ b/tests/topotests/cspf_topo1/reference/sharp-ted.json @@ -269,7 +269,6 @@ }, "segment-routing":[ { - "adj-sid":5001, "flags":"0xb0", "weight":0 } @@ -666,7 +665,6 @@ }, "segment-routing":[ { - "adj-sid":5000, "flags":"0x30", "weight":0 } -- 2.39.5