Move element-deps in the right dir
[functest.git] / README.md
index 3ca575d..c9f1f03 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,10 +49,10 @@ 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 | sh -s -- images && ls -1 images/*
 ```
-images/cirros-0.4.0-aarch64-disk.img
-images/cirros-0.4.0-x86_64-disk.img
+images/cirros-0.6.1-aarch64-disk.img
+images/cirros-0.6.1-x86_64-disk.img
 images/cloudify-docker-manager-community-19.01.24.tar
 images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2
 images/shaker-image-1.3.0+stretch.qcow2
@@ -63,9 +62,9 @@ images/ubuntu-16.04-server-cloudimg-amd64-disk1.img
 images/vyos-1.1.8-amd64.qcow2
 ```
 
-### Run healthcheck suite
+## Run healthcheck suite
 
-```bash
+```shell
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
@@ -94,7 +93,7 @@ sudo docker run --env-file env \
 
 ## Run smoke suite
 
-```bash
+```shell
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
@@ -128,7 +127,7 @@ sudo docker run --env-file env \
 
 ## Run smoke CNTT suite
 
-```bash
+```shell
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
@@ -152,7 +151,7 @@ sudo docker run --env-file env \
 
 ## Run benchmarking suite
 
-```bash
+```shell
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
@@ -172,7 +171,7 @@ sudo docker run --env-file env \
 
 ## Run benchmarking CNTT suite
 
-```bash
+```shell
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \
@@ -192,7 +191,7 @@ sudo docker run --env-file env \
 
 ## Run vnf suite
 
-```bash
+```shell
 sudo docker run --env-file env \
     -v $(pwd)/openstack.creds:/home/opnfv/functest/conf/env_file \
     -v $(pwd)/images:/home/opnfv/functest/images \