From 4c8b85594edc0c7eee997c09f1b223aa0be779b1 Mon Sep 17 00:00:00 2001 From: morganrol Date: Thu, 18 Mar 2021 18:32:32 +0100 Subject: [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 Change-Id: Ie236e0976fe25ca07399722bee7843f1c4f5cfdc --- smoke-usecases-pythonsdk/docker/testcases.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit 1.2.3-korg