aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/user/configguide/configguide.rst
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-11-15 23:21:22 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-11-15 23:21:22 +0100
commit820db6cdf35653a50a8a6537654e74d05453b2e0 (patch)
treea08b262d8137eb50ac7aea7cb50de7c138cd42c4 /docs/testing/user/configguide/configguide.rst
parentb6a931ea7be004a626f63513806004fa5c4b25bf (diff)
Fix branch when calling download_images.sh
Change-Id: Id73f5daab2e4c410e1cc0cfdb0d75b090d6b1c0f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/testing/user/configguide/configguide.rst')
-rw-r--r--docs/testing/user/configguide/configguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst
index 0f60d40fd..98d6f2b17 100644
--- a/docs/testing/user/configguide/configguide.rst
+++ b/docs/testing/user/configguide/configguide.rst
@@ -52,7 +52,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 | 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/leguer | bash -s -- images && ls -1 images/*
images/cirros-0.5.1-aarch64-disk.img
images/cirros-0.5.1-x86_64-disk.img