Precise the right Docker tags 61/49361/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 20 Dec 2017 12:41:03 +0000 (13:41 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 20 Dec 2017 12:41:48 +0000 (13:41 +0100)
It updates configguide.rst and runfunctest.rst.

Change-Id: I48aab7cbfcd8ea6f6da61eef426754f018820cf3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docs/testing/user/configguide/configguide.rst
docs/testing/user/userguide/runfunctest.rst

index 7da7285..d9e6d53 100644 (file)
@@ -88,7 +88,7 @@ Run healthcheck suite::
   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
 
 Results shall be displayed as follows::
 
@@ -109,7 +109,7 @@ Run smoke suite::
   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-smoke
+      opnfv/functest-smoke:euphrates
 
 Results shall be displayed as follows::
 
@@ -137,7 +137,7 @@ Run features suite::
   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-features
+      opnfv/functest-features:euphrates
 
 Results shall be displayed as follows::
 
@@ -162,7 +162,7 @@ Run components suite::
   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-components
+      opnfv/functest-components:euphrates
 
 Results shall be displayed as follows::
 
@@ -181,7 +181,7 @@ Run vnf suite::
 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-vnf
+    opnfv/functest-vnf:euphrates
 
 Results shall be displayed as follows::
 
index db85c18..2c7f075 100644 (file)
@@ -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::