From: Cédric Ollivier Date: Mon, 7 Jul 2025 12:46:35 +0000 (+0200) Subject: Update README to Master X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d5e49cca6a2f2aefb960bc340882a262d53d5311;p=functest.git Update README to Master Change-Id: I7d97bf1e403c4398dc14d5621cab79e05a166876 Signed-off-by: Cédric Ollivier --- diff --git a/README.md b/README.md index c792d5920..14590e970 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ datacenters as the lowest cost (50 euros hardware and software included). | Kali | Ussuri | | Leguer | Victoria | | Wallaby | Wallaby | -| **Master** | **next Xena** | +| Xena | Xena | +| Yoga | Yoga | +| Zed | Zed | +| **Master** | **next 2023.1** | ## Prepare your environment @@ -49,7 +52,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 | sh -s -- images && ls -1 images/* +mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=master | sh -s -- images && ls -1 images/* ``` images/cirros-0.6.1-aarch64-disk.img images/cirros-0.6.1-x86_64-disk.img diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index b1727a2e1..6321b0f5d 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -51,7 +51,7 @@ See section on OpenStack credentials for details. Create a directory for the different images (attached as a Docker volume):: - mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh | sh -s -- images && ls -1 images/* + mkdir -p images && wget -q -O- https://git.opnfv.org/functest/plain/functest/ci/download_images.sh?h=master | sh -s -- images && ls -1 images/* images/cirros-0.5.1-aarch64-disk.img images/cirros-0.5.1-x86_64-disk.img