From af2cff3c6ccce4b6dfe605813300fdda3d36e5c8 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Fri, 13 Mar 2020 14:20:23 +0000 Subject: [PATCH] Set tempest debug to false --- zaza/openstack/charm_tests/tempest/templates/tempest_v2.py | 2 +- zaza/openstack/charm_tests/tempest/templates/tempest_v3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/charm_tests/tempest/templates/tempest_v2.py b/zaza/openstack/charm_tests/tempest/templates/tempest_v2.py index 4f40d90..ec95577 100644 --- a/zaza/openstack/charm_tests/tempest/templates/tempest_v2.py +++ b/zaza/openstack/charm_tests/tempest/templates/tempest_v2.py @@ -1,6 +1,6 @@ file_contents = """ [DEFAULT] -debug = true +debug = false use_stderr = false log_file = tempest.log diff --git a/zaza/openstack/charm_tests/tempest/templates/tempest_v3.py b/zaza/openstack/charm_tests/tempest/templates/tempest_v3.py index ea2d88d..887b0b5 100644 --- a/zaza/openstack/charm_tests/tempest/templates/tempest_v3.py +++ b/zaza/openstack/charm_tests/tempest/templates/tempest_v3.py @@ -1,6 +1,6 @@ file_contents = """ [DEFAULT] -debug = true +debug = false use_stderr = false log_file = tempest.log