diff options
Diffstat (limited to 'smoke-usecases-robot/README.md')
-rw-r--r-- | smoke-usecases-robot/README.md | 9 |
1 files changed, 6 insertions, 3 deletions
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: |