dovetail tool: move conf/dovetail_config.py into utils/ 97/25997/1
authorxudan <xudan16@huawei.com>
Wed, 14 Dec 2016 09:18:10 +0000 (09:18 +0000)
committerxudan <xudan16@huawei.com>
Thu, 15 Dec 2016 01:06:56 +0000 (01:06 +0000)
commit2ae61333cb9dae3bc8d5da567323b05ebe2f1108
tree8a74b2d737cf8e2c58314d70f87c5cf17b98cf71
parent004634d4ce99da007228293877e3dd1e179b02ec
dovetail tool: move conf/dovetail_config.py into utils/

1. move conf/dovetail_config.py into utils/
2. change the open file path in dovetail_config.py
3. do some modification about all 'from conf.dovetail_config import ***'

JIRA: DOVETAIL-158

Change-Id: I7670e6de993899e4e2a604cbc501dc3339896ef1
Signed-off-by: xudan <xudan16@huawei.com>
dovetail/container.py
dovetail/parser.py
dovetail/report.py
dovetail/run.py
dovetail/testcase.py
dovetail/tests/unit/test_parser.py
dovetail/utils/dovetail_config.py [moved from dovetail/conf/dovetail_config.py with 91% similarity]
dovetail/utils/dovetail_logger.py