summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/constant.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario_test/constant.py')
-rw-r--r--test/scenario_test/constant.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/constant.py b/test/scenario_test/constant.py
index ebcf897c..3b447813 100644
--- a/test/scenario_test/constant.py
+++ b/test/scenario_test/constant.py
@@ -28,7 +28,7 @@ GOBGP_CONFIG_FILE = "gobgpd.conf"
CONFIG_DIR = "/tmp/gobgp"
CONFIG_DIRR = "/tmp/gobgp/"
SHARE_VOLUME = "/root/share_volume"
-CLI_CMD = "gobgpcli"
+CLI_CMD = "docker exec gobgp /go/bin/gobgp"
EXABGP_CONTAINER_NAME = "exabgp"
EXABGP_ADDRESS = "10.0.0.100/16"
EXABGP_CONFDIR = SHARE_VOLUME + "/exabgp_test_conf"