aboutsummaryrefslogtreecommitdiffstats
path: root/smoke-usecases-pythonsdk/README.md
AgeCommit message (Collapse)AuthorFilesLines
2021-09-28[STABILITY] Add Basic_vm_macro_stability testmorganrol1-20/+27
It is based on basic_vm_macro but included a pre-enriched CBA it avoids exchanges with CDS to ease stability test with the macro mode (priviledged mode) Issue-ID: TEST-349 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I7a5238ca18fcf9d9ba1d02760e8c1dcfb60f4cbf
2021-04-23[DOC] Update readme for smoke-usecases-pythonsdkBartek Grzybowski1-23/+21
Since the change I69f573354c87c44c10581861450d48244db0c7df ubuntu16test-service was renamed to basic_vm-service so updating the readme to reflect those changes. Change-Id: Ic72c177f7a6a839ff65641ea1597bd7a2f6a0f5c Issue-ID: INT-1888 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-03-18[DOC] Add missing parameters for basic_cnfmorganrol1-10/+33
The parameter of the target k8s infrastructure was not indicated in the documentation it was set in CI properly but hard to guess... Issue-ID: INT-1888 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I4ce557b575a22525fada86eb4459005b0a3ad8f8
2021-02-12[DOC] Fix doc nitmorganrol1-2/+2
During a session demo, someone reported that the path for the openstack configuraiton was wrong in the README just fix this path Issue-ID: TEST-289 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I94f6164be61aa65aa885c73fa87b2a620056bd82
2020-11-10Fix READMEmrichomme1-3/+6
- " missing - latest referenced instead of latest - detail interactive mode - precise how to run only a subset of the tests Issue-ID: TEST-274 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Id28ea0a4602a903eb4ff28bb7671737fa7d58b50 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-11-02Update xtesting READMEsmrichomme1-18/+220
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>
2020-08-05Improve xtesting documentationmrichomme1-3/+44
- 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>
2019-12-11Move integration xtesting Dockerfile to ONAPmrichomme1-0/+26
All the Dockerfiles and xtesting configurations were hosted in gitlab.com [1] The goal of this patch is to host these assets in ONAP A jenkins jjb shall be created to generated the docker and push them on the nexus (today the built-in registry of ONAP was used) These xtesting dockers are referencing integration categories [2] and integration use cases [3] These xtesting dockers shall also simplify the way to integrate new use cases in any CI chain (jenkins or gitlab-ci based) [1]: https://gitlab.com/Orange-OpenSource/lfn/onap/integration/xtesting [2]: https://wiki.onap.org/pages/viewpage.action?pageId=71835330 [3]: http://testresults.opnfv.org/onap/api/v1/projects/integration/cases Issue-ID: INT-1366 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Iba0fc0b0415731a7a81ba0225a70ae16391dd129 Signed-off-by: mrichomme <morgan.richomme@orange.com>