From bb559766aa1c5dbe013908b23f097c4157693959 Mon Sep 17 00:00:00 2001 From: morganrOL Date: Sat, 17 Oct 2020 21:57:35 +0200 Subject: Fix nit in vf module cleanup Issue-ID: TEST-254 Signed-off-by: morganrOL Change-Id: Ie59ba7935119f193a1f4cba2f0a5722ed1783441 --- src/onaptests/steps/instantiate/vf_module_ala_carte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onaptests/steps/instantiate/vf_module_ala_carte.py b/src/onaptests/steps/instantiate/vf_module_ala_carte.py index 16e2387..264b719 100644 --- a/src/onaptests/steps/instantiate/vf_module_ala_carte.py +++ b/src/onaptests/steps/instantiate/vf_module_ala_carte.py @@ -168,4 +168,4 @@ class YamlTemplateVfModuleAlaCarteInstantiateStep(YamlTemplateBaseStep): else: self._logger.error("VfModule deletion %s failed", vf_module.name) raise onap_test_exceptions.VfModuleCleanupException - super.cleanup() + super().cleanup() -- cgit 1.2.3-korg