tests: add a possibility to avoid tmp files deletion
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 27 Nov 2012 10:06:29 +0000 (12:06 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 27 Nov 2012 11:17:41 +0000 (13:17 +0200)
commit97d0d381ef5a84102d65810f9512445e233dd574
tree5fe975928bd62a5ad02e7cc4d90e73605670ce44
parent8f89a2b23595478089c690bbb63a1932b7830f42
tests: add a possibility to avoid tmp files deletion

This is needed for debugging purposes. When there are issues, it is very handy
to be able to leave the temporary files and then investigate them. Do lets add
a simple way to do this. In the future, this may become a test parameter.

Change-Id: I067fc9d5a522057290c5c9ee190cf15ee7fa19f1
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
tests/helpers.py
tests/test_api_base.py