Add ping test in aclrecovery suite
[integration/test.git] / dashboard / viz_config.yaml
1 opendaylight-test-feature:
2     type: histogram
3     index_pattern: pattern-for-opendaylight-test
4     desc: Test Pass/Fail results
5     num_cat_axes: 1
6     value_axes:
7         1:
8             position: left
9             title: No. of test cases
10     series:
11         1:
12             data_type: histogram
13             mode: stacked
14             field: pass-tests
15             label: Pass tests
16             schema: metric
17             value_axis: 1
18             color: green
19         2:
20             data_type: histogram
21             mode: stacked
22             field: fail-tests
23             label: Fail tests
24             schema: metric
25             value_axis: 1
26             color: red
27         3:
28             field: test-run
29             label: Build Number
30             schema: segment
31             not_in_seriesParams: true
32
33 opendaylight-test-performance:
34     type: line
35     index_pattern: pattern-for-opendaylight-test
36     id: opendaylight-test-performance
37     num_cat_axes: 1
38     value_axes:
39         default:
40             position: left
41     seriesParams:
42         default:
43             data_type: line
44             mode: normal
45             value_axis: 1
46     aggs:
47         1:
48             field: test-run
49             custom_label: Build Number
50             schema: segment
51         default:
52             schema: metric