diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-01-20 14:41:32 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-01-21 01:07:41 +0100 |
commit | a6df43da7ab4de653eecbc9b6380d5fc7ce7bc14 (patch) | |
tree | 028d5516ead89f61929866382b600598e6dac926 /functest/ci | |
parent | 45fdfedc5b5573926c53264ff5eb3e48a43345d9 (diff) |
Move push_results_to_db to TestCase
It removes the link between TestCase and Functest utils (xtesting).
It should be noted that testresults url can only be set by env var.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ie072c675890d0ae2e63619c599d2684a8c7d762d
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/config_functest.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 4bb7c441..192a1ee0 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -188,12 +188,6 @@ example: sg_name: example-sg sg_desc: Example Security group -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://energy.opnfv.fr/resources api_user: "" |