diff options
Diffstat (limited to 'docs')
-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 5b294ad63..efa947e31 100644 --- a/docs/release/release-notes/functest-release.rst +++ b/docs/release/release-notes/functest-release.rst @@ -73,8 +73,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 3e4357d76..4ccae6463 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -334,8 +334,9 @@ Results shall be displayed as follows:: +-------------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------------+------------------+--------------+------------------+----------------+ - | cnf_conformance | functest | cnf | 05:19 | PASS | - | k8s_vims | functest | cnf | 20:32 | PASS | + | k8s_vims | functest | cnf | 09:30 | PASS | + | helm_vims | functest | cnf | 08:20 | PASS | + | cnf_conformance | functest | cnf | 02:16 | PASS | +-------------------------+------------------+--------------+------------------+----------------+ Environment variables diff --git a/docs/testing/user/userguide/test_results.rst b/docs/testing/user/userguide/test_results.rst index de21476d6..3509b281d 100644 --- a/docs/testing/user/userguide/test_results.rst +++ b/docs/testing/user/userguide/test_results.rst @@ -150,8 +150,9 @@ Kubernetes cnf suite:: +-------------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------------+------------------+--------------+------------------+----------------+ - | cnf_conformance | functest | cnf | 05:19 | PASS | - | k8s_vims | functest | cnf | 20:32 | PASS | + | k8s_vims | functest | cnf | 09:30 | PASS | + | helm_vims | functest | cnf | 08:20 | PASS | + | cnf_conformance | functest | cnf | 02:16 | PASS | +-------------------------+------------------+--------------+------------------+----------------+ Results are automatically pushed to the test results database, some additional |