diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-10-13 09:36:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-13 09:36:34 +0000 |
commit | 6276bed4df9b8458c4b6805edab81652fb15de76 (patch) | |
tree | 033870a5864fc9a7f2d172bb5cbf4c29660e4302 /src/onaptests/steps/instantiate/service_ala_carte.py | |
parent | 3665193f16a9be666fce10c562bdf459c95c22b2 (diff) | |
parent | ded9ae3b507b9687a68cc00dfc75e13130be13ff (diff) |
Merge "Revert "Create basic_cnf test leveraging onapsdk""
Diffstat (limited to 'src/onaptests/steps/instantiate/service_ala_carte.py')
-rw-r--r-- | src/onaptests/steps/instantiate/service_ala_carte.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/steps/instantiate/service_ala_carte.py b/src/onaptests/steps/instantiate/service_ala_carte.py index 80473b7..b3b56c4 100644 --- a/src/onaptests/steps/instantiate/service_ala_carte.py +++ b/src/onaptests/steps/instantiate/service_ala_carte.py @@ -219,6 +219,7 @@ class YamlTemplateServiceAlaCarteInstantiateStep(YamlTemplateBaseStep): Exception: Service cleaning failed """ + super().cleanup() service_deletion = self._service_instance.delete() nb_try = 0 nb_try_max = 30 @@ -231,4 +232,3 @@ class YamlTemplateServiceAlaCarteInstantiateStep(YamlTemplateBaseStep): else: self._logger.error("Service deletion %s failed", self._service_instance_name) raise Exception("Service cleanup failed") - super().cleanup() |