summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/dovetail_config.yml
blob: 89084e23eec41dc69c7a0ae7e4257f163376e686 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* 
---
# report_file: 'dovetail_report.txt'
cli_file_name: 'cmd_config.yml'
report_dest: 'file'
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'

# 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'

COMPLIANCE_PATH: compliance/
TESTCASE_PATH: testcase/
# 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
  - resiliency
  - tempest
  - optional
  - mandatory
  - full

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

# 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:
  - functest_config.yml
  - yardstick_config.yml
  - bottlenecks_config.yml

test_project:
  - 'yardstick'
  - 'functest'
  - 'bottlenecks'

validate_input:
  valid_docker_tag:
    - 'stable'
    - 'latest'
    - 'danube.3.2'
    - 'ovp.1.0.0'

mandatory:
  - osinterop
  - ha
  - vping

optional:
  - ipv6
  - tempest
  - sdnvpn