diff options
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', |