diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-20 10:34:58 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-20 10:43:44 +0200 |
commit | ab5b09875a9928db9d4b2b06596ae076d009dfc7 (patch) | |
tree | 449a40708d0625ecbb8355efcd6601d73b02fe2f | |
parent | 7a380ad9ddc75638729f607d7523276cc5b0386d (diff) |
Update release tabs
It takes latest releases into account
Change-Id: Idd27a9e3df8d58c41417e7b9ca60d679fb0c4ebd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -15,14 +15,13 @@ 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 | -|-------------------|-------------------------------| -| Kali | v1.19 | -| Leguer | v1.20 | -| v1.21 | v1.21 | -| v1.22 | v1.22 | -| v1.23 | v1.23 | -| **Master** | **v1.24.0-alpha.1 (rolling)** | +| Functest releases | Kubernetes releases | +|-------------------|---------------------------| +| v1.22 | v1.22 | +| **v1.23** | **v1.23** | +| v1.24 | v1.24 | +| v1.25 | v1.25 | +| Master | v1.26.0-alpha.2 (rolling) | ## Prepare your environment @@ -109,6 +108,7 @@ sudo docker run --env-file env \ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +--------------------------------+------------------+----------------------+------------------+----------------+ | xrally_kubernetes_full | functest | benchmarking | 33:07 | PASS | +| netperf | functest | benchmarking | 40:16 | PASS | +--------------------------------+------------------+----------------------+------------------+----------------+ ``` @@ -126,7 +126,7 @@ sudo docker run --env-file env \ +-----------------------+------------------+--------------+------------------+----------------+ | k8s_vims | functest | cnf | 09:06 | PASS | | helm_vims | functest | cnf | 08:54 | PASS | -| cnf_testsuite | functest | cnf | 00:00 | SKIP | +| cnf_testsuite | functest | cnf | 16:47 | PASS | +-----------------------+------------------+--------------+------------------+----------------+ ``` |