diff options
author | morganrOL <morgan.richomme@orange.com> | 2020-10-17 21:57:35 +0200 |
---|---|---|
committer | morganrOL <morgan.richomme@orange.com> | 2020-10-17 22:00:06 +0200 |
commit | bb559766aa1c5dbe013908b23f097c4157693959 (patch) | |
tree | f55667be819e289b3cf695e55ebb617b2536983b /src/onaptests | |
parent | e050624faa3a4b792a7325241457eed68785bd19 (diff) |
Fix nit in vf module cleanup
Issue-ID: TEST-254
Signed-off-by: morganrOL <morgan.richomme@orange.com>
Change-Id: Ie59ba7935119f193a1f4cba2f0a5722ed1783441
Diffstat (limited to 'src/onaptests')
-rw-r--r-- | src/onaptests/steps/instantiate/vf_module_ala_carte.py | 2 |
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() |