summaryrefslogtreecommitdiffstats
path: root/etc/conf/dovetail_config.yml
blob: 0841e491a5d539f35a14aba4a006fd53feaf173f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
cli_file_name: 'cmd_config.yml'
result_file: 'results.json'

# OPENSTACK Credential file
env_file: 'env_config.sh'

# POD info file
pod_file: 'pod.yaml'

# JUMPSERVER private key used in pod_file to login hosts
# If use password to login hosts, there's no need to provide the private key
pri_key: 'id_rsa'

# testsuite supported, should adjust accordingly
testsuite_supported:
  - proposed_tests
  - debug
  - healthcheck
  - ovp.2018.08
  - onap.1.0.0
# testarea supported, should adjust accordingly
testarea_supported:
  - ha
  - healthcheck
  - onap
  - bgpvpn
  - security
  - snaps
  - stress
  - tempest
  - vnf
  - vping

# 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
# and the python object is "testcase" object by hard-coded
parameters:
  - name: testcase
    path: '("name",)'
  - name: validate_testcase
    path: '("validate", "testcase")'

include_config:
  - vnftest_config.yml