diff options
author | morganrol <morgan.richomme@orange.com> | 2021-04-02 11:46:11 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2021-04-02 12:40:10 +0000 |
commit | ba4d93fa3218d1024fd547d9f5d975bf05b11e93 (patch) | |
tree | e02a78681bbf26c5d264b95206c1bdea929dace7 /smoke-usecases-pythonsdk/docker/testcases.yaml | |
parent | e16363ebc4a412865c69f968fb25ca185b83cbf8 (diff) |
[ONAPTESTS] Include basic_vm_macro in the list of use cases
Include a new use case leveraging pythonsdk and using
the macro bpmn
Issue-ID: INT-1894
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ia9f489d7bb7cbdc78f825b83b68a20c9b2384871
Diffstat (limited to 'smoke-usecases-pythonsdk/docker/testcases.yaml')
-rw-r--r-- | smoke-usecases-pythonsdk/docker/testcases.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/smoke-usecases-pythonsdk/docker/testcases.yaml b/smoke-usecases-pythonsdk/docker/testcases.yaml index 0aace6b..3ba0a9b 100644 --- a/smoke-usecases-pythonsdk/docker/testcases.yaml +++ b/smoke-usecases-pythonsdk/docker/testcases.yaml @@ -13,21 +13,23 @@ tiers: criteria: 100 blocking: false description: >- - Onboard and instantiate a simple ubuntu16.04 VM VNF + Onboard and instantiate a simple ubuntu20.04 VM + using a_la_carte bpmn dependencies: run: name: basic_vm - - case_name: clearwater_ims + case_name: basic_vm_macro project_name: integration enabled: true criteria: 100 blocking: false description: >- - Onboard and instantiate a clearwater IMS VNF + Onboard and instantiate a simple ubuntu20.04 VM + using macro bpmn dependencies: run: - name: clearwater_ims + name: basic_vm_macro - case_name: basic_network project_name: integration |