From 9f6a0c501af7375a2c242869e249f72bc6ed5770 Mon Sep 17 00:00:00 2001 From: Naoto Hanaue Date: Tue, 10 Feb 2015 19:21:45 +0900 Subject: scenario_test: fix the location of the directory to use in the docker volume --- test/scenario_test/route_server_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scenario_test/route_server_test.py') 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 -- cgit v1.2.3