aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrOL <morgan.richomme@orange.com>2020-10-17 21:57:35 +0200
committermorganrOL <morgan.richomme@orange.com>2020-10-17 22:00:06 +0200
commitbb559766aa1c5dbe013908b23f097c4157693959 (patch)
treef55667be819e289b3cf695e55ebb617b2536983b
parente050624faa3a4b792a7325241457eed68785bd19 (diff)
Fix nit in vf module cleanup
Issue-ID: TEST-254 Signed-off-by: morganrOL <morgan.richomme@orange.com> Change-Id: Ie59ba7935119f193a1f4cba2f0a5722ed1783441
-rw-r--r--src/onaptests/steps/instantiate/vf_module_ala_carte.py2
1 files changed, 1 insertions, 1 deletions
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()