diff options
Diffstat (limited to 'src/onaptests/scenario/pnf_macro.py')
-rw-r--r-- | src/onaptests/scenario/pnf_macro.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/onaptests/scenario/pnf_macro.py b/src/onaptests/scenario/pnf_macro.py index b02fadf..baa44b4 100644 --- a/src/onaptests/scenario/pnf_macro.py +++ b/src/onaptests/scenario/pnf_macro.py @@ -6,7 +6,7 @@ from onapsdk.configuration import settings from onaptests.steps.base import YamlTemplateBaseStep from onaptests.steps.onboard.cds import CbaEnrichStep -from onaptests.steps.simulator.pnf.pnf_register import PNFRegisterStep +from onaptests.steps.simulator.pnf_simulator_cnf.pnf_register import PnfSimulatorCnfRegisterStep from onaptests.steps.instantiate.service_macro import YamlTemplateServiceMacroInstantiateStep @@ -21,7 +21,7 @@ class PnfMacroScenarioStep(YamlTemplateBaseStep): """ super().__init__(cleanup=cleanup) self._yaml_template: dict = None - self.add_step(PNFRegisterStep( + self.add_step(PnfSimulatorCnfRegisterStep( cleanup=settings.CLEANUP_FLAG )) self.add_step(CbaEnrichStep( |