aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-09-06 22:15:39 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-09-06 22:41:18 +0200
commitfa598ee75923f3515a4005ad5b743d00390cc1c7 (patch)
tree032f5a1845b904b10ac892d7415a79207447cc79 /docs/testing
parentd6d0c02881b4660d1c38062b3a4226ba68425cce (diff)
Update Functest Kubernetes outputs
Change-Id: I314e232838204f1fb1595cf884957cdf77969615 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit b2c8d05d03d42e75407fa06472ddd29f2f649677)
Diffstat (limited to 'docs/testing')
-rw-r--r--docs/testing/user/configguide/configguide.rst14
-rw-r--r--docs/testing/user/userguide/test_results.rst22
2 files changed, 20 insertions, 16 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst
index 6e5743a1e..523f4f19c 100644
--- a/docs/testing/user/configguide/configguide.rst
+++ b/docs/testing/user/configguide/configguide.rst
@@ -282,7 +282,8 @@ Results shall be displayed as follows::
+-------------------+------------------+---------------------+------------------+----------------+
| TEST CASE | PROJECT | TIER | DURATION | RESULT |
+-------------------+------------------+---------------------+------------------+----------------+
- | k8s_smoke | functest | healthcheck | 02:27 | PASS |
+ | k8s_quick | functest | healthcheck | 00:20 | PASS |
+ | k8s_smoke | functest | healthcheck | 00:45 | PASS |
+-------------------+------------------+---------------------+------------------+----------------+
Testing smoke suite
@@ -349,11 +350,12 @@ Run cnf suite::
Results shall be displayed as follows::
- +-------------------+------------------+--------------+------------------+----------------+
- | TEST CASE | PROJECT | TIER | DURATION | RESULT |
- +-------------------+------------------+--------------+------------------+----------------+
- | k8s_vims | functest | cnf | 21:39 | PASS |
- +-------------------+------------------+--------------+------------------+----------------+
+ +-------------------------+------------------+--------------+------------------+----------------+
+ | TEST CASE | PROJECT | TIER | DURATION | RESULT |
+ +-------------------------+------------------+--------------+------------------+----------------+
+ | cnf_conformance | functest | cnf | 02:59 | PASS |
+ | k8s_vims | functest | cnf | 21:39 | PASS |
+ +-------------------------+------------------+--------------+------------------+----------------+
Environment variables
=====================
diff --git a/docs/testing/user/userguide/test_results.rst b/docs/testing/user/userguide/test_results.rst
index 2b00eb52e..b9a51820e 100644
--- a/docs/testing/user/userguide/test_results.rst
+++ b/docs/testing/user/userguide/test_results.rst
@@ -134,11 +134,12 @@ Functest Kubernetes test result::
Kubernetes healthcheck suite::
- +-------------------+------------------+---------------------+------------------+----------------+
- | TEST CASE | PROJECT | TIER | DURATION | RESULT |
- +-------------------+------------------+---------------------+------------------+----------------+
- | k8s_smoke | functest | healthcheck | 01:54 | PASS |
- +-------------------+------------------+---------------------+------------------+----------------+
+ +-------------------+------------------+---------------------+------------------+----------------+
+ | TEST CASE | PROJECT | TIER | DURATION | RESULT |
+ +-------------------+------------------+---------------------+------------------+----------------+
+ | k8s_quick | functest | healthcheck | 00:20 | PASS |
+ | k8s_smoke | functest | healthcheck | 00:45 | PASS |
+ +-------------------+------------------+---------------------+------------------+----------------+
Kubernetes smoke suite::
@@ -168,11 +169,12 @@ Kubernetes benchmarking suite::
Kubernetes cnf suite::
- +-------------------+------------------+--------------+------------------+----------------+
- | TEST CASE | PROJECT | TIER | DURATION | RESULT |
- +-------------------+------------------+--------------+------------------+----------------+
- | k8s_vims | functest | cnf | 21:39 | PASS |
- +-------------------+------------------+--------------+------------------+----------------+
+ +-------------------------+------------------+--------------+------------------+----------------+
+ | TEST CASE | PROJECT | TIER | DURATION | RESULT |
+ +-------------------------+------------------+--------------+------------------+----------------+
+ | cnf_conformance | functest | cnf | 02:59 | PASS |
+ | k8s_vims | functest | cnf | 21:39 | PASS |
+ +-------------------------+------------------+--------------+------------------+----------------+
Results are automatically pushed to the test results database, some additional
result files are pushed to OPNFV artifact web sites.