aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/utils/env.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-09 13:59:16 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-09 13:59:16 +0100
commit66809ebba91d1f068c0a930dba695c3b02fc85bd (patch)
tree1704d5b80916c7fe79adcb74d26e3d9ec100fd64 /xtesting/utils/env.py
parent728f5c95df4d3edbe6b3f814a270cdf3b532aef9 (diff)
Add S3 env vars in env.py
It completes the previous commits adding S3 support: https://gerrit.opnfv.org/gerrit/c/functest-xtesting/+/68760 https://gerrit.opnfv.org/gerrit/c/functest-xtesting/+/68796 Change-Id: Iaaeb02ef2d9c6cdb7ff6c2c52e7086c751119871 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'xtesting/utils/env.py')
-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
}