From 4006186227086db24bacc9ca546bc14ebff698a6 Mon Sep 17 00:00:00 2001 From: morganrol Date: Fri, 12 Feb 2021 12:08:34 +0100 Subject: [DOC] Improve automated tests doc section After some remaks after the demo session, it is possible to improve the documentation Issue-ID: TEST-289 Signed-off-by: morganrol Change-Id: Ibc4c153ff6bcc1a0f600686179b2deebd7d28515 --- docs/integration-tests.rst | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'docs/integration-tests.rst') 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 `_ Infrastructure Healthcheck Tests ................................ @@ -119,17 +121,27 @@ Smoke Tests :delim: ; :header-rows: 1 -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 +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 `_ -to adapt and run python-onapsdk based smoke tests. +To launch the the robot based tests, please see +`Robot smoke test README `_ Standard Robot html pages are generated. See :ref:`Robot page `. +To launch the pythonsdk based tests, please see +`Python smoke test README `_ + +.. 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 ............... -- cgit 1.2.3-korg