summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/route_server_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario_test/route_server_test.py')
-rw-r--r--test/scenario_test/route_server_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scenario_test/route_server_test.py b/test/scenario_test/route_server_test.py
index 61c94eb0..63063d50 100644
--- a/test/scenario_test/route_server_test.py
+++ b/test/scenario_test/route_server_test.py
@@ -39,7 +39,7 @@ class GoBGPTest(GoBGPTestBase):
use_local = parser_option.use_local
go_path = parser_option.go_path
- log_debug = parser_option.gobgp_log_debug
+ log_debug = True if parser_option.gobgp_log_level == 'debug' else False
fab.init_test_env_executor(self.quagga_num, use_local, go_path, log_debug)
print "please wait " + str(self.initial_wait_time) + " second"