From f8e444d725207e538875fb25f6637a80f0b34c44 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Thu, 22 Jul 2021 10:13:50 +0000 Subject: [TEST] Use the newest ONAP SDK version Use `a_la_carte` flag in vnf and vf_module SO deletion Issue-ID: TEST-352 Signed-off-by: Michal Jagiello Change-Id: I6db6bfa28dfe17fb1a1eac7021f941490a73bb6f --- src/onaptests/steps/instantiate/vf_module_ala_carte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/onaptests/steps/instantiate/vf_module_ala_carte.py') diff --git a/src/onaptests/steps/instantiate/vf_module_ala_carte.py b/src/onaptests/steps/instantiate/vf_module_ala_carte.py index ee20bc6..65559ca 100644 --- a/src/onaptests/steps/instantiate/vf_module_ala_carte.py +++ b/src/onaptests/steps/instantiate/vf_module_ala_carte.py @@ -166,7 +166,7 @@ class YamlTemplateVfModuleAlaCarteInstantiateStep(YamlTemplateBaseStep): for vf_module in vnf_instance.vf_modules: self._logger.info("Delete VF Module %s", vf_module.name) - vf_module_deletion = vf_module.delete() + vf_module_deletion = vf_module.delete(a_la_carte=True) try: vf_module_deletion.wait_for_finish(settings.ORCHESTRATION_REQUEST_TIMEOUT) -- cgit 1.2.3-korg