summaryrefslogtreecommitdiffstats
path: root/dovetail/conf
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-04-06 03:31:30 +0000
committerxudan <xudan16@huawei.com>2017-04-12 08:29:26 +0000
commit4d98856b87edbf784b12b375b5d30ab9f401d525 (patch)
tree883335d3ab11c52b45cda97b021f7bed2993f544 /dovetail/conf
parentac766b065a8032e4aa90dafef2130292364a2483 (diff)
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>
Diffstat (limited to 'dovetail/conf')
-rw-r--r--dovetail/conf/functest_config.yml1
-rw-r--r--dovetail/conf/yardstick_config.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/dovetail/conf/functest_config.yml b/dovetail/conf/functest_config.yml
index f636c204..e3800ce7 100644
--- a/dovetail/conf/functest_config.yml
+++ b/dovetail/conf/functest_config.yml
@@ -12,6 +12,5 @@ functest:
- 'echo test for postcondition in functest'
result:
dir: '/home/opnfv/functest/results'
- store_type: 'file'
file_path: 'dump.txt'
openrc: '/home/opnfv/functest/conf/openstack.creds'
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'