diff options
author | Konrad Djimeli <konraddjimeli@gmail.com> | 2018-04-13 03:02:10 +0100 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2018-04-17 01:29:40 +0000 |
commit | 5cced2154dc168ecfbd8f96c07d734cebaf9a1b2 (patch) | |
tree | 449b189059c0afe0c1bacfd5462a4996611fa751 /docs | |
parent | 478d4832d135479695f8a13c220d682da85c818f (diff) |
Add Kubernetes tests to userguide
Change-Id: Iaa278269650449b2be19de6382e4e35896001984
Signed-off-by: Konrad Djimeli <konraddjimeli@gmail.com>
Diffstat (limited to 'docs')
-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 91eb34326..6e3aae2e4 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. @@ -171,6 +172,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', |