diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-16 10:42:18 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-16 14:11:35 +0200 |
commit | 564fc14a4a3dbcac9eeaafb9576e086268055d3b (patch) | |
tree | dab3d0be814e18366dfa741d1891b677963fdce6 /docs/testing/user | |
parent | b89468761bc40921b20b276f9f2f3e98cdb6d879 (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/user')
-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 48200cebe..1fedd2b90 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:22 | PASS | - | k8s_vims | functest | cnf | 19:12 | PASS | + | k8s_vims | functest | cnf | 09:09 | PASS | + | helm_vims | functest | cnf | 08:01 | PASS | + | cnf_conformance | functest | cnf | 02:15 | PASS | +-------------------------+------------------+--------------+------------------+----------------+ Environment variables diff --git a/docs/testing/user/userguide/test_results.rst b/docs/testing/user/userguide/test_results.rst index f315e18b5..eb9f2ce1c 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:22 | PASS | - | k8s_vims | functest | cnf | 19:12 | PASS | + | k8s_vims | functest | cnf | 09:09 | PASS | + | helm_vims | functest | cnf | 08:01 | PASS | + | cnf_conformance | functest | cnf | 02:15 | PASS | +-------------------------+------------------+--------------+------------------+----------------+ Results are automatically pushed to the test results database, some additional |