summaryrefslogtreecommitdiffstats
path: root/testcases/config_functest.py
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-01-18 10:50:40 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-01-18 09:51:47 +0000
commita1b82fa66db8246efc576689a0fa113c2584504c (patch)
tree13b041a4848ea9f758373ca145782cd5b61289b5 /testcases/config_functest.py
parentade311c69d49f28971ff91fbaae4bb5b2c87c31e (diff)
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 <jose.lausuch@ericsson.com> (cherry picked from commit 015b75f204c0f8e093487cf4241b77368426f7f1)
Diffstat (limited to 'testcases/config_functest.py')
-rwxr-xr-xtestcases/config_functest.py2
1 files changed, 1 insertions, 1 deletions
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!")