diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-08-10 02:10:59 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-12 08:04:31 +0900 |
commit | 5099fbe54de38f09d874e078caaaf4a5adaa66dc (patch) | |
tree | 8a258835a8077a34bb9b23586138f1d2ce3dfb10 /test/scenario_test/route_server_ipv4_v6_test.py | |
parent | 5c066cc6a64b03126a737fb41954a62bae762806 (diff) |
test: add flowspec scenario test
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'test/scenario_test/route_server_ipv4_v6_test.py')
-rw-r--r-- | test/scenario_test/route_server_ipv4_v6_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/route_server_ipv4_v6_test.py b/test/scenario_test/route_server_ipv4_v6_test.py index 03033260..d05874f5 100644 --- a/test/scenario_test/route_server_ipv4_v6_test.py +++ b/test/scenario_test/route_server_ipv4_v6_test.py @@ -53,7 +53,7 @@ class GoBGPIPv6Test(unittest.TestCase): for idx, q in enumerate(v6): route = '2001:{0}::/96'.format(idx+1) - q.add_route(route) + q.add_route(route, rf='ipv6') initial_wait_time = max(ctn.run() for ctn in ctns) |