diff options
Diffstat (limited to 'docs/testing/user/configguide')
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index 7caf31692..73970ac14 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -262,7 +262,8 @@ Results shall be displayed as follows:: +-------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------------+------------------+----------------+ - | k8s_smoke | functest | healthcheck | 01:44 | PASS | + | k8s_quick | functest | healthcheck | 00:33 | PASS | + | k8s_smoke | functest | healthcheck | 00:49 | PASS | +-------------------+------------------+---------------------+------------------+----------------+ Testing smoke suite @@ -329,11 +330,12 @@ Run cnf suite:: Results shall be displayed as follows:: - +-------------------+------------------+--------------+------------------+----------------+ - | TEST CASE | PROJECT | TIER | DURATION | RESULT | - +-------------------+------------------+--------------+------------------+----------------+ - | k8s_vims | functest | cnf | 20:32 | PASS | - +-------------------+------------------+--------------+------------------+----------------+ + +-------------------------+------------------+--------------+------------------+----------------+ + | TEST CASE | PROJECT | TIER | DURATION | RESULT | + +-------------------------+------------------+--------------+------------------+----------------+ + | cnf_conformance | functest | cnf | 05:19 | PASS | + | k8s_vims | functest | cnf | 20:32 | PASS | + +-------------------------+------------------+--------------+------------------+----------------+ Environment variables ===================== |