diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-08-05 16:04:39 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-08 20:56:46 +0900 |
commit | b895b7678fc796e68a27964a75b1ee2ffea5d256 (patch) | |
tree | 318b3a0278a78d9db7afbdc94bedff2bcc8f8022 /test/scenario_test/lib/gobgp.py | |
parent | bf9e135ba85cad641c3812abace9221cbf5a2615 (diff) |
test: use test/lib for route_server_test and route_server_ipv4_v6_test
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/lib/gobgp.py')
-rw-r--r-- | test/scenario_test/lib/gobgp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/lib/gobgp.py b/test/scenario_test/lib/gobgp.py index 4092882a..c7a9631e 100644 --- a/test/scenario_test/lib/gobgp.py +++ b/test/scenario_test/lib/gobgp.py @@ -142,7 +142,7 @@ class GoBGPContainer(BGPContainer): n['Transport'] = {'TransportConfig': {'PassiveMode': True}} if info['is_rs_client']: - n['RouteServer'] = {'RouteServerClient': True} + n['RouteServer'] = {'RouteServerConfig': {'RouteServerClient': True}} if info['is_rr_client']: clusterId = info['cluster_id'] |