diff options
author | morganrol <morgan.richomme@orange.com> | 2021-03-18 18:32:32 +0100 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-03-18 18:32:32 +0100 |
commit | 4c8b85594edc0c7eee997c09f1b223aa0be779b1 (patch) | |
tree | d801811ab72ce5cfeb379d4f9f06af4d025e2951 /smoke-usecases-pythonsdk/docker | |
parent | 3317743bd67d4019099f55d27a1bba12fc499bba (diff) |
[PNF] Add pnf_macro test
This test based on the onapsdk, onboard and instantiate a pnf.
It requires the startup of a pnf simulator
and deals with macro flow
Issue-ID: INT-1822
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: Ie236e0976fe25ca07399722bee7843f1c4f5cfdc
Diffstat (limited to 'smoke-usecases-pythonsdk/docker')
-rw-r--r-- | smoke-usecases-pythonsdk/docker/testcases.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/smoke-usecases-pythonsdk/docker/testcases.yaml b/smoke-usecases-pythonsdk/docker/testcases.yaml index 1218344..2a94ef5 100644 --- a/smoke-usecases-pythonsdk/docker/testcases.yaml +++ b/smoke-usecases-pythonsdk/docker/testcases.yaml @@ -77,3 +77,14 @@ tiers: dependencies: run: name: basic_onboard + - + case_name: pnf_macro + project_name: integration + enabled: true + criteria: 100 + blocking: false + description: >- + Instantiate a PNF using macro flow. It requires the use of the pnf simulator. + dependencies: + run: + name: pnf_macro |