From: Mark Stapp Date: Mon, 23 Nov 2020 21:53:43 +0000 (-0500) Subject: tests: restore route scale test to 1M routes X-Git-Tag: base_7.6~214^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=d13964a914d88f59f8cce55f82559c98ef1292c6;p=mirror%2Ffrr.git tests: restore route scale test to 1M routes Restore the scale topotest config to use 1M routes. Signed-off-by: Mark Stapp --- 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 }