diff options
Diffstat (limited to 'docs/testing/user')
-rw-r--r-- | docs/testing/user/userguide/test_overview.rst | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/testing/user/userguide/test_overview.rst b/docs/testing/user/userguide/test_overview.rst index 2ab003788..e40982320 100644 --- a/docs/testing/user/userguide/test_overview.rst +++ b/docs/testing/user/userguide/test_overview.rst @@ -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. -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) + * Kubernetes Functest test suites are also distributed in the OPNFV testing categories: healthcheck, smoke, features, components, performance, VNF, Stress tests. @@ -164,6 +165,21 @@ validate the scenario for the release. | | | | 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', |