diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-23 10:31:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-23 10:31:36 +0000 |
commit | 1faa8c6f81143885c19128f043c3fd7604402c23 (patch) | |
tree | 1693bdbc1ecdd5a937180017de90fa7b89af4768 /functest/ci | |
parent | e6f875c4a756245c47211483247fe3674fd73834 (diff) | |
parent | 18bdde48e866f198b5d08b62fc9e26e3dfe4e818 (diff) |
Merge "Switch test_db_url to a directory"
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/config_functest.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 4d5a6217..78f6257c 100755 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -200,4 +200,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 |