From 559771fe0fd39ef11b6fdd3c18af6a25f899ada0 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Thu, 29 Oct 2020 15:36:09 +0100 Subject: Update xtesting READMEs They can be used to run the xtesting dockers on any ONAP deployment Note a section in the official doc shall also be created Issue-ID: TEST-274 Signed-off-by: mrichomme Change-Id: If1d98e51c1dd476f5b1da81e51e4b4d99f513aa5 Signed-off-by: mrichomme --- smoke-usecases-robot/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'smoke-usecases-robot/README.md') diff --git a/smoke-usecases-robot/README.md b/smoke-usecases-robot/README.md index b2be51d..b253cbd 100644 --- a/smoke-usecases-robot/README.md +++ b/smoke-usecases-robot/README.md @@ -5,9 +5,10 @@ The tests are: - pnf_registrate -- vfw_cl - 5gbulkpm - hv-ves +- vescollector +- cmpv2 ## Usage @@ -15,8 +16,10 @@ The robot scripts have been planned to be launched from the cluster. The easiest way to run the test consists in creating a kubernetes job. You can run it as a sandalone dockers but the endpoints must be adapted to be reachable. +The robot code is under the ONAP testsuite repository +(https://git.onap.org/testsuite/tree/). -### Configuration +### Example An example of job test.yaml can be found hereafter: @@ -43,7 +46,7 @@ spec: value: gitlab_ci-functest-kubespray-baremetal-daily-master-559950989 - name: TAG value: 5gbulkpm - image: nexus3.onap.org:10001/onap/xtesting-smoke-usecases-robot:latest + image: nexus3.onap.org:10003/onap/xtesting-smoke-usecases-robot:latest imagePullPolicy: Always name: functest-onap volumeMounts: -- cgit 1.2.3-korg