Extend the Functest reporting black list
[releng.git] / utils / test / reporting / reporting / reporting.yaml
1 ---
2 general:
3     installers:
4         - apex
5         - compass
6         - daisy
7         - fuel
8         - joid
9
10     versions:
11         - master
12         - euphrates
13
14     log:
15         log_file: reporting.log
16         log_level: ERROR
17
18     period: 10
19
20     nb_iteration_tests_success_criteria: 4
21
22     directories:
23         # Relative to the path where the repo is cloned:
24         dir_reporting: utils/tests/reporting/
25         dir_log: utils/tests/reporting/log/
26         dir_conf: utils/tests/reporting/conf/
27         dir_utils: utils/tests/reporting/utils/
28         dir_templates: utils/tests/reporting/templates/
29         dir_display: utils/tests/reporting/display/
30
31     url: testresults.opnfv.org/reporting/
32
33 testapi:
34     url: testresults.opnfv.org/test/api/v1/results
35
36 functest:
37     blacklist:
38         - odl_netvirt
39         - juju_epc
40         - tempest_full_parallel
41         - rally_full
42     max_scenario_criteria: 50
43     test_conf: https://git.opnfv.org/cgit/functest/plain/functest/ci/testcases.yaml
44     log_level: ERROR
45     jenkins_url: https://build.opnfv.org/ci/view/functest/job/
46     # yamllint disable rule:truthy
47     exclude_noha: False
48     exclude_virtual: False
49     # yamllint enable
50
51 yardstick:
52     test_conf: https://git.opnfv.org/cgit/yardstick/plain/tests/ci/report_config.yaml
53     log_level: ERROR
54
55 storperf:
56     test_list:
57         - snia_steady_state
58     log_level: ERROR
59
60 qtip:
61     log_level: ERROR
62     period: 10
63
64 bottlenecks:
65     test_list:
66         - posca_factor_ping
67         - posca_factor_system_bandwidth
68     log_level: ERROR
69
70 vsperf: