Merge "Fix yamllint for vpnservice"
[releng/builder.git] / jjb / lispflowmapping / lispflowmapping-csit-performance.yaml
1 ---
2 - project:
3     name: lispflowmapping-csit-performance
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'lispflowmapping'
9
10     # The functionality under test
11     functionality: 'performance'
12
13     # Project branches
14     stream:
15       - carbon:
16           branch: 'master'
17           jre: 'openjdk8'
18       - boron:
19           branch: 'stable/boron'
20           jre: 'openjdk8'
21       - beryllium:
22           branch: 'stable/beryllium'
23           jre: 'openjdk8'
24
25     install:
26       - only:
27           scope: 'only'
28
29     # Features to install
30     install-features: 'odl-lispflowmapping-msmr'
31
32     # Robot custom options
33     robot-options: ''
34
35     # Plot Info
36     01-plot-title: 'Southbound Map-Reply Rate'
37     01-plot-yaxis: 'req/sec'
38     01-plot-group: 'Performance'
39     01-plot-data-file: 'pps.csv'
40
41     02-plot-title: 'RPC mapping setup rate (for 10k IPv4-to-IPv4 mappings)'
42     02-plot-yaxis: 'req/sec'
43     02-plot-group: 'Performance'
44     02-plot-data-file: 'rpcs.csv'