aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/utils
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/utils')
-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'
}