diff options
Diffstat (limited to 'test/scenario_test/route_server_test.py')
-rw-r--r-- | test/scenario_test/route_server_test.py | 2 |
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 |