]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: restore route scale test to 1M routes
authorMark Stapp <mjs@voltanet.io>
Mon, 23 Nov 2020 21:53:43 +0000 (16:53 -0500)
committerMark Stapp <mjs@voltanet.io>
Mon, 23 Nov 2020 21:53:43 +0000 (16:53 -0500)
Restore the scale topotest config to use 1M routes.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
tests/topotests/route-scale/r1/installed.routes.json

index 24a45dca81b39461aa98f008f7c19d9421a50d32..25d209f9eb4ee5a1c4815b1a2118fbb098af9cbb 100644 (file)
@@ -6,11 +6,11 @@
       "type":"connected"
     },
     {
-      "fib":200000,
-      "rib":200000,
+      "fib":1000000,
+      "rib":1000000,
       "type":"sharp"
     }
   ],
-  "routesTotal":200032,
-  "routesTotalFib":200032
+  "routesTotal":1000032,
+  "routesTotalFib":1000032
 }