From: jose.lausuch Date: Mon, 18 Jan 2016 09:50:40 +0000 (+0100) Subject: Add --debug flag to first clean_functest.py X-Git-Tag: brahmaputra.1.0~156 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a1b82fa66db8246efc576689a0fa113c2584504c;p=functest.git Add --debug flag to first clean_functest.py This way we see if we remove something we shouldn't Change-Id: Iab14abcc72bbdf656a75ad79722c70c3c3b3aece Signed-off-by: jose.lausuch (cherry picked from commit 015b75f204c0f8e093487cf4241b77368426f7f1) --- diff --git a/testcases/config_functest.py b/testcases/config_functest.py index 199fadfde..70a7d6cd6 100755 --- a/testcases/config_functest.py +++ b/testcases/config_functest.py @@ -211,7 +211,7 @@ def action_clean(): 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!")