diff options
author | 2020-09-16 10:42:18 +0200 | |
---|---|---|
committer | 2020-09-16 14:30:02 +0200 | |
commit | ac0915b769787ccebd61169e037ff9b261511c27 (patch) | |
tree | 1685073f401b0292372456b45191fe68dca0fb27 /docs/testing | |
parent | 75cdb0a7b109c68a40807449c1d2a282c539925e (diff) |
Add helm_vims in release notes and console outputs
Change-Id: Iaf8d09046471e4508660ebd34f34278683a449c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 3c18972e21ddd4662d35f36c421ec771997a8442)
Diffstat (limited to 'docs/testing')
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 5 | ||||
-rw-r--r-- | docs/testing/user/userguide/test_results.rst | 5 |
2 files changed, 6 insertions, 4 deletions
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 |