Update README.md 24/72724/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 30 Jun 2021 13:24:29 +0000 (15:24 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 30 Jun 2021 13:31:29 +0000 (15:31 +0200)
It takes Wallaby into account

Change-Id: I279f973778884165f0d04fdb638aee60d2bd180c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
README.md

index 5482f63..8561041 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,12 +17,11 @@ datacenters as the lowest cost (50 euros hardware and software included).
 
 | Functest releases | OpenStack releases |
 |-------------------|--------------------|
-| Hunter                 | Rocky              |
-| Iruya             | Stein              |
 | Jerma                    | Train              |
 | Kali              | Ussuri             |
 | Leguer            | Victoria           |
-| **Master**         | **next Wallaby**   |
+| **Wallaby**       | **Wallaby**        |
+| Master            | next Xena          |
 
 ## Prepare your environment
 
@@ -50,7 +49,7 @@ export OS_IDENTITY_API_VERSION=3
 export OS_REGION_NAME=XXX
 ```
 
-mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh | bash -s -- images && ls -1 images/*
+mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=stable/wallaby | bash -s -- images && ls -1 images/*
 ```
 images/cirros-0.5.1-aarch64-disk.img
 images/cirros-0.5.1-x86_64-disk.img
@@ -69,7 +68,7 @@ images/vyos-1.1.8-amd64.qcow2
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
-    opnfv/functest-healthcheck
+    opnfv/functest-healthcheck:wallaby
 ```
 
 ```
@@ -98,7 +97,7 @@ sudo docker run --env-file env \
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
-    opnfv/functest-smoke
+    opnfv/functest-smoke:wallaby
 ```
 
 ```
@@ -132,7 +131,7 @@ sudo docker run --env-file env \
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
-    opnfv/functest-smoke-cntt
+    opnfv/functest-smoke-cntt:wallaby
 ```
 
 ```
@@ -156,7 +155,7 @@ sudo docker run --env-file env \
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
-    opnfv/functest-benchmarking
+    opnfv/functest-benchmarking:wallaby
 ```
 
 ```
@@ -176,7 +175,7 @@ sudo docker run --env-file env \
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
-    opnfv/functest-benchmarking-cntt
+    opnfv/functest-benchmarking-cntt:wallaby
 ```
 
 ```
@@ -196,7 +195,7 @@ sudo docker run --env-file env \
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
-    opnfv/functest-vnf
+    opnfv/functest-vnf:wallaby
 ```
 
 ```