Add new function to get indivial test score for aarch64
[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     max_scenario_criteria: 50
41     test_conf: https://git.opnfv.org/cgit/functest/plain/functest/ci/testcases.yaml
42     log_level: ERROR
43     jenkins_url: https://build.opnfv.org/ci/view/functest/job/
44     # yamllint disable rule:truthy
45     exclude_noha: False
46     exclude_virtual: False
47     # yamllint enable
48
49 yardstick:
50     test_conf: https://git.opnfv.org/cgit/yardstick/plain/tests/ci/report_config.yaml
51     log_level: ERROR
52
53 storperf:
54     test_list:
55         - snia_steady_state
56     log_level: ERROR
57
58 qtip:
59     log_level: ERROR
60     period: 10
61
62 bottlenecks:
63     test_list:
64         - posca_factor_ping
65         - posca_factor_system_bandwidth
66     log_level: ERROR
67
68 vsperf: