diff options
author | morganrol <morgan.richomme@orange.com> | 2021-09-27 16:42:33 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-09-28 15:26:30 +0200 |
commit | e94179820a700fde10dd68be0999b9974d855714 (patch) | |
tree | d7d0cbafc23224edad5e6d64f0aa29a6a0463e32 /smoke-usecases-pythonsdk/docker/testcases.yaml | |
parent | 97f06d8c1f86d64938341ce61d3f0883203ea73d (diff) |
[STABILITY] Add Basic_vm_macro_stability test
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
Diffstat (limited to 'smoke-usecases-pythonsdk/docker/testcases.yaml')
-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 3ba0a9b..f5504da 100644 --- a/smoke-usecases-pythonsdk/docker/testcases.yaml +++ b/smoke-usecases-pythonsdk/docker/testcases.yaml @@ -102,3 +102,17 @@ tiers: dependencies: run: name: basic_clamp + - + case_name: basic_vm_macro_stability + project_name: integration + enabled: true + criteria: 100 + blocking: false + description: >- + Onboard and instantiate a simple ubuntu20.04 VM + using macro bpmn. Unlike basic_vm_macro, we consider + a model including an already enriched CBA so no + interaction with CDS is required. + dependencies: + run: + name: basic_vm_stability |