aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xtesting/utils/env.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/xtesting/utils/env.py b/xtesting/utils/env.py
index 8bf6da81..9ce39987 100644
--- a/xtesting/utils/env.py
+++ b/xtesting/utils/env.py
@@ -20,7 +20,10 @@ INPUTS = {
'INSTALLER_TYPE': 'unknown',
'BUILD_TAG': None,
'NODE_NAME': None,
- 'TEST_DB_URL': 'http://testresults.opnfv.org/test/api/v1/results'
+ 'TEST_DB_URL': 'http://testresults.opnfv.org/test/api/v1/results',
+ 'S3_ENDPOINT_URL': None,
+ 'S3_DST_URL': None,
+ 'HTTP_DST_URL': None
}