aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2021-01-14 16:21:48 +0100
committermrichomme <morgan.richomme@orange.com>2021-01-14 16:41:31 +0100
commitd20a34502a20755c899bd05df11d44f0374d8910 (patch)
treed3f5185c7e0cd01187290c41ce64322ec709a43d
parentd84b67545fa1ae90a435131df0dd786b88da59a3 (diff)
[USECASE] Include basic_onboard in pythonsdk xtesting docker
The goal is not to run basic_onboard in CI/CD (already covered by basic_vm) but to create a subset of basic_vm for the stability tests. It is possible thanls to this test to run simultaneous onboarding oeprations and compose realistic operation scenario. Issue-ID: TEST-288 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I70cca9688ef3654ba4bfd737879858e26e3b5506
-rw-r--r--smoke-usecases-pythonsdk/docker/testcases.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/smoke-usecases-pythonsdk/docker/testcases.yaml b/smoke-usecases-pythonsdk/docker/testcases.yaml
index 2d95d27..1218344 100644
--- a/smoke-usecases-pythonsdk/docker/testcases.yaml
+++ b/smoke-usecases-pythonsdk/docker/testcases.yaml
@@ -63,3 +63,17 @@ tiers:
dependencies:
run:
name: basic_cds
+ -
+ case_name: basic_onboard
+ project_name: integration
+ enabled: true
+ criteria: 100
+ blocking: false
+ description: >-
+ Subset of basic_vm that performs only the onbaording part. A random service
+ name is created to be sure that all the onboard oiperations are performed
+ The main intereste is for stability tests, we can distinguish onboarding only and full tests.
+ First basic test on CDS, including the creation of a Nodeport to expose
+ dependencies:
+ run:
+ name: basic_onboard