From f5d73689bdd4e9dbff98c04e190023b7f66ed7c9 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 24 Apr 2019 21:08:37 +0200 Subject: Enable debug messages via env var MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It stops printing in xtesting.debug.log by default. It decreases testing duration via Raspberry PI without additional tasks [1]. [1] https://wiki.opnfv.org/display/functest/Run+Functest+containers+on+Raspberry+PI Change-Id: I2eded47a7a150a45330a69f3262fc7ca6fdb7463 Signed-off-by: Cédric Ollivier --- xtesting/utils/env.py | 1 + 1 file changed, 1 insertion(+) (limited to 'xtesting/utils/env.py') diff --git a/xtesting/utils/env.py b/xtesting/utils/env.py index f17d78a1..df06cb7b 100644 --- a/xtesting/utils/env.py +++ b/xtesting/utils/env.py @@ -15,6 +15,7 @@ import prettytable INPUTS = { 'CI_LOOP': 'daily', + 'DEBUG': 'false', 'DEPLOY_SCENARIO': 'os-nosdn-nofeature-noha', 'INSTALLER_TYPE': 'unknown', 'BUILD_TAG': None, -- cgit 1.2.3-korg