diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-08-04 15:38:56 +0200 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-08-05 10:28:03 +0200 |
commit | f85d137e483e632f0b8d912708aae485baeabf1b (patch) | |
tree | f1f6111610f14221bb600e996ac6d6752671b95c /infra-healthcheck | |
parent | 12457c4de491842f001fb1f9ac0393b9e1fe6b4e (diff) |
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 <morgan.richomme@orange.com>
Change-Id: Ic7ebaa4d12b3e1872e51a895fc1b67dfc084e900
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'infra-healthcheck')
-rw-r--r-- | infra-healthcheck/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
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 <the kube config>:/root/.kube/config -v <result directory>:/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 <the kube config>:/root/.kube/config -v -<result directory>:/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 +<result directory>:/var/lib/xtesting/results +nexus3.onap.org:10001/onap/xtesting-infra-healthcheck:latest:latest +/bin/bash -c "run_tests -r -t all" ``` ### Output |