From 5099fbe54de38f09d874e078caaaf4a5adaa66dc Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Mon, 10 Aug 2015 02:10:59 +0900 Subject: test: add flowspec scenario test Signed-off-by: ISHIDA Wataru --- test/scenario_test/route_server_ipv4_v6_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scenario_test/route_server_ipv4_v6_test.py') 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) -- cgit v1.2.3