diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-02-10 19:21:45 +0900 |
---|---|---|
committer | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-02-10 19:21:45 +0900 |
commit | 9f6a0c501af7375a2c242869e249f72bc6ed5770 (patch) | |
tree | 914390b8e945f6d6db3009676f1720dbe302a6e5 /test/scenario_test/route_server_test.py | |
parent | 2820c43e2d92c0c5cfcab996fa84459784f7b238 (diff) |
scenario_test: fix the location of the directory to use in the docker volume
Diffstat (limited to 'test/scenario_test/route_server_test.py')
-rw-r--r-- | test/scenario_test/route_server_test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario_test/route_server_test.py b/test/scenario_test/route_server_test.py index 7f6eb9c3..94db095a 100644 --- a/test/scenario_test/route_server_test.py +++ b/test/scenario_test/route_server_test.py @@ -35,8 +35,8 @@ class GoBGPTest(unittest.TestCase): gobgp_ip = "10.0.255.1" gobgp_port = "8080" - base_dir = "/usr/local/gobgp/" - gobgp_config_file = "/usr/local/gobgp/gobgpd.conf" + base_dir = "/tmp/gobgp/" + gobgp_config_file = "/tmp/gobgp/gobgpd.conf" gobgp_config = None quagga_num = 3 append_quagga = 10 |