From f85d137e483e632f0b8d912708aae485baeabf1b Mon Sep 17 00:00:00 2001 From: mrichomme Date: Tue, 4 Aug 2020 15:38:56 +0200 Subject: Improve xtesting documentation - replace gitlab.com images by Nexus3 images - update smoke test (even it will be deprecated soon) Issue-ID: INT-1676 Signed-off-by: mrichomme Change-Id: Ic7ebaa4d12b3e1872e51a895fc1b67dfc084e900 Signed-off-by: mrichomme --- infra-healthcheck/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'infra-healthcheck/README.md') diff --git a/infra-healthcheck/README.md b/infra-healthcheck/README.md index 9a27cfd..0f7001b 100644 --- a/infra-healthcheck/README.md +++ b/infra-healthcheck/README.md @@ -39,7 +39,7 @@ You can run this docker by typing: ``` docker run -v :/root/.kube/config -v :/var/lib/xtesting/results -registry.gitlab.com/orange-opensource/lfn/onap/integration/xtesting/infra-healthcheck:latest +nexus3.onap.org:10001/onap/xtesting-infra-healthcheck:latest ``` Options: @@ -67,9 +67,9 @@ The command becomes: ``` docker run -v :/root/.kube/config -v -:/var/lib/xtesting/results registry.gitlab.com/orange-opensour -ce/lfn/onap/integration/xtesting/infra-healthcheck:latest:latest /bin/bash -c " -run_tests -r -t all +:/var/lib/xtesting/results +nexus3.onap.org:10001/onap/xtesting-infra-healthcheck:latest:latest +/bin/bash -c "run_tests -r -t all" ``` ### Output -- cgit 1.2.3-korg