diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-06 22:15:39 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-06 22:26:21 +0200 |
commit | 14b2772afebdc9aefea2269d24c2942db5a83398 (patch) | |
tree | 1b30c8e0693a88594f88efbcc9e94cbf0baad05d | |
parent | 61bfe3e1b60d8f8cd206eacee65eec28482ca612 (diff) |
Update Functest Kubernetes outputs
Change-Id: I314e232838204f1fb1595cf884957cdf77969615
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit b2c8d05d03d42e75407fa06472ddd29f2f649677)
-rw-r--r-- | docs/release/release-notes/functest-release.rst | 2 | ||||
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 14 | ||||
-rw-r--r-- | docs/testing/user/userguide/test_results.rst | 14 |
3 files changed, 18 insertions, 12 deletions
diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst index f47ce9518..d1bfadb95 100644 --- a/docs/release/release-notes/functest-release.rst +++ b/docs/release/release-notes/functest-release.rst @@ -66,12 +66,14 @@ Kubernetes The internal test cases are: + * k8s_quick * k8s_smoke * k8s_conformance * xrally_kubernetes * kube_hunter * kube_bench * xrally_kubernetes_full + * cnf_conformance * k8s_vims Release Data diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index df37d6227..2483af5bb 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -257,7 +257,8 @@ Results shall be displayed as follows:: +-------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------------+------------------+----------------+ - | k8s_smoke | functest | healthcheck | 01:09 | PASS | + | k8s_quick | functest | healthcheck | 00:24 | PASS | + | k8s_smoke | functest | healthcheck | 00:09 | PASS | +-------------------+------------------+---------------------+------------------+----------------+ Testing smoke suite @@ -324,11 +325,12 @@ Run cnf suite:: Results shall be displayed as follows:: - +-------------------+------------------+--------------+------------------+----------------+ - | TEST CASE | PROJECT | TIER | DURATION | RESULT | - +-------------------+------------------+--------------+------------------+----------------+ - | k8s_vims | functest | cnf | 20:28 | PASS | - +-------------------+------------------+--------------+------------------+----------------+ + +-------------------------+------------------+--------------+------------------+----------------+ + | TEST CASE | PROJECT | TIER | DURATION | RESULT | + +-------------------------+------------------+--------------+------------------+----------------+ + | cnf_conformance | functest | cnf | 05:22 | PASS | + | k8s_vims | functest | cnf | 19:12 | PASS | + +-------------------------+------------------+--------------+------------------+----------------+ Environment variables ===================== diff --git a/docs/testing/user/userguide/test_results.rst b/docs/testing/user/userguide/test_results.rst index 85ea85d1a..26d3a2ef6 100644 --- a/docs/testing/user/userguide/test_results.rst +++ b/docs/testing/user/userguide/test_results.rst @@ -115,7 +115,8 @@ Kubernetes healthcheck suite:: +-------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------------+------------------+----------------+ - | k8s_smoke | functest | healthcheck | 01:09 | PASS | + | k8s_quick | functest | healthcheck | 00:24 | PASS | + | k8s_smoke | functest | healthcheck | 00:09 | PASS | +-------------------+------------------+---------------------+------------------+----------------+ Kubernetes smoke suite:: @@ -146,11 +147,12 @@ Kubernetes benchmarking suite:: Kubernetes cnf suite:: - +-------------------+------------------+--------------+------------------+----------------+ - | TEST CASE | PROJECT | TIER | DURATION | RESULT | - +-------------------+------------------+--------------+------------------+----------------+ - | k8s_vims | functest | cnf | 20:28 | PASS | - +-------------------+------------------+--------------+------------------+----------------+ + +-------------------------+------------------+--------------+------------------+----------------+ + | TEST CASE | PROJECT | TIER | DURATION | RESULT | + +-------------------------+------------------+--------------+------------------+----------------+ + | cnf_conformance | functest | cnf | 05:22 | PASS | + | k8s_vims | functest | cnf | 19:12 | PASS | + +-------------------------+------------------+--------------+------------------+----------------+ Results are automatically pushed to the test results database, some additional result files are pushed to OPNFV artifact web sites. |