summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-12-20 13:41:03 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-12-20 13:41:48 +0100
commit4a3f2f5fd7bdb8cce2108432e08e8f5a3b92c241 (patch)
tree1476d5f4b7fd8274f35d5cb35ebc0ef849504246 /docs/testing/user/userguide
parent8bb271b13a6de3b26da5870b4758c4ba938d8238 (diff)
Precise the right Docker tags
It updates configguide.rst and runfunctest.rst. Change-Id: I48aab7cbfcd8ea6f6da61eef426754f018820cf3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r--docs/testing/user/userguide/runfunctest.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/runfunctest.rst b/docs/testing/user/userguide/runfunctest.rst
index db85c18ff..2c7f0759a 100644
--- a/docs/testing/user/userguide/runfunctest.rst
+++ b/docs/testing/user/userguide/runfunctest.rst
@@ -14,7 +14,7 @@ simply run the tiers by typing (e.g. with functest-healthcheck)::
sudo docker run --env-file env \
-v $(pwd)/openstack.creds:/home/opnfv/functest/conf/openstack.creds \
-v $(pwd)/images:/home/opnfv/functest/images \
- opnfv/functest-healthcheck
+ opnfv/functest-healthcheck:euphrates
You should get::
@@ -46,7 +46,7 @@ Considering the healthcheck example, running functest manaully means::
sudo docker run -ti --env-file env \
-v $(pwd)/openstack.creds:/home/opnfv/functest/conf/openstack.creds \
-v $(pwd)/images:/home/opnfv/functest/images \
- opnfv/functest-healthcheck /bin/bash
+ opnfv/functest-healthcheck:euphrates /bin/bash
The docker prompt shall be returned. Then within the docker run the following
commands::