diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-06-10 18:24:03 +0900 |
---|---|---|
committer | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-06-10 21:44:44 +0900 |
commit | f6824f870639d0e635f3415869d9d8047263d46c (patch) | |
tree | af74639dde7b9cb1be89e7eea5dd47105e89bd05 /test/scenario_test/constant.py | |
parent | 99c2d7157439f11a4f52bf8114fe14205d79160b (diff) |
scenario_test: execute the cli command using the docker exec in test
Diffstat (limited to 'test/scenario_test/constant.py')
-rw-r--r-- | test/scenario_test/constant.py | 2 |
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" |