From d13964a914d88f59f8cce55f82559c98ef1292c6 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Mon, 23 Nov 2020 16:53:43 -0500 Subject: [PATCH] tests: restore route scale test to 1M routes Restore the scale topotest config to use 1M routes. Signed-off-by: Mark Stapp --- tests/topotests/route-scale/r1/installed.routes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/topotests/route-scale/r1/installed.routes.json b/tests/topotests/route-scale/r1/installed.routes.json index 24a45dca81..25d209f9eb 100644 --- a/tests/topotests/route-scale/r1/installed.routes.json +++ b/tests/topotests/route-scale/r1/installed.routes.json @@ -6,11 +6,11 @@ "type":"connected" }, { - "fib":200000, - "rib":200000, + "fib":1000000, + "rib":1000000, "type":"sharp" } ], - "routesTotal":200032, - "routesTotalFib":200032 + "routesTotal":1000032, + "routesTotalFib":1000032 } -- 2.39.5