diff options
Diffstat (limited to 'docs/integration-tests.rst')
-rw-r--r-- | docs/integration-tests.rst | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/integration-tests.rst b/docs/integration-tests.rst index 52a8eb357..ece001f59 100644 --- a/docs/integration-tests.rst +++ b/docs/integration-tests.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. integration-tests: +.. _integration-tests: Tests ===== @@ -28,7 +28,7 @@ Use Cases The use cases of the last release are described in :ref:`Verified Use cases <docs_usecases_release>`. -The history of the different use cases accross the different releases can be +The history of the different use cases across the different releases can be found in :ref:`Use Cases page <docs_usecases>`. CSIT Tests @@ -48,7 +48,7 @@ repository for 2 main reasons: In Guilin a PoC to help the project to re-insource their functional tests have been initiated. -See `CSIT wiki page <https://wiki.onap.org/display/DW/Maximizing+Benefits+of+CSIT+in+ONAP+Development>`__ +See `CSIT wiki page <https://wiki.onap.org/display/DW/Maximizing+Benefits+of+CSIT+in+ONAP+Development>`_ for details. Automatic Tests @@ -57,7 +57,7 @@ Automatic Tests These tests are run daily/weekly on each new gate (new patchset in OOM, clamp or SO). They can be in any language (bash, go, python,...), leveraging any test framework (robotframework, MTS, python-onapsdk). -They are all embedded in `xtesting <https://pypi.org/project/xtesting/>`__ dockers. +They are all embedded in `xtesting <https://pypi.org/project/xtesting/>`_ dockers. .. hint:: Automatic tests are currently divided in 4 different categories: @@ -89,7 +89,7 @@ Infrastructure Healthcheck Tests :delim: ; :header-rows: 1 -See `Infrastructure Healthcheck README <https://git.onap.org/integration/xtesting/tree/infra-healthcheck/README.md>`__ +See `Infrastructure Healthcheck README <https://git.onap.org/integration/xtesting/tree/infra-healthcheck/README.md>`_ to adapt then run infrastructure healthcheck tests on your own system. Please note that the onap-k8s is run 2 times in CD chains. It is run just after @@ -99,7 +99,7 @@ in order to collect the logs of the different components during the test executi .. figure:: files/tests/test-onap-k8s.png Healthcheck Tests -................ +................. .. csv-table:: Healthcheck Tests :file: ./files/csv/tests-healthcheck.csv @@ -107,7 +107,7 @@ Healthcheck Tests :delim: ; :header-rows: 1 -See `Healthcheck README <https://git.onap.org/integration/xtesting/tree/healthcheck/README.md>`__ +See `Healthcheck README <https://git.onap.org/integration/xtesting/tree/healthcheck/README.md>`_ to adapt then run healthcheck tests on your own system. Smoke Tests @@ -119,15 +119,15 @@ Smoke Tests :delim: ; :header-rows: 1 -See `Python smoke test README <https://git.onap.org/integration/xtesting/tree/smoke-usecases-robot/README.md>`__ +See `Python smoke test README <https://git.onap.org/integration/xtesting/tree/smoke-usecases-robot/README.md>`_ to adapt and run robot based smoke tests. An html page is generated by the pythonsdk-test tests. .. figure:: files/tests/test-basic-cnf.png -See `Robot smoke test README <https://git.onap.org/integration/xtesting/tree/smoke-usecases-pythonsdk/README.md>`__ -to adapt and run pythonsdk based smoke tests. +See `Robot smoke test README <https://git.onap.org/integration/xtesting/tree/smoke-usecases-pythonsdk/README.md>`_ +to adapt and run python-onapsdk based smoke tests. Standard Robot html pages are generated. See :ref:`Robot page <docs_robot>`. Security Tests @@ -139,11 +139,11 @@ Security Tests :delim: ; :header-rows: 1 -See `Security test README <https://git.onap.org/integration/xtesting/tree/security/README.md>`__ +See `Security test README <https://git.onap.org/integration/xtesting/tree/security/README.md>`_ to adapt then run the security tests on your own system. Note for security tests, integration team follows `SECCOM recommendations and -apply waivers granted by SECCOM if needed through xfail lists <https://git.onap.org/integration/seccom/tree/>`__. +apply waivers granted by SECCOM if needed through xfail lists <https://git.onap.org/integration/seccom/tree/>`_. Stability Testing ----------------- |