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/docker_control.py | |
parent | 99c2d7157439f11a4f52bf8114fe14205d79160b (diff) |
scenario_test: execute the cli command using the docker exec in test
Diffstat (limited to 'test/scenario_test/docker_control.py')
-rw-r--r-- | test/scenario_test/docker_control.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/scenario_test/docker_control.py b/test/scenario_test/docker_control.py index c55826ef..687008cd 100644 --- a/test/scenario_test/docker_control.py +++ b/test/scenario_test/docker_control.py @@ -186,7 +186,6 @@ def make_install_file(use_local=False): file_buff += 'cd gobgp' + '\n' file_buff += 'go get -v' + '\n' file_buff += 'go build' + '\n' - file_buff += 'cp gobgp ' + SHARE_VOLUME + '/' + CLI_CMD + '\n' file_buff += 'cd ../gobgpd' + '\n' file_buff += 'go get -v' + '\n' file_buff += 'go build' |