aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2021-01-21 14:29:53 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2021-01-21 14:29:53 +0000
commit511400315961caba0aa7b96d1ecf6aa2c912b4c4 (patch)
treee20d23c48e4592b95fb6f10ffb11080aaeb33355
parentd6ab274b76e48164d3aefe702cf8ea2f87c98004 (diff)
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 <michal.jagiello@t-mobile.pl> Change-Id: Ic8dd0302dd589e2019f1341558440755e38275a1
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
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