diff options
author | 2019-04-24 21:08:37 +0200 | |
---|---|---|
committer | 2019-12-22 21:05:17 +0100 | |
commit | 616541ecdb720a6f685e828bf194ecc3e907a224 (patch) | |
tree | f4c37d001d336ee609aa8603bad346e062d9e26f /xtesting/utils | |
parent | e11091e94b179c67f1c57f5fdf33816a469c5feb (diff) |
Enable debug messages via env var
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'xtesting/utils')
-rw-r--r-- | xtesting/utils/env.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtesting/utils/env.py b/xtesting/utils/env.py index dde6778e..d3602302 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, |