From: Konrad Djimeli Date: Fri, 13 Apr 2018 02:02:10 +0000 (+0100) Subject: Add Kubernetes tests to userguide X-Git-Tag: opnfv-7.0.0~342^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F55629%2F7;p=functest.git Add Kubernetes tests to userguide Change-Id: Iaa278269650449b2be19de6382e4e35896001984 Signed-off-by: Konrad Djimeli --- 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',