aboutsummaryrefslogtreecommitdiffstats
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:35:48 +0200
commit5d50d5fa98b803c4291db7b682df3def3ca6babe (patch)
tree3ad19fbc128ce94c398e7f6105084d7cbc7b5b35
parent2167125e63ddd4170a825d3a2e16b2796189ae5d (diff)
Update Functest Kubernetes outputs
Change-Id: I314e232838204f1fb1595cf884957cdf77969615 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit b2c8d05d03d42e75407fa06472ddd29f2f649677)
-rw-r--r--docs/release/release-notes/functest-release.rst2
-rw-r--r--docs/testing/user/configguide/configguide.rst14
-rw-r--r--docs/testing/user/userguide/test_results.rst14
3 files changed, 18 insertions, 12 deletions
diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst
index d6812bc5b..8055f0bb0 100644
--- a/docs/release/release-notes/functest-release.rst
+++ b/docs/release/release-notes/functest-release.rst
@@ -65,12 +65,14 @@ Kubernetes
The internal test cases are:
+ * k8s_quick
* k8s_smoke
* k8s_conformance
* xrally_kubernetes
* kube_hunter
* kube_bench
* xrally_kubernetes_full
+ * cnf_conformance
* k8s_vims
Release Data
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
=====================
diff --git a/docs/testing/user/userguide/test_results.rst b/docs/testing/user/userguide/test_results.rst
index 2c1fb8544..1f17207d7 100644
--- a/docs/testing/user/userguide/test_results.rst
+++ b/docs/testing/user/userguide/test_results.rst
@@ -114,7 +114,8 @@ Kubernetes healthcheck suite::
+-------------------+------------------+---------------------+------------------+----------------+
| 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 |
+-------------------+------------------+---------------------+------------------+----------------+
Kubernetes smoke suite::
@@ -145,11 +146,12 @@ Kubernetes benchmarking suite::
Kubernetes cnf suite::
- +-------------------+------------------+--------------+------------------+----------------+
- | 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 |
+ +-------------------------+------------------+--------------+------------------+----------------+
Results are automatically pushed to the test results database, some additional
result files are pushed to OPNFV artifact web sites.