diff options
Diffstat (limited to 'test/scenario_test/route_server_test.py')
-rw-r--r-- | test/scenario_test/route_server_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/scenario_test/route_server_test.py b/test/scenario_test/route_server_test.py index 03a27581..dbaa0d43 100644 --- a/test/scenario_test/route_server_test.py +++ b/test/scenario_test/route_server_test.py @@ -58,7 +58,8 @@ class GoBGPTest(unittest.TestCase): use_local = parser_option.use_local go_path = parser_option.go_path - fab.init_test_env_executor(self.quagga_num, use_local, go_path) + log_debug = parser_option.gobgp_log_debug + fab.init_test_env_executor(self.quagga_num, use_local, go_path, log_debug) print "please wait " + str(self.initial_wait_time) + " second" time.sleep(self.initial_wait_time) |