diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-04-21 07:41:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-21 07:41:56 +0000 |
commit | 7ebf2d7f41d8935012388f95ea5525bd9d39fdc0 (patch) | |
tree | f9358f6a7f31ce6c950dde7d8026bda302ee675b /functest/ci | |
parent | 0e12e2e5ac8f1ae46a1c19436675da5075ea8f44 (diff) | |
parent | 7e15dbb5136b1b298d86a82c03199bf1f7a6fe46 (diff) |
Merge "Stop hardcoding results suffix in push_to_db"
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/config_functest.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 95a4408a..a9ad15ca 100755 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -201,6 +201,6 @@ example: sg_desc: Example Security group results: - # you can also set a dir (e.g. /home/opnfv/db) to dump results - # test_db_url: file:///home/opnfv/db - test_db_url: http://testresults.opnfv.org/test/api/v1 + # 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 |