dovetail tool: reorganize statements in class DovetailConfig 31/24931/3
authorxudan <xudan16@huawei.com>
Sat, 26 Nov 2016 08:43:47 +0000 (08:43 +0000)
committerDan Xu <xudan16@huawei.com>
Tue, 29 Nov 2016 09:10:51 +0000 (09:10 +0000)
commit1708f79019f5348e2783d5b7994865a86931316b
tree55ecf8836c0f6e1a3756a967cf132b18c73fd09b
parentb9929410665d9809669b307b04904312d785be5a
dovetail tool: reorganize statements in class DovetailConfig

1. move some statements in class DovetailConfig into function
   load_config_files()
2. call load_config_files() in run.py
3. this can only work correctly after moving clean_results_dir() into run.py,
   see JIRA:DOVETAIL-80 and gerrit https://gerrit.opnfv.org/gerrit/#/c/24929/

JIRA: DOVETAIL-55

Change-Id: I217c1c21dc6ba8849da7c00564f62d3c22cdc391
Signed-off-by: xudan <xudan16@huawei.com>
dovetail/conf/dovetail_config.py
dovetail/run.py