diff options
author | Benoit HERARD <benoit.herard@orange.com> | 2017-06-30 13:30:19 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-07-01 08:28:19 +0000 |
commit | ff2e2227b28f18ebbc265eee6ee5a50cabacc075 (patch) | |
tree | 1814a224a05e7ff530d10ded81df8b42e098142f /functest/ci/config_functest.yaml | |
parent | 1b838b4bd75f21e45e8a40407b1e3279dd5935d2 (diff) |
Energy monitoring SDK update.
add get_current scenario in EnergyRecorder class
enable_recording decorator change:
If a recording session was existing at startup, restart it at the end,
else stop recording
Change-Id: I91524824acb60275e0329452b7d7df2346d7884f
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index b93730cd..1807082d 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -200,6 +200,6 @@ results: test_db_url: http://testresults.opnfv.org/test/api/v1/results energy_recorder: - api_url: http://161.105.253.100:8888/resources + api_url: http://opnfv.fr:8888/resources api_user: "" api_password: "" |