60b898559bb9bf41ef48fceb5894c8423d9120f8
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-scale-stats-collection-daily-old.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-scale-stats-collection-daily-old
4     jobs:
5       - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'scale-stats-collection-daily'
12
13     # Project branches
14     stream:
15       - beryllium:
16           branch: 'stable/beryllium'
17           jre: 'openjdk7'
18
19     install:
20       - only:
21           scope: 'only'
22
23     # Features to install
24     install-features: 'odl-openflowplugin-flow-services-ui'
25
26     # Robot custom options
27     robot-options: '-v flnr:50000'
28
29     # Plot Info
30     01-plot-title: 'Flows (100k) Setup Time'
31     01-plot-yaxis: '[s]'
32     01-plot-group: 'Config Performance'
33     01-plot-data-file: 'flows_setup_time.csv'
34
35     02-plot-title: 'REST setup rate (for 100k flows)'
36     02-plot-yaxis: 'setup time[s], req[flows/s]'
37     02-plot-group: 'Performance Rate'
38     02-plot-data-file: 'flows_install_rate.csv'