[DOC] Improve automated tests doc section 87/117787/3
authormorganrol <morgan.richomme@orange.com>
Fri, 12 Feb 2021 11:08:34 +0000 (12:08 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 17 Feb 2021 09:53:43 +0000 (09:53 +0000)
After some remaks after the demo session, it is possible to
improve the documentation

Issue-ID: TEST-289

Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ibc4c153ff6bcc1a0f600686179b2deebd7d28515

docs/files/csv/usecases-deprecated.csv
docs/integration-tests.rst

index 713d6d7..7b84dd4 100644 (file)
@@ -24,6 +24,6 @@ VSP Compliance and Validation Check within SDC;`wiki page <https://wiki.onap.org
 Enable PNF software version at onboarding;`wiki page <https://jira.onap.org/browse/REQ-88?src=confmacro>`__;Frankfurt;No tested in Guilin
 xNF communication security enhancements; `wiki page <https://wiki.onap.org/display/DW/xNF+communication+security+enhancements+-+Tests+Description+and+Status>`__;Frankfurt;No tested in Guilin
 ETSI Alignment SO plugin to support SOL003 to connect to an external VNFM;`wiki page <https://wiki.onap.org/display/DW/ETSI+Alignment+Support>`__;Frankfurt;No tested in Guilin
-Integration of CDS as an Actor; `official doc <https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/ui/designer.html>`_;Frankfurt;No tested in Guilin
+Integration of CDS as an Actor; `official doc <https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/ui/designer-guide.html>`_;Frankfurt;No tested in Guilin
 3rd Party Operational Domain Manager; `wiki page <https://wiki.onap.org/display/DW/Third-party+Operational+Domain+Manager>`__;Frankfurt;No tested in Guilin
 Configuration & persistency; `wiki page <https://wiki.onap.org/pages/viewpage.action?pageId=64003184>`__;Frankfurt;No tested in Guilin
index ece001f..62235e0 100644 (file)
@@ -79,6 +79,8 @@ All the pages and artifacts are pushed to LF backend:
 - Weekly chains: https://logs.onap.org/onap-integration/weekly
 - Gating chains: https://logs.onap.org/onap-integration/gating
 
+A video has been recorded to help launching some of the automated tests on ONAP Guilin.
+See `Running ONAP tests in Guilin Video <https://www.youtube.com/watch?v=ABvuJfyGDmw>`_
 
 Infrastructure Healthcheck Tests
 ................................
@@ -119,17 +121,27 @@ Smoke Tests
     :delim: ;
     :header-rows: 1
 
-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
+There are 2 main families of smoke tests:
 
+* RobotFramework based tests, usually run from inside the cluster as a k8s job
+* Pythonsdk based tests. These tests (also known as onaptests) are consuming
+  several SDKs: the Openstack and Kubernetes SDK for the management of the cloud
+  resources and the python ONAP SDK for the interactions with ONAP
 
-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.
+To launch the the robot based tests, please see
+`Robot smoke test README <https://git.onap.org/integration/xtesting/tree/smoke-usecases-robot/README.md>`_
 Standard Robot html pages are generated. See :ref:`Robot page <docs_robot>`.
 
+To launch the pythonsdk based tests, please see
+`Python smoke test README <https://git.onap.org/integration/xtesting/tree/smoke-usecases-pythonsdk/README.md>`_
+
+.. note:
+    Please note that the OpenStack minimal version is pike.
+
+An html page is generated by the pythonsdk-test tests.
+
+.. figure:: files/tests/test-basic-cnf.png
+
 Security Tests
 ...............