Merge "Replace `` cmd substitution with $()"
[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       - nitrogen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - carbon:
19           branch: 'stable/carbon'
20           jre: 'openjdk8'
21       - boron:
22           branch: 'stable/boron'
23           jre: 'openjdk8'
24       - beryllium:
25           branch: 'stable/beryllium'
26           jre: 'openjdk8'
27
28     install:
29       - only:
30           scope: 'only'
31
32     # Features to install
33     install-features: 'odl-lispflowmapping-msmr'
34
35     # Robot custom options
36     robot-options: ''
37
38     # Plot Info
39     01-plot-title: 'Southbound Map-Reply Rate'
40     01-plot-yaxis: 'req/sec'
41     01-plot-group: 'Performance'
42     01-plot-data-file: 'pps.csv'
43
44     02-plot-title: 'RPC mapping setup rate (for 10k IPv4-to-IPv4 mappings)'
45     02-plot-yaxis: 'req/sec'
46     02-plot-group: 'Performance'
47     02-plot-data-file: 'rpcs.csv'