From 27db04b176e4f9657603528c06e1febb04b5dd4d Mon Sep 17 00:00:00 2001 From: andreasgeissler Date: Wed, 2 Sep 2020 16:09:17 +0200 Subject: Updated onboarding steps and customer creation and added HEAT files Updated README to comply styleguide - hopefully now Issue-ID: TEST-260 Signed-off-by: andreasgeissler Change-Id: I29b9709452ab7cccc1bca54e8e3f8a187c560d14 --- src/onaptests/steps/onboard/vf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/steps/onboard/vf.py') diff --git a/src/onaptests/steps/onboard/vf.py b/src/onaptests/steps/onboard/vf.py index 6d19b9a..2cda931 100644 --- a/src/onaptests/steps/onboard/vf.py +++ b/src/onaptests/steps/onboard/vf.py @@ -54,7 +54,7 @@ class YamlTemplateVfOnboardStep(YamlTemplateBaseStep): dict: YAML template """ - return self.parent.yaml_template[self.parent.name] + return self.parent.yaml_template[self.parent.service_name] def execute(self): """Onboard Vfs from YAML template.""" -- cgit 1.2.3-korg