dovetail tool: bugfix: test cases are erroneously judged 33/33033/8
authorxudan <xudan16@huawei.com>
Thu, 6 Apr 2017 03:31:30 +0000 (03:31 +0000)
committerxudan <xudan16@huawei.com>
Wed, 12 Apr 2017 08:29:26 +0000 (08:29 +0000)
commit4d98856b87edbf784b12b375b5d30ab9f401d525
tree883335d3ab11c52b45cda97b021f7bed2993f544
parentac766b065a8032e4aa90dafef2130292364a2483
dovetail tool: bugfix: test cases are erroneously judged

JIRA: DOVETAIL-375
JIRA: DOVETAIL-390

1. defcore test cases are erroneously judged because of:
   a) defcore results json data lack some keys
   b) some sub-testcases' names are the same as the prefix of another sub-testcases.
2. this patch removes the extra keys and judge sub-testcases accurately.
3. remove "store_type" in functest_config.yml and yardstick_config.yml.
4. change some log levels from info to debug.

Change-Id: I5f126e70309409cac66ef9a0909f1573d325098b
Signed-off-by: xudan <xudan16@huawei.com>
dovetail/conf/functest_config.yml
dovetail/conf/yardstick_config.yml
dovetail/report.py
dovetail/run.py
dovetail/testcase.py
dovetail/utils/dovetail_utils.py