aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/utils/env.py
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2019-06-14 14:13:49 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-06-14 14:13:49 +0000
commit2d35738769a5118fdcf7a7092e4fd0fb7f15511d (patch)
treec4728e2ec2ce0b60034b01f1ef1374a9a71bc954 /xtesting/utils/env.py
parent037a210297f2d04d4e10a8781c6f5ca1f4c26a30 (diff)
parente90fd3ce7b45c1a8c2de645884d09caa21323193 (diff)
Merge "Remove energy modules"
Diffstat (limited to 'xtesting/utils/env.py')
-rw-r--r--xtesting/utils/env.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/xtesting/utils/env.py b/xtesting/utils/env.py
index df06cb7b..8bf6da81 100644
--- a/xtesting/utils/env.py
+++ b/xtesting/utils/env.py
@@ -20,10 +20,7 @@ INPUTS = {
'INSTALLER_TYPE': 'unknown',
'BUILD_TAG': None,
'NODE_NAME': None,
- 'TEST_DB_URL': 'http://testresults.opnfv.org/test/api/v1/results',
- 'ENERGY_RECORDER_API_URL': 'http://energy.opnfv.fr/resources',
- 'ENERGY_RECORDER_API_USER': None,
- 'ENERGY_RECORDER_API_PASSWORD': None
+ 'TEST_DB_URL': 'http://testresults.opnfv.org/test/api/v1/results'
}