summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario_test')
-rw-r--r--test/scenario_test/route_server_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/route_server_test.py b/test/scenario_test/route_server_test.py
index ab305e44..3c8f9356 100644
--- a/test/scenario_test/route_server_test.py
+++ b/test/scenario_test/route_server_test.py
@@ -59,7 +59,7 @@ class GoBGPTestBase(unittest.TestCase):
time.sleep(initial_wait_time)
for rs_client in rs_clients:
- g1.add_peer(rs_client, is_rs_client=True, passwd='passwd', passive=True)
+ g1.add_peer(rs_client, is_rs_client=True, passwd='passwd', passive=True, prefix_limit=10)
rs_client.add_peer(g1, passwd='passwd')
cls.gobgp = g1