Fix README nit for infra-healthcheck 80/114580/1
authormrichomme <morgan.richomme@orange.com>
Wed, 4 Nov 2020 08:44:21 +0000 (09:44 +0100)
committermrichomme <morgan.richomme@orange.com>
Wed, 4 Nov 2020 08:44:21 +0000 (09:44 +0100)
Issue-ID: TEST-274

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Icf76610ea188a87d36e1c13441948d5778f1b312

infra-healthcheck/README.md

index 4ff7f5d..97ed02e 100644 (file)
@@ -43,7 +43,7 @@ You can run this docker by typing:
 ```
 docker run -v <the kube config>:/root/.kube/config -v
 <result directory>:/var/lib/xtesting/results
-nexus3.onap.org:10003/onap/xtesting-infra-healthcheck:latest
+nexus3.onap.org:10003/onap/xtesting-infra-healthcheck:master
 ```
 
 Options:
@@ -75,10 +75,10 @@ environment variables:
 The command becomes:
 
 ```
-docker run -v <the kube config>:/root/.kube/config -v
+docker run -v <the kube config>:/root/.kube/config
 -v <the user home dir>/.helm/plugins/deploy/cache/onap/logs:/onap_helm_logs
-<result directory>:/var/lib/xtesting/results
-nexus3.onap.org:10003/onap/xtesting-infra-healthcheck:latest:latest
+-v <result directory>:/var/lib/xtesting/results
+nexus3.onap.org:10003/onap/xtesting-infra-healthcheck:master
 /bin/bash -c "run_tests -r -t all"
 ```