From: rexlee8776 Date: Wed, 30 Nov 2016 11:23:53 +0000 (+0000) Subject: Bugfix: debug should be default off X-Git-Tag: danube.1.0~185^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f16c84f6fe11933940fd13e1db497dd92cfc9d67;p=yardstick.git Bugfix: debug should be default off JIRA: YARDSTICK-398 Change-Id: I8b2f776a9cf6d577150633999354db762fcb93ae Signed-off-by: rexlee8776 --- diff --git a/api/actions/env.py b/api/actions/env.py index 321649940..ea2ca5bc3 100644 --- a/api/actions/env.py +++ b/api/actions/env.py @@ -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] diff --git a/tests/ci/yardstick-verify b/tests/ci/yardstick-verify index 1a6682f85..7644c96c4 100755 --- a/tests/ci/yardstick-verify +++ b/tests/ci/yardstick-verify @@ -162,7 +162,7 @@ run_test() cat << EOF > /etc/yardstick/yardstick.conf [DEFAULT] -debug = True +debug = False dispatcher = ${DISPATCHER_TYPE} [dispatcher_file]