From 511400315961caba0aa7b96d1ecf6aa2c912b4c4 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 21 Jan 2021 14:29:53 +0000 Subject: Add basic_pnf entry point Basic PNF test: - run PNF simulator - onboard SDC service with PNF subcomponent - instantiate service using macro flow Issue-ID: INT-1822 Signed-off-by: Michal Jagiello Change-Id: Ic8dd0302dd589e2019f1341558440755e38275a1 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1b4a751..ba219bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,4 +49,5 @@ xtesting.testcase = basic_cnf = onaptests.scenario.basic_cnf:BasicCnf basic_cds = onaptests.scenario.cds_blueprint_enrichment:CDSBlueprintEnrichment clearwater_ims = onaptests.scenario.clearwater_ims:ClearwaterIms - basic_onboard = onaptests.scenario.basic_onboard:BasicOnboard \ No newline at end of file + basic_onboard = onaptests.scenario.basic_onboard:BasicOnboard + basic_pnf = onaptests.scenario.pnf_macro:PnfMacro \ No newline at end of file -- cgit 1.2.3-korg