Skip to content

Commit

Permalink
Reduce route count for route perf test (#1928)
Browse files Browse the repository at this point in the history
* [VS Test] Reduce route count for route perf test
  • Loading branch information
shi-su authored Sep 27, 2021
1 parent f1aca8a commit a875d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit a875d60

Please sign in to comment.