This way we see if we remove something we shouldn't
Change-Id: Iab14abcc72bbdf656a75ad79722c70c3c3b3aece
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit
015b75f204c0f8e093487cf4241b77368426f7f1)
logger.debug("Cleaning up the OpenStack deployment...")
cmd='python ' + REPO_PATH + \
- '/testcases/VIM/OpenStack/CI/libraries/clean_openstack.py'
+ '/testcases/VIM/OpenStack/CI/libraries/clean_openstack.py --debug'
functest_utils.execute_command(cmd,logger)
logger.info("Functest environment clean!")