change `test-run` from keyword to integer in config file
[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         pass:
12             data_type: histogram
13             mode: stacked
14             field: performance.pass-tests
15             label: Pass tests
16             schema: metric
17             value_axis: 1
18         fail:
19             data_type: histogram
20             mode: stacked
21             field: performance.fail-tests
22             label: Fail tests
23             schema: metric
24             value_axis: 1
25         build:
26             field: performance.test-run
27             label: Build Number
28             schema: segment
29             not_in_seriesParams: true
30
31 opendaylight-test-performance:
32     type: line
33     index_pattern: pattern-for-opendaylight-test
34     id: opendaylight-test-performance
35     num_cat_axes: 1
36     value_axes:
37         default:
38             position: left
39     seriesParams:
40         default:
41             data_type: line
42             mode: normal
43             value_axis: 1
44     aggs:
45         build:
46             field: performance.test-run
47             custom_label: Build Number
48             schema: segment
49         default:
50             schema: metric