diff options
author | Benoit HERARD <benoit.herard@orange.com> | 2017-04-27 11:23:00 +0200 |
---|---|---|
committer | Benoit HERARD <benoit.herard@orange.com> | 2017-05-09 14:43:02 +0200 |
commit | 57b3a9e6b836b33201cf4e2630fd228032e657e4 (patch) | |
tree | 84eac6e90e1dbf67529e317cbcd4cff43986c2b6 /functest/ci/config_functest.yaml | |
parent | 1d5e199517ff09d959a1240f3b4e715be799058b (diff) |
Add Energy recording support
It adds helpers to send notifications to Energy recording API and
related unit tests.
It requires a dedicated section in functest config file
to set connectivity parameters to Energy recording API.
It is using shared API Recording at http://161.105.253.100:8888
Change-Id: Idcb74d1bf7341ccce7cc1c3926f22338ce24f714
Signed-off-by: Benoit HERARD <benoit.herard@orange.com>
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: "" |