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