From 0fcaa851a655c4650af84ee73987139672395184 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Thu, 26 Nov 2020 15:24:27 +0100 Subject: Add tooling page to integration project The idea is to cover the folowing topics - test frameworks - CI/CD framework - simulators Issue-ID: INT-1736 Signed-off-by: mrichomme Change-Id: Idbe5ac95abc620d4653b8806ea3f7fca177ba3ab --- docs/integration-tests.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/integration-tests.rst') 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 `. -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 `. 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 `__ +See `CSIT wiki page `_ 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 `__ dockers. +They are all embedded in `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 `__ +See `Infrastructure Healthcheck README `_ 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 `__ +See `Healthcheck README `_ 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 `__ +See `Python smoke test README `_ 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 `__ -to adapt and run pythonsdk based smoke tests. +See `Robot smoke test README `_ +to adapt and run python-onapsdk based smoke tests. Standard Robot html pages are generated. See :ref:`Robot page `. Security Tests @@ -139,11 +139,11 @@ Security Tests :delim: ; :header-rows: 1 -See `Security test README `__ +See `Security test README `_ 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 `__. +apply waivers granted by SECCOM if needed through xfail lists `_. Stability Testing ----------------- -- cgit 1.2.3-korg