summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/dovetail_config.yml
blob: ea8ecedcb35b12014e1970cd09b5f5d6ee1e0ba3 (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
62
63
64
65
66
67
68
69
---
result_dir: /home/opnfv/dovetail/results
report_file: 'dovetail_report.txt'
cli_file_name: 'cmd_config.yml'
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
testsuite_supported:
  - compliance_set
  - proposed_tests
  - debug
# testarea supported, should adjust accordingly
testarea_supported:
  - vimops
  - nfvi
  - 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
# 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

test_project:
  - 'yardstick'
  - 'functest'

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'