Update Functest Kubernetes outputs 00/71000/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 6 Sep 2020 20:15:39 +0000 (22:15 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 6 Sep 2020 20:41:18 +0000 (22:41 +0200)
Change-Id: I314e232838204f1fb1595cf884957cdf77969615
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit b2c8d05d03d42e75407fa06472ddd29f2f649677)

docs/release/release-notes/functest-release.rst
docs/testing/user/configguide/configguide.rst
docs/testing/user/userguide/test_results.rst

index e532304..c63dfc6 100644 (file)
@@ -67,12 +67,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
 
 The OPNFV projects integrated into Functest framework for automation are:
index 6e5743a..523f4f1 100644 (file)
@@ -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
 =====================
index 2b00eb5..b9a5182 100644 (file)
@@ -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.