6d8c5988427d1b8b6d4dccbd9d4db251c2cb9e18
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-restconf-perf-daily-old.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-restconf-perf-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: 'restconf-perf-daily'
12
13     # Project branches
14     stream:
15       - beryllium:
16           branch: 'stable/beryllium'
17           jre: 'openjdk8'
18
19     install:
20       - only:
21           scope: 'only'
22
23     # Job images
24     odl_system_flavor: '8 GB General Purpose v1'
25
26     # Features to install
27     install-features: >
28         odl-openflowplugin-flow-services-ui,
29         odl-jolokia,
30         decanter-collector-jmx,
31         decanter-appender-elasticsearch
32
33     # Robot custom options
34     robot-options: '-v ODL_OF_PLUGIN:helium -v switch_count:32 -v flow_count:64000'
35
36     # Plot Info
37     01-plot-title: 'Flow Add rate'
38     01-plot-yaxis: 'flow_mods/sec'
39     01-plot-group: 'REST Performance'
40     01-plot-data-file: 'rate.csv'
41     02-plot-title: 'Flow Add time'
42     02-plot-yaxis: 'seconds'
43     02-plot-group: 'REST Performance'
44     02-plot-data-file: 'time.csv'