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/vsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/steps/onboard/vsp.py') diff --git a/src/onaptests/steps/onboard/vsp.py b/src/onaptests/steps/onboard/vsp.py index f1eec1f..75055de 100644 --- a/src/onaptests/steps/onboard/vsp.py +++ b/src/onaptests/steps/onboard/vsp.py @@ -33,7 +33,7 @@ class VspOnboardStep(BaseStep): vsp.onboard() -class YamlTemplateVspOnboardStep(VspOnboardStep, YamlTemplateBaseStep): +class YamlTemplateVspOnboardStep(YamlTemplateBaseStep): """Vsp onboard using YAML template step.""" @property -- cgit 1.2.3-korg