Add basic_pnf entry point 47/117047/1
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Thu, 21 Jan 2021 14:29:53 +0000 (14:29 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Thu, 21 Jan 2021 14:29:53 +0000 (14:29 +0000)
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 <michal.jagiello@t-mobile.pl>
Change-Id: Ic8dd0302dd589e2019f1341558440755e38275a1

setup.cfg

index 1b4a751..ba219bc 100644 (file)
--- 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