From: morganrOL Date: Sat, 17 Oct 2020 19:57:35 +0000 (+0200) Subject: Fix nit in vf module cleanup X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F113965%2F1;p=testsuite%2Fpythonsdk-tests.git Fix nit in vf module cleanup Issue-ID: TEST-254 Signed-off-by: morganrOL Change-Id: Ie59ba7935119f193a1f4cba2f0a5722ed1783441 --- 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()