diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-07-12 08:31:31 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-07 05:40:36 +0200 |
commit | 12d8254ad80f974d9b733d5262af842c362fb95a (patch) | |
tree | 8fd14e0f606f90ee8af3a9ad4c1fd75433a4bfc9 /xtesting/utils/env.py | |
parent | f990bd3c8cbac17d4c0d36b18e5debb58a72402c (diff) |
Improve dependency management
It avoids declaring dependencies if needed.
Negative regex are correcty managed as well.
Change-Id: I0e978823526246bc4a5192e63a8a893a4add0e2a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a507f38dc69019523ff02006622eb4ab84cd5ba1)
Diffstat (limited to 'xtesting/utils/env.py')
-rw-r--r-- | xtesting/utils/env.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/utils/env.py b/xtesting/utils/env.py index 64e9a21d..f17d78a1 100644 --- a/xtesting/utils/env.py +++ b/xtesting/utils/env.py @@ -16,7 +16,7 @@ import prettytable INPUTS = { 'CI_LOOP': 'daily', 'DEPLOY_SCENARIO': 'os-nosdn-nofeature-noha', - 'INSTALLER_TYPE': None, + 'INSTALLER_TYPE': 'unknown', 'BUILD_TAG': None, 'NODE_NAME': None, 'TEST_DB_URL': 'http://testresults.opnfv.org/test/api/v1/results', |