diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-09 18:46:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-09 18:46:18 +0000 |
commit | 5e9c1775e3c52258f5a230358c18d5fbfa949401 (patch) | |
tree | 659a84ba9183d45a782e049885fa8260dc3d9764 /docs/testing/ecosystem/overview.rst | |
parent | c85a2be531eda41e3a634de67feb7ab49ac2397a (diff) | |
parent | e096c7fb3fd1c43dbf6588ced287ece1db7d1350 (diff) |
Merge "Fix minor Documentation Formatting Errors"
Diffstat (limited to 'docs/testing/ecosystem/overview.rst')
-rw-r--r-- | docs/testing/ecosystem/overview.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/testing/ecosystem/overview.rst b/docs/testing/ecosystem/overview.rst index ef7705b6f..709989a92 100644 --- a/docs/testing/ecosystem/overview.rst +++ b/docs/testing/ecosystem/overview.rst @@ -188,11 +188,12 @@ The Test Database ----------------- A Mongo DB Database was introduced for the Brahmaputra release. The following collections are declared in this database: - * pods: the list of pods used for production CI - * projects: the list of projects providing test cases - * test cases: the test cases related to a given project - * results: the results of the test cases - * scenarios: the OPNFV scenarios tested in CI + +* pods: the list of pods used for production CI +* projects: the list of projects providing test cases +* test cases: the test cases related to a given project +* results: the results of the test cases +* scenarios: the OPNFV scenarios tested in CI This database can be used by any project through the Test API. Please note that projects may also use additional databases. The Test @@ -275,7 +276,7 @@ per scenario and show: * the status of the deployment * the score from each test suite. There is no overall score, it is determined - by each test project. + by each test project. * a trust indicator |