diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-01-21 14:29:53 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-01-21 14:29:53 +0000 |
commit | 511400315961caba0aa7b96d1ecf6aa2c912b4c4 (patch) | |
tree | e20d23c48e4592b95fb6f10ffb11080aaeb33355 /setup.cfg | |
parent | d6ab274b76e48164d3aefe702cf8ea2f87c98004 (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
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |