From af63861d32daac92cfaf1e00842fa23bc6ba7c6b Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Wed, 25 Nov 2020 10:52:03 +0000 Subject: PNF macro instantiation Issue-ID: TEST-280 Change-Id: I6d18b90c3f4c66ddf8c9a4ebe3de7182481e331f Signed-off-by: Michal Jagiello --- src/onaptests/steps/onboard/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/steps/onboard') diff --git a/src/onaptests/steps/onboard/service.py b/src/onaptests/steps/onboard/service.py index 8ec9165..bc99169 100644 --- a/src/onaptests/steps/onboard/service.py +++ b/src/onaptests/steps/onboard/service.py @@ -133,7 +133,7 @@ class YamlTemplateServiceOnboardStep(YamlTemplateBaseStep): self.yaml_template[self.service_name]["instantiation_type"]) else: instantiation_type: ServiceInstantiationType = ServiceInstantiationType.A_LA_CARTE - service: Service = Service(name=settings.SERVICE_NAME, instantiation_type=instantiation_type) + service: Service = Service(name=self.service_name, instantiation_type=instantiation_type) service.create() self.declare_resources(service) self.assign_properties(service) -- cgit 1.2.3-korg