From 4d98856b87edbf784b12b375b5d30ab9f401d525 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 6 Apr 2017 03:31:30 +0000 Subject: 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 --- dovetail/conf/yardstick_config.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'dovetail/conf/yardstick_config.yml') diff --git a/dovetail/conf/yardstick_config.yml b/dovetail/conf/yardstick_config.yml index cb4b1c7b..e9a674a9 100644 --- a/dovetail/conf/yardstick_config.yml +++ b/dovetail/conf/yardstick_config.yml @@ -18,6 +18,5 @@ yardstick: result: dir: '/home/opnfv/yardstick/results' log: '/tmp/yardstick' - store_type: 'file' file_path: 'yardstick.log' openrc: '/etc/yardstick/openstack.creds' -- cgit 1.2.3-korg