summaryrefslogtreecommitdiffstats
path: root/dovetail/conf
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-01-19 02:07:16 -0500
committerMatthewLi <matthew.lijun@huawei.com>2017-01-25 20:38:24 -0500
commit3374309f5aae1dc2be3ac1eee545a05bca69b8e6 (patch)
tree93f118cf97b72faf1dd26561441d9e4dced98258 /dovetail/conf
parent8475a7b2d96bc55da4414220337315c7096ad686 (diff)
dovetail tool: functest different testsuite support and yardstick testcase added
JIRA: DOVETAIL-186 Change-Id: Id0eec6652c9595c660436dec89a309a77b16bc03 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'dovetail/conf')
-rw-r--r--dovetail/conf/dovetail_config.yml20
-rw-r--r--dovetail/conf/functest_config.yml9
2 files changed, 26 insertions, 3 deletions
diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml
index b6f7b016..f8f18e46 100644
--- a/dovetail/conf/dovetail_config.yml
+++ b/dovetail/conf/dovetail_config.yml
@@ -25,6 +25,20 @@ testarea_supported:
- ipv6
- example
+functest_testsuite:
+ - tempest_smoke_serial
+ - tempest_full_parallel
+ - rally_sanity
+ - promise
+
+functest_testcase:
+ - healthcheck
+ - vping_ssh
+ - vping_userdata
+ - doctor
+ - copper
+ - cloudify_ims
+
# used for testcase cmd template in jinja2 format
# we have two variables available now
# parameter path, use this path to walk through python object and get value
@@ -53,3 +67,9 @@ validate_input:
valid_docker_tag:
- 'stable'
- 'latest'
+ - 'colorado.1.0'
+ - 'colorado.2.0'
+ - 'colorado.3.0'
+ - 'danube.1.0'
+ - 'danube.2.0'
+ - 'danube.3.0'
diff --git a/dovetail/conf/functest_config.yml b/dovetail/conf/functest_config.yml
index f20d1b7e..2c702cdb 100644
--- a/dovetail/conf/functest_config.yml
+++ b/dovetail/conf/functest_config.yml
@@ -4,18 +4,21 @@ functest:
docker_tag: latest
envs: '-e INSTALLER_TYPE=compass -e INSTALLER_IP=192.168.200.2
-e NODE_NAME=dovetail-pod -e DEPLOY_SCENARIO=ha_nosdn
- -e BUILD_TAG=dovetail -e CI_DEBUG=true -e DEPLOY_TYPE=baremetal'
+ -e BUILD_TAG=dovetail -e CI_DEBUG=true
+ -e DEPLOY_TYPE=baremetal
+ -e RESULTS_STORE=file:///home/opnfv/functest/results/functest_result.json'
opts: '-id --privileged=true'
pre_condition:
- 'echo test for precondition in functest'
cmds:
- 'functest env prepare'
- - 'functest testcase run {{validate_testcase}}'
+ - 'functest testcase run {{validate_testcase}} -r'
post_condition:
- 'echo test for postcondition in functest'
result:
dir: '/home/opnfv/functest/results'
store_type: 'file'
- file_path: 'tempest/tempest.log'
+ file_path: 'functest_result.json'
+ tp_path: 'tempest/tempest.log'
db_url: 'http://testresults.opnfv.org/test/api/v1/results?case=%s&last=1'
creds: '/home/opnfv/functest/conf/openstack.creds'