From: mrichomme Date: Wed, 4 Nov 2020 08:44:21 +0000 (+0100) Subject: Fix README nit for infra-healthcheck X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F114580%2F1;p=integration%2Fxtesting.git Fix README nit for infra-healthcheck Issue-ID: TEST-274 Signed-off-by: mrichomme Change-Id: Icf76610ea188a87d36e1c13441948d5778f1b312 --- 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 :/root/.kube/config -v :/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 :/root/.kube/config -v +docker run -v :/root/.kube/config -v /.helm/plugins/deploy/cache/onap/logs:/onap_helm_logs -:/var/lib/xtesting/results -nexus3.onap.org:10003/onap/xtesting-infra-healthcheck:latest:latest +-v :/var/lib/xtesting/results +nexus3.onap.org:10003/onap/xtesting-infra-healthcheck:master /bin/bash -c "run_tests -r -t all" ```