Bugfix: debug should be default off 31/25231/2
authorrexlee8776 <limingjiang@huawei.com>
Wed, 30 Nov 2016 11:23:53 +0000 (11:23 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Wed, 30 Nov 2016 11:52:56 +0000 (11:52 +0000)
JIRA: YARDSTICK-398

Change-Id: I8b2f776a9cf6d577150633999354db762fcb93ae
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
api/actions/env.py
tests/ci/yardstick-verify

index 3216499..ea2ca5b 100644 (file)
@@ -65,7 +65,7 @@ def _config_output_file():
     with open('/etc/yardstick/yardstick.conf', 'w') as f:
         f.write("""\
 [DEFAULT]
-debug = True
+debug = False
 dispatcher = influxdb
 
 [dispatcher_file]
index 1a6682f..7644c96 100755 (executable)
@@ -162,7 +162,7 @@ run_test()
 
     cat << EOF > /etc/yardstick/yardstick.conf
 [DEFAULT]
-debug = True
+debug = False
 dispatcher = ${DISPATCHER_TYPE}
 
 [dispatcher_file]