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 603ffecd..61c94eb0 100644 --- a/test/scenario_test/route_server_test.py +++ b/test/scenario_test/route_server_test.py @@ -188,7 +188,7 @@ class GoBGPTest(GoBGPTestBase): time.sleep(self.initial_wait_time) check_address = "10.0.0.1" - target_network = "192.168.20.0" + target_network = "192.168.20.0/24" ans_nexthop = "10.0.0.3" print "check of [ " + check_address + " ]" |