summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-02-02 16:58:43 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2017-02-03 08:05:41 +0100
commit0895540ce84a200d692bf8c4e879d69a0eb40234 (patch)
treec8138f0831b30178f5f0816a73109b8bf6c59da9 /docs
parent3b33e98b4f6450ee298929fa3d7560587ff140d0 (diff)
Move api_check and connection check to healthcheck category
They used to be on smoke but seems to be supported now by all the installers more relevant to put these tests in this tier JIRA: FUNCTEST-568 Change-Id: Id0c60c0b90daed81dc0d230108e2275c868c208c Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devguide/index.rst4
-rw-r--r--docs/userguide/index.rst4
-rw-r--r--docs/userguide/runfunctest.rst4
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/devguide/index.rst b/docs/devguide/index.rst
index 6624f8a70..21af912b1 100644
--- a/docs/devguide/index.rst
+++ b/docs/devguide/index.rst
@@ -63,11 +63,11 @@ Functest internal test cases
The internal test cases in Danube are:
* healthcheck
+ * connection_check
+ * api_check
* vping_ssh
* vping_userdata
* odl
- * connection_check
- * api_check
* snaps_smoke
* tempest_smoke_serial
* rally_sanity
diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst
index bc02776aa..7e821a84d 100644
--- a/docs/userguide/index.rst
+++ b/docs/userguide/index.rst
@@ -236,7 +236,7 @@ SNAPS stands for "SNA/NFV Application development Platform and Stack".
This project seeks to develop baseline OpenStack NFV installations. It has been
developed by Steven Pisarski and provided an object oriented library to perform
functional and performance tests. It has been declined in several test suites in
-Functest.
+Functest, 2 are part of healthcheck tier, one belongs to smoke tier.
connection check
^^^^^^^^^^^^^^^^
@@ -251,7 +251,7 @@ snaps.use_keystone is True, functest must have access to the cloud's private
network.
This suite consists in 49 tests (test duration< 2 minutes)
-Snaps_smoke
+snaps_smoke
^^^^^^^^^^^
This test case contains tests that setup and destroy environments with VMs with
and without Floating IPs with a newly created user and project. Set the config
diff --git a/docs/userguide/runfunctest.rst b/docs/userguide/runfunctest.rst
index ef1017104..ecf3a209e 100644
--- a/docs/userguide/runfunctest.rst
+++ b/docs/userguide/runfunctest.rst
@@ -62,10 +62,10 @@ command::
root@22e436918db0:~/repos/functest/ci# functest testcase list
healthcheck
+ api_check
+ connection_check
vping_ssh
vping_userdata
- connection_check
- api_check
snaps_smoke
tempest_smoke_serial
rally_sanity