Add Kubernetes tests to userguide 29/55629/7
authorKonrad Djimeli <konraddjimeli@gmail.com>
Fri, 13 Apr 2018 02:02:10 +0000 (03:02 +0100)
committerLinda Wang <wangwulin@huawei.com>
Tue, 17 Apr 2018 01:29:40 +0000 (01:29 +0000)
Change-Id: Iaa278269650449b2be19de6382e4e35896001984
Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
docs/testing/user/userguide/test_overview.rst

index 91eb343..6e3aae2 100644 (file)
@@ -8,11 +8,12 @@ In the Continuous Integration pipeline, it is launched after an OPNFV fresh
 installation to validate and verify the basic functions of the
 infrastructure.
 
 installation to validate and verify the basic functions of the
 infrastructure.
 
-The current list of test suites can be distributed over 4 main domains:
+The current list of test suites can be distributed over 5 main domains:
   * VIM (Virtualised Infrastructure Manager)
   * Controllers (i.e. SDN Controllers)
   * Features
   * VNF (Virtual Network Functions)
   * VIM (Virtualised Infrastructure Manager)
   * Controllers (i.e. SDN Controllers)
   * Features
   * VNF (Virtual Network Functions)
+  * Kubernetes
 
 Functest test suites are also distributed in the OPNFV testing categories:
 healthcheck, smoke, features, components, performance, VNF, Stress tests.
 
 Functest test suites are also distributed in the OPNFV testing categories:
 healthcheck, smoke, features, components, performance, VNF, Stress tests.
@@ -171,6 +172,21 @@ validate the scenario for the release.
 |             |               |            | requires access to proprietary   |
 |             |               |            | resources (Ixia loader)          |
 +-------------+---------------+------------+----------------------------------+
 |             |               |            | requires access to proprietary   |
 |             |               |            | resources (Ixia loader)          |
 +-------------+---------------+------------+----------------------------------+
+| Kubernetes  | healthcheck   | k8s_smoke  | Test a running Kubernetes        |
+|             |               |            | cluster and ensure it satisfies  |
+|             |               |            | minimal functional requirements  |
+|             +---------------+------------+----------------------------------+
+|             | smoke         | k8s\_      | Run a subset of Kubernetes       |
+|             |               | conformance| End-to-End tests, expected to    |
+|             |               |            | pass on any Kubernetes cluster   |
+|             +---------------+------------+----------------------------------+
+|             | stor4nfv      | stor4nfv   | Run tests necessary to           |
+|             |               | \_k8s      | demonstrate conformance of the   |
+|             |               |            | K8s+Stor4NFV deployment          |
+|             +---------------+------------+----------------------------------+
+|             | clover        | clover_k8s | Test functionality of            |
+|             |               |            | K8s+Istio+Clover deployment.     |
++-------------+---------------+------------+----------------------------------+
 
 
 As shown in the above table, Functest is structured into different 'domains',
 
 
 As shown in the above table, Functest is structured into different 'domains',