From 809e0730588a38329a219bba5a69e69c114bc85a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 6 Sep 2020 22:15:39 +0200 Subject: Update Functest Kubernetes outputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I314e232838204f1fb1595cf884957cdf77969615 Signed-off-by: Cédric Ollivier (cherry picked from commit b2c8d05d03d42e75407fa06472ddd29f2f649677) --- docs/release/release-notes/functest-release.rst | 2 ++ docs/testing/user/configguide/configguide.rst | 14 ++++++++------ docs/testing/user/userguide/test_results.rst | 14 ++++++++------ 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 490ffbe18..493c6afee 100644 --- a/docs/release/release-notes/functest-release.rst +++ b/docs/release/release-notes/functest-release.rst @@ -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 Release Data diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index 74404a9af..f1422d7cf 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -204,7 +204,8 @@ Results shall be displayed as follows:: +-------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------------+------------------+----------------+ - | k8s_smoke | functest | healthcheck | 01:15 | PASS | + | k8s_quick | functest | healthcheck | 00:14 | PASS | + | k8s_smoke | functest | healthcheck | 00:54 | PASS | +-------------------+------------------+---------------------+------------------+----------------+ Testing smoke suite @@ -271,11 +272,12 @@ Run cnf suite:: Results shall be displayed as follows:: - +-------------------+------------------+--------------+------------------+----------------+ - | TEST CASE | PROJECT | TIER | DURATION | RESULT | - +-------------------+------------------+--------------+------------------+----------------+ - | k8s_vims | functest | cnf | 18:14 | PASS | - +-------------------+------------------+--------------+------------------+----------------+ + +-------------------------+------------------+--------------+------------------+----------------+ + | TEST CASE | PROJECT | TIER | DURATION | RESULT | + +-------------------------+------------------+--------------+------------------+----------------+ + | cnf_conformance | functest | cnf | 05:52 | PASS | + | k8s_vims | functest | cnf | 18:14 | PASS | + +-------------------------+------------------+--------------+------------------+----------------+ Environment variables ===================== diff --git a/docs/testing/user/userguide/test_results.rst b/docs/testing/user/userguide/test_results.rst index 7c82239e4..ba56af110 100644 --- a/docs/testing/user/userguide/test_results.rst +++ b/docs/testing/user/userguide/test_results.rst @@ -86,7 +86,8 @@ Kubernetes healthcheck suite:: +-------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-------------------+------------------+---------------------+------------------+----------------+ - | k8s_smoke | functest | healthcheck | 01:15 | PASS | + | k8s_quick | functest | healthcheck | 00:14 | PASS | + | k8s_smoke | functest | healthcheck | 00:54 | PASS | +-------------------+------------------+---------------------+------------------+----------------+ Kubernetes smoke suite:: @@ -117,11 +118,12 @@ Kubernetes benchmarking suite:: Kubernetes cnf suite:: - +-------------------+------------------+--------------+------------------+----------------+ - | TEST CASE | PROJECT | TIER | DURATION | RESULT | - +-------------------+------------------+--------------+------------------+----------------+ - | k8s_vims | functest | cnf | 18:14 | PASS | - +-------------------+------------------+--------------+------------------+----------------+ + +-------------------------+------------------+--------------+------------------+----------------+ + | TEST CASE | PROJECT | TIER | DURATION | RESULT | + +-------------------------+------------------+--------------+------------------+----------------+ + | cnf_conformance | functest | cnf | 05:52 | PASS | + | k8s_vims | functest | cnf | 18:14 | PASS | + +-------------------------+------------------+--------------+------------------+----------------+ Results are automatically pushed to the test results database, some additional result files are pushed to OPNFV artifact web sites. -- cgit 1.2.3-korg