Fix nit in vf module cleanup 65/113965/1
authormorganrOL <morgan.richomme@orange.com>
Sat, 17 Oct 2020 19:57:35 +0000 (21:57 +0200)
committermorganrOL <morgan.richomme@orange.com>
Sat, 17 Oct 2020 20:00:06 +0000 (22:00 +0200)
Issue-ID: TEST-254

Signed-off-by: morganrOL <morgan.richomme@orange.com>
Change-Id: Ie59ba7935119f193a1f4cba2f0a5722ed1783441

src/onaptests/steps/instantiate/vf_module_ala_carte.py

index 16e2387..264b719 100644 (file)
@@ -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()