diff options
Diffstat (limited to 'test/scenario_test/route_server_malformed_test.py')
-rw-r--r-- | test/scenario_test/route_server_malformed_test.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/scenario_test/route_server_malformed_test.py b/test/scenario_test/route_server_malformed_test.py index 83cc4c98..9bf92708 100644 --- a/test/scenario_test/route_server_malformed_test.py +++ b/test/scenario_test/route_server_malformed_test.py @@ -70,9 +70,6 @@ def boot(env): initial_wait_time = max(ctn.run() for ctn in ctns) time.sleep(initial_wait_time) - br01 = Bridge(name='br01', subnet='192.168.10.0/24') - [br01.addif(ctn) for ctn in ctns] - for q in [e1, e2]: g1.add_peer(q, is_rs_client=True) q.add_peer(g1) |