dovetail tool: reorganize dovetail_config.py and modify related files 93/24093/4
authorxudan <xudan16@huawei.com>
Wed, 9 Nov 2016 06:26:11 +0000 (06:26 +0000)
committerxudan <xudan16@huawei.com>
Thu, 17 Nov 2016 01:23:37 +0000 (01:23 +0000)
commit95720ae350260753788dbc92b7d35482165ceb48
tree7db03ede2ec561be457869311a251dda367af8af
parent8a6bc92ff3b906a72194c7fa5db61ebb030052a4
dovetail tool: reorganize dovetail_config.py and modify related files

1. move all sentencs and functions into class DovetailConfig
2. delete dict container_config for it has been replaced by dovetail_config
2. modify files that import dovetail_config, including container.py, parser.py,
   report.py, run.py, dovetail_logger.py and testcase.py

JIRA: DOVETAIL-55

Change-Id: Ib5ca3cadd751075c879f39e8cb2eb2e0adcef6aa
Signed-off-by: xudan <xudan16@huawei.com>
dovetail/conf/dovetail_config.py
dovetail/container.py
dovetail/parser.py
dovetail/report.py
dovetail/run.py
dovetail/testcase.py
dovetail/utils/dovetail_logger.py