summaryrefslogtreecommitdiffstats
path: root/etc/conf/dovetail_config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/conf/dovetail_config.yml')
-rw-r--r--etc/conf/dovetail_config.yml97
1 files changed, 14 insertions, 83 deletions
diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml
index 464d046c..10b81fbb 100644
--- a/etc/conf/dovetail_config.yml
+++ b/etc/conf/dovetail_config.yml
@@ -1,7 +1,15 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
---
-# report_file: 'dovetail_report.txt'
+version: '2019.12'
cli_file_name: 'cmd_config.yml'
-report_dest: 'file'
result_file: 'results.json'
# OPENSTACK Credential file
@@ -14,63 +22,14 @@ pod_file: 'pod.yaml'
# If use password to login hosts, there's no need to provide the private key
pri_key: 'id_rsa'
-# SDNVPN offline image
-sdnvpn_image: 'ubuntu-16.04-server-cloudimg-amd64-disk1.img'
-
-# Tempest image
-cirros_image: 'cirros-0.3.5-x86_64-disk.img'
-
-# Ubuntu 14.04 image for snaps_smoke
-ubuntu14_image: 'ubuntu-14.04-server-cloudimg-amd64-disk1.img'
-
-# cloudify_ims image
-cloudify_image: 'cloudify-manager-premium-4.0.1.qcow2'
-
-# Trusty image
-trusty_image: 'trusty-server-cloudimg-amd64-disk1.img'
-
# testsuite supported, should adjust accordingly
testsuite_supported:
- - compliance_set
- proposed_tests
- debug
- - ovp.1.0.0
-# testarea supported, should adjust accordingly
-testarea_supported:
- - osinterop
- - example
- - ha
- - ipv6
- - sdnvpn
- - vping
- - stress
- - tempest
- - optional
- - mandatory
- - full
- - smoke
- - vnf
-
-functest_testsuite:
- - refstack_defcore
- - tempest_smoke_serial
- - tempest_full_parallel
- - tempest_custom
- - rally_sanity
- - promise
-
-functest_testcase:
- - bgpvpn
- - connection_check
- - api_check
- - snaps_health_check
- - vping_ssh
- - vping_userdata
- - doctor
- - copper
- - cloudify_ims
- - odl
- - snaps_smoke
+ - healthcheck
+ - ovp.2019.12
+ - onap.tosca.2019.04
+ - onap.heat.2019.04
# used for testcase cmd template in jinja2 format
# we have two variables available now
@@ -81,31 +40,3 @@ parameters:
path: '("name",)'
- name: validate_testcase
path: '("validate", "testcase")'
-
-include_config:
- - functest_config.yml
- - yardstick_config.yml
- - bottlenecks_config.yml
-
-test_project:
- - 'yardstick'
- - 'functest'
- - 'bottlenecks'
-
-validate_input:
- valid_functest_tags:
- - 'latest'
- - 'euphrates'
- valid_yardstick_tags:
- - 'latest'
- - 'opnfv-5.1.0'
-
-mandatory:
- - osinterop
- - ha
- - vping
-
-optional:
- - ipv6
- - tempest
- - sdnvpn