diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-04 14:37:28 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-04 14:37:52 +0200 |
commit | e252bccbc9cdbad66ab2152cf156a9a36eb1a565 (patch) | |
tree | 8c4fe74da07b7a441fb8fbf904e49260a55808ba | |
parent | 311ea511a77a19e4c0ccf9a13b2449946d0f3ca9 (diff) |
Update test case results in README
Change-Id: Ia20899721cb027994348dc6f11037f10dbd31743
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | README.md | 52 |
1 files changed, 35 insertions, 17 deletions
@@ -22,7 +22,8 @@ datacenters as the lowest cost (50 euros hardware and software included). | Jerma | v1.17 | | Kali | v1.19 | | **Leguer** | **v1.20** | -| Master | v1.21.0-alpha.3 (rolling) | +| v1.21 | v1.21 | +| Master | v1.22.0-alpha.1 (rolling) | ## Prepare your environment @@ -57,12 +58,29 @@ sudo docker run --env-file env \ ``` ``` -+---------------------------+------------------+---------------+------------------+----------------+ -| TEST CASE | PROJECT | TIER | DURATION | RESULT | -+---------------------------+------------------+---------------+------------------+----------------+ -| k8s_conformance | functest | smoke | 103:05 | PASS | -| xrally_kubernetes | functest | smoke | 14:17 | PASS | -+---------------------------+------------------+---------------+------------------+----------------+ ++----------------------------------+------------------+---------------+------------------+----------------+ +| TEST CASE | PROJECT | TIER | DURATION | RESULT | ++----------------------------------+------------------+---------------+------------------+----------------+ +| xrally_kubernetes | functest | smoke | 13:20 | PASS | +| k8s_io | functest | smoke | 26:56 | PASS | +| k8s_conformance | functest | smoke | 10:11 | PASS | +| k8s_conformance_serial | functest | smoke | 16:17 | PASS | +| sig_api_machinery | functest | smoke | 09:41 | PASS | +| sig_api_machinery_serial | functest | smoke | 01:22 | PASS | +| sig_apps | functest | smoke | 06:04 | PASS | +| sig_apps_serial | functest | smoke | 00:41 | PASS | +| sig_auth | functest | smoke | 10:05 | PASS | +| sig_cli | functest | smoke | 02:57 | PASS | +| sig_cli_serial | functest | smoke | 00:05 | PASS | +| sig_cluster_lifecycle | functest | smoke | 00:37 | PASS | +| sig_instrumentation | functest | smoke | 00:03 | PASS | +| sig_network | functest | smoke | 03:20 | PASS | +| sig_network_serial | functest | smoke | 10:52 | PASS | +| sig_node | functest | smoke | 04:53 | PASS | +| sig_scheduling_serial | functest | smoke | 08:01 | PASS | +| sig_storage | functest | smoke | 06:04 | PASS | +| sig_storage_serial | functest | smoke | 02:38 | PASS | ++----------------------------------+------------------+---------------+------------------+----------------+ ``` ## Run security suite @@ -77,9 +95,9 @@ sudo docker run --env-file env \ +---------------------------+------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +---------------------------+------------------+------------------+------------------+----------------+ -| kube_hunter | functest | security | 00:18 | PASS | -| kube_bench_master | functest | security | 00:07 | PASS | -| kube_bench_node | functest | security | 00:06 | PASS | +| kube_hunter | functest | security | 01:53 | PASS | +| kube_bench_master | functest | security | 00:12 | PASS | +| kube_bench_node | functest | security | 00:12 | PASS | +---------------------------+------------------+------------------+------------------+----------------+ ``` @@ -108,13 +126,13 @@ sudo docker run --env-file env \ ``` ``` -+-------------------------+------------------+--------------+------------------+----------------+ -| TEST CASE | PROJECT | TIER | DURATION | RESULT | -+-------------------------+------------------+--------------+------------------+----------------+ -| k8s_vims | functest | cnf | 09:27 | PASS | -| helm_vims | functest | cnf | 09:12 | PASS | -| cnf_conformance | functest | cnf | 02:55 | PASS | -+-------------------------+------------------+--------------+------------------+----------------+ ++-----------------------+------------------+--------------+------------------+----------------+ +| TEST CASE | PROJECT | TIER | DURATION | RESULT | ++-----------------------+------------------+--------------+------------------+----------------+ +| k8s_vims | functest | cnf | 22:11 | PASS | +| helm_vims | functest | cnf | 10:38 | PASS | +| cnf_testsuite | functest | cnf | 23:30 | PASS | ++-----------------------+------------------+--------------+------------------+----------------+ ``` |