diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-10-29 15:36:09 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-11-02 11:41:22 +0100 |
commit | 559771fe0fd39ef11b6fdd3c18af6a25f899ada0 (patch) | |
tree | 372722d382533cdcded26353cee1b8438014b3ed /smoke-usecases-robot | |
parent | a678715a0934ab44a710b82df351951f105d727d (diff) |
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 <morgan.richomme@orange.com>
Change-Id: If1d98e51c1dd476f5b1da81e51e4b4d99f513aa5
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'smoke-usecases-robot')
-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: |