blob: 2fb6b7831088bdcea4a242f7077d6fe3782c6c2e (
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
|
general:
installers:
- apex
- compass
- daisy
- fuel
- joid
versions:
- master
log:
log_file: reporting.log
log_level: ERROR
period: 10
nb_iteration_tests_success_criteria: 4
directories:
# Relative to the path where the repo is cloned:
dir_reporting: utils/tests/reporting/
dir_log: utils/tests/reporting/log/
dir_conf: utils/tests/reporting/conf/
dir_utils: utils/tests/reporting/utils/
dir_templates: utils/tests/reporting/templates/
dir_display: utils/tests/reporting/display/
url: testresults.opnfv.org/reporting/
testapi:
url: testresults.opnfv.org/test/api/v1/results
functest:
blacklist:
- ovno
- security_scan
- rally_sanity
- healthcheck
- odl_netvirt
- aaa
- cloudify_ims
- orchestra_ims
- juju_epc
- orchestra
- promise
max_scenario_criteria: 50
test_conf: https://git.opnfv.org/cgit/functest/plain/functest/ci/testcases.yaml
log_level: ERROR
jenkins_url: https://build.opnfv.org/ci/view/functest/job/
exclude_noha: False
exclude_virtual: False
yardstick:
test_conf: https://git.opnfv.org/cgit/yardstick/plain/tests/ci/report_config.yaml
log_level: ERROR
qtip:
bottleneck:
|