diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-05-12 06:33:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-12 06:33:24 +0000 |
commit | 6e0a0070d775cf5f266cda53eb7c004cecb0511c (patch) | |
tree | ebf1a113e62fdda3ea8ed693d71136480498a7be /functest/ci/config_functest.yaml | |
parent | 5b536321b8722f87715cab7bae3f6813bb73fd2a (diff) | |
parent | 57b3a9e6b836b33201cf4e2630fd228032e657e4 (diff) |
Merge "Add Energy recording support"
Diffstat (limited to 'functest/ci/config_functest.yaml')
-rw-r--r-- | functest/ci/config_functest.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index fd663abc..677c4856 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -204,3 +204,8 @@ results: # you can also set a file (e.g. /home/opnfv/functest/results/dump.txt) to dump results # test_db_url: file:///home/opnfv/functest/results/dump.txt test_db_url: http://testresults.opnfv.org/test/api/v1/results + +energy_recorder: + api_url: http://161.105.253.100:8888/resources + api_user: "" + api_password: "" |