diff options
Diffstat (limited to 'test/scenario_test/route_server_malformed_test.py')
-rw-r--r-- | test/scenario_test/route_server_malformed_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/route_server_malformed_test.py b/test/scenario_test/route_server_malformed_test.py index f695b562..ac3d1186 100644 --- a/test/scenario_test/route_server_malformed_test.py +++ b/test/scenario_test/route_server_malformed_test.py @@ -114,7 +114,7 @@ def check_func(exabgp_conf, result): retry_count += 1 # check whether the service of gobgp is normally try: - cmd = "%s/%s -j -u %s -p %s neighbor" % (CONFIG_DIR, CLI_CMD, gobgp_ip, gobgp_port) + cmd = "%s -j neighbor" % CLI_CMD j = local(cmd, capture=True) neighbors = json.loads(j) except Exception: |