e5372c42262c6a9a2628500fae1d1ed90628b361
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-perf-stats-collection.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-perf-stats-collection
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality:
12       - perf-stats-collection
13       - gate-perf-stats-collection
14
15     # Project branches
16     stream:
17       - aluminium:
18           branch: 'master'
19           jre: 'openjdk11'
20       - magnesium:
21           branch: 'stable/magnesium'
22           jre: 'openjdk11'
23       - sodium:
24           branch: 'stable/sodium'
25       - neon:
26           branch: 'stable/neon'
27
28     install:
29       - only:
30           scope: 'only'
31
32     # Job images
33     tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881'
34
35     # Features to install
36     install-features: 'odl-openflowplugin-flow-services-rest'
37
38     # Robot custom options
39     robot-options: '-v flnr:100000 -v swnr:32 -v fpr:200'
40
41     # Plot Info
42     01-plot-title: 'Stats Collection Rate'
43     01-plot-yaxis: 'flow_mods/sec'
44     01-plot-group: 'Stats Collection Performance'
45     01-plot-data-file: 'stats_rate.csv'
46     02-plot-title: 'Stats Collection Time'
47     02-plot-yaxis: 'seconds'
48     02-plot-group: 'Stats Collection Performance'
49     02-plot-data-file: 'stats_time.csv'