diff options
Diffstat (limited to 'smoke-usecases-pythonsdk')
-rw-r--r-- | smoke-usecases-pythonsdk/docker/testcases.yaml | 14 |
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 |