From a875d60ed12886ce8c6677c572ec7c8c74cb7101 Mon Sep 17 00:00:00 2001 From: Shi Su <67605788+shi-su@users.noreply.github.com> Date: Mon, 27 Sep 2021 15:25:21 -0700 Subject: [PATCH] Reduce route count for route perf test (#1928) * [VS Test] Reduce route count for route perf test --- tests/test_route.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_route.py b/tests/test_route.py index b6dff14cfe..bae9865a65 100644 --- a/tests/test_route.py +++ b/tests/test_route.py @@ -905,7 +905,7 @@ class TestRoutePerf(TestRouteBase): def test_PerfAddRemoveRoute(self, dvs, testlog): self.setup_db(dvs) self.clear_srv_config(dvs) - numRoutes = 10000 # number of routes to add/remove + numRoutes = 5000 # number of routes to add/remove # generate ip prefixes of routes prefixes = []