We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1aca8a commit a875d60Copy full SHA for a875d60
1 file changed
tests/test_route.py
@@ -905,7 +905,7 @@ class TestRoutePerf(TestRouteBase):
905
def test_PerfAddRemoveRoute(self, dvs, testlog):
906
self.setup_db(dvs)
907
self.clear_srv_config(dvs)
908
- numRoutes = 10000 # number of routes to add/remove
+ numRoutes = 5000 # number of routes to add/remove
909
910
# generate ip prefixes of routes
911
prefixes = []
0 commit comments