aboutsummaryrefslogtreecommitdiffstats
path: root/docs/integration-tests.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/integration-tests.rst')
-rw-r--r--docs/integration-tests.rst26
1 files changed, 19 insertions, 7 deletions
diff --git a/docs/integration-tests.rst b/docs/integration-tests.rst
index ece001f59..62235e04d 100644
--- a/docs/integration-tests.rst
+++ b/docs/integration-tests.rst
@@ -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
...............