From 71ec04ff87e22027b954e4816b1c795808579988 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Wed, 4 Nov 2020 09:44:21 +0100 Subject: Fix README nit for infra-healthcheck Issue-ID: TEST-274 Signed-off-by: mrichomme Change-Id: Icf76610ea188a87d36e1c13441948d5778f1b312 --- infra-healthcheck/README.md | 8 ++++---- 1 file 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 :/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" ``` -- cgit 1.2.3-korg