aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-05-05 00:36:07 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-05-05 00:36:07 +0200
commit450c25b4e709809a601d08760258508de0b387a8 (patch)
tree71bb48f982928d420b122f7f09160346444a3b52 /README.md
parent3209246d7c6b4a3d0f6edb49064eaed880060cfd (diff)
Update test case results in README
Change-Id: I315b077ec8f517d8fac71268de19476cccdc37d1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md60
1 files changed, 39 insertions, 21 deletions
diff --git a/README.md b/README.md
index 55f82a43..5b30d3f4 100644
--- a/README.md
+++ b/README.md
@@ -15,14 +15,16 @@ and testing (vIMS, vRouter and vEPC) to ensure that the platforms meet Network
Functions Virtualization requirements. Raspberry PI is also supported to verify
datacenters as the lowest cost (50 euros hardware and software included).
-| Functest releases | Kubernetes releases |
-|-------------------|-------------------------------|
-| Hunter | v1.13 |
-| Iruya | v1.15 |
-| Jerma | v1.17 |
-| Kali | v1.19 |
-| Leguer | v1.20 |
-| **Master** | **v1.21.0-alpha.3 (rolling)** |
+| Functest releases | Kubernetes releases |
+|-------------------|---------------------------|
+| Hunter | v1.13 |
+| Iruya | v1.15 |
+| Jerma | v1.17 |
+| Kali | v1.19 |
+| Leguer | v1.20 |
+| **v1.21** | **v1.21** |
+| Master | v1.22.0-alpha.1 (rolling) |
+
## Prepare your environment
@@ -57,12 +59,28 @@ sudo docker run --env-file env \
```
```
-+---------------------------+------------------+---------------+------------------+----------------+
-| TEST CASE | PROJECT | TIER | DURATION | RESULT |
-+---------------------------+------------------+---------------+------------------+----------------+
-| k8s_conformance | functest | smoke | 94:26 | PASS |
-| xrally_kubernetes | functest | smoke | 13:05 | PASS |
-+---------------------------+------------------+---------------+------------------+----------------+
++----------------------------------+------------------+---------------+------------------+----------------+
+| TEST CASE | PROJECT | TIER | DURATION | RESULT |
++----------------------------------+------------------+---------------+------------------+----------------+
+| xrally_kubernetes | functest | smoke | 12:12 | PASS |
+| k8s_conformance | functest | smoke | 13:01 | PASS |
+| k8s_conformance_serial | functest | smoke | 14:51 | PASS |
+| sig_api_machinery | functest | smoke | 05:58 | PASS |
+| sig_api_machinery_serial | functest | smoke | 01:22 | PASS |
+| sig_apps | functest | smoke | 03:25 | PASS |
+| sig_apps_serial | functest | smoke | 00:27 | PASS |
+| sig_auth | functest | smoke | 10:05 | PASS |
+| sig_cli | functest | smoke | 03:00 | PASS |
+| sig_cli_serial | functest | smoke | 00:08 | PASS |
+| sig_cluster_lifecycle | functest | smoke | 00:26 | PASS |
+| sig_instrumentation | functest | smoke | 00:10 | PASS |
+| sig_network | functest | smoke | 03:06 | PASS |
+| sig_network_serial | functest | smoke | 11:08 | PASS |
+| sig_node | functest | smoke | 27:56 | PASS |
+| sig_scheduling_serial | functest | smoke | 08:14 | PASS |
+| sig_storage | functest | smoke | 07:49 | PASS |
+| sig_storage_serial | functest | smoke | 02:44 | PASS |
++----------------------------------+------------------+---------------+------------------+----------------+
```
## Run security suite
@@ -108,13 +126,13 @@ sudo docker run --env-file env \
```
```
-+-------------------------+------------------+--------------+------------------+----------------+
-| TEST CASE | PROJECT | TIER | DURATION | RESULT |
-+-------------------------+------------------+--------------+------------------+----------------+
-| k8s_vims | functest | cnf | 09:06 | PASS |
-| helm_vims | functest | cnf | 08:54 | PASS |
-| cnf_conformance | functest | cnf | 02:00 | PASS |
-+-------------------------+------------------+--------------+------------------+----------------+
++-----------------------+------------------+--------------+------------------+----------------+
+| TEST CASE | PROJECT | TIER | DURATION | RESULT |
++-----------------------+------------------+--------------+------------------+----------------+
+| k8s_vims | functest | cnf | 09:06 | PASS |
+| helm_vims | functest | cnf | 08:54 | PASS |
+| cnf_testsuite | functest | cnf | 23:30 | PASS |
++-----------------------+------------------+--------------+------------------+----------------+
```