aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-11-04 09:44:21 +0100
committermrichomme <morgan.richomme@orange.com>2020-11-04 09:44:21 +0100
commit71ec04ff87e22027b954e4816b1c795808579988 (patch)
treef3271b7d70451c74610d1501bd80c3c5993c3c21
parent559771fe0fd39ef11b6fdd3c18af6a25f899ada0 (diff)
Fix README nit for infra-healthcheck
Issue-ID: TEST-274 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Icf76610ea188a87d36e1c13441948d5778f1b312
-rw-r--r--infra-healthcheck/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/infra-healthcheck/README.md b/infra-healthcheck/README.md
index 4ff7f5d..97ed02e 100644
--- a/infra-healthcheck/README.md
+++ b/infra-healthcheck/README.md
@@ -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"
```