summaryrefslogtreecommitdiffstats
path: root/dovetail/conf
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-03-22 05:25:54 -0400
committerMatthewLi <matthew.lijun@huawei.com>2017-04-01 00:02:50 -0400
commitfc04c41594a8f30e2e79b1e452b87844ee077f30 (patch)
tree57d81d88bc288505a8b0eae722209972553ea546 /dovetail/conf
parentaa8654d4f3f727f99016aaa540c8d5aa3f79edcb (diff)
refstack result parse
JIRA: DOVETAIL-375 1, together with other testsuite from functest, such as tempest etc. this should merge after https://gerrit.opnfv.org/gerrit/#/c/31313/ 2, delete some unnecessary definition 3, bugfix of docker cp inside container, see https://build.opnfv.org/ci/view/dovetail/job/dovetail-compass-baremetal-debug-master/361/console 4, disable tempest testcaes since changed to refstack_defcore Change-Id: I67503e348af4a3f697f1b4106bfe81c05add8aa0 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'dovetail/conf')
-rw-r--r--dovetail/conf/dovetail_config.yml4
-rw-r--r--dovetail/conf/functest_config.yml1
2 files changed, 0 insertions, 5 deletions
diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml
index b8174bdb..99e781af 100644
--- a/dovetail/conf/dovetail_config.yml
+++ b/dovetail/conf/dovetail_config.yml
@@ -7,10 +7,6 @@ report_dest: 'file'
# OPENSTACK Credential file
openrc: '/home/opnfv/dovetail/openrc.sh'
-repo:
- tag: tag_name
- path: https://github.com/opnfv/dovetail/tree/
-
COMPLIANCE_PATH: compliance/
TESTCASE_PATH: testcase/
# testsuite supported, should adjust accordingly
diff --git a/dovetail/conf/functest_config.yml b/dovetail/conf/functest_config.yml
index c65504e2..f636c204 100644
--- a/dovetail/conf/functest_config.yml
+++ b/dovetail/conf/functest_config.yml
@@ -14,5 +14,4 @@ functest:
dir: '/home/opnfv/functest/results'
store_type: 'file'
file_path: 'dump.txt'
- tp_path: 'tempest/tempest.log'
openrc: '/home/opnfv/functest/conf/openstack.creds'