diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-09 07:02:45 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-09 13:15:10 +0100 |
commit | ab6ee580b80b6aacd39323c4668b14c81b54cbcf (patch) | |
tree | befcbae18bd6408f95a7acd4d7103e35b978f444 /functest/ci/config_functest.yaml | |
parent | 746c1eb8b66ef38d3b21db2010cc820cb92c0293 (diff) |
Unlink Energy from functest utils and constants
It requires an update of releng jobs which have to export
ENERGY_RECORDER_API_URL = http://energy.opnfv.fr/resources
Change-Id: Iecd5d49b4d4c961c9dc51e43e54df1fcd4027266
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rw-r--r-- | functest/ci/config_functest.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 928da8f9..be7a2db5 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -184,8 +184,3 @@ example: router_name: example-router sg_name: example-sg sg_desc: Example Security group - -energy_recorder: - api_url: http://energy.opnfv.fr/resources - api_user: "" - api_password: "" |