diff options
author | 2020-09-16 10:42:18 +0200 | |
---|---|---|
committer | 2020-09-16 10:42:18 +0200 | |
commit | 3c18972e21ddd4662d35f36c421ec771997a8442 (patch) | |
tree | 87ec74d4debce60c6c4b63bb33c3d7bc5c11e49c | |
parent | 2e291f74dab972b963ec6040521648c793dabdee (diff) |
Add helm_vims in release notes and console outputs
Change-Id: Iaf8d09046471e4508660ebd34f34278683a449c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docs/release/release-notes/functest-release.rst | 3 | ||||
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 5 | ||||
-rw-r--r-- | docs/testing/user/userguide/test_results.rst | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst index 1e4141371..00951b9a3 100644 --- a/docs/release/release-notes/functest-release.rst +++ b/docs/release/release-notes/functest-release.rst @@ -76,8 +76,9 @@ The internal test cases are: * kube_bench_master * kube_bench_node * xrally_kubernetes_full - * cnf_conformance * k8s_vims + * helm_vims + * cnf_conformance Release Data ============ diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index ae3c79a43..9b75657cf 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -329,8 +329,9 @@ Results shall be displayed as follows:: +-------------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------------+------------------+--------------+------------------+----------------+ - | cnf_conformance | functest | cnf | 05:30 | PASS | - | k8s_vims | functest | cnf | 20:28 | PASS | + | k8s_vims | functest | cnf | 09:06 | PASS | + | helm_vims | functest | cnf | 08:54 | PASS | + | cnf_conformance | functest | cnf | 02:00 | PASS | +-------------------------+------------------+--------------+------------------+----------------+ Environment variables diff --git a/docs/testing/user/userguide/test_results.rst b/docs/testing/user/userguide/test_results.rst index efb55ed82..2ac86f21f 100644 --- a/docs/testing/user/userguide/test_results.rst +++ b/docs/testing/user/userguide/test_results.rst @@ -151,8 +151,9 @@ Kubernetes cnf suite:: +-------------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------------+------------------+--------------+------------------+----------------+ - | cnf_conformance | functest | cnf | 05:30 | PASS | - | k8s_vims | functest | cnf | 20:28 | PASS | + | k8s_vims | functest | cnf | 09:06 | PASS | + | helm_vims | functest | cnf | 08:54 | PASS | + | cnf_conformance | functest | cnf | 02:00 | PASS | +-------------------------+------------------+--------------+------------------+----------------+ Results are automatically pushed to the test results database, some additional |