Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
10426bd
)
Add --debug flag to first clean_functest.py
87/7087/1
author
jose.lausuch
<jose.lausuch@ericsson.com>
Mon, 18 Jan 2016 09:50:40 +0000
(10:50 +0100)
committer
jose.lausuch
<jose.lausuch@ericsson.com>
Mon, 18 Jan 2016 09:50:40 +0000
(10:50 +0100)
This way we see if we remove something we shouldn't
Change-Id: Iab14abcc72bbdf656a75ad79722c70c3c3b3aece
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
testcases/config_functest.py
patch
|
blob
|
history
diff --git
a/testcases/config_functest.py
b/testcases/config_functest.py
index
199fadf
..
70a7d6c
100755
(executable)
--- 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!")