Switch test_db_url to a directory 49/31549/1
authorxudan <xudan16@huawei.com>
Thu, 16 Mar 2017 07:09:53 +0000 (07:09 +0000)
committerMorgan Richomme <morgan.richomme@orange.com>
Thu, 23 Mar 2017 10:31:42 +0000 (10:31 +0000)
commitaacd330b2d24be6c88d23e69bf79f20cdd340af5
tree5fae8daa4f89772d3d9da14b950be4876fd56987
parentd293199b60d655f2af46597d142ae769c4f7e378
Switch test_db_url to a directory

We must now set a dir (e.g. /home/opnfv/db) to dump results. It avoids
replacing "results" and prevent from limiting the use of this decorator.
All data will be dumped into url/dump.txt

As also proposed in FUNCTEST-729, missing directories are created too.
The decorator will raise exceptions if dir exists or if target is not a
directory.

Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
JIRA: FUNCTEST-729
Change-Id: I9650c72493043539f17725f5c328c12639ecc059
Signed-off-by: xudan <xudan16@huawei.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 18bdde48e866f198b5d08b62fc9e26e3dfe4e818)
functest/ci/config_functest.yaml
functest/utils/decorators.py