diff options
author | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-04-14 12:10:01 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-16 15:39:54 +0900 |
commit | bed532f80043f9004431ee5b72abdab1c2755002 (patch) | |
tree | 0febc10af943baae742efc316c7e52a49885a3c6 /test | |
parent | d405c203ad8070298f256856605edb6d5480ba04 (diff) |
scenario_test: stop making /tmp/gobgp in the install process
Diffstat (limited to 'test')
-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 1ade6780..3db00712 100644 --- a/test/scenario_test/docker_control.py +++ b/test/scenario_test/docker_control.py @@ -55,7 +55,6 @@ def install_docker_and_tools(): local("docker pull osrg/quagga", capture=True) local("docker pull osrg/gobgp", capture=True) local("docker pull osrg/exabgp", capture=True) - local("mkdir /tmp/gobgp", capture=True) def docker_pkg_check(): |