Change OFP UI feature to REST feature
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-bulkomatic-perf-daily.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-bulkomatic-perf-daily
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:
12       - bulkomatic-perf-daily
13       - gate-bulkomatic-perf-daily
14
15     # Project branches
16     stream:
17       - nitrogen:
18           branch: 'master'
19           jre: 'openjdk8'
20       - carbon:
21           branch: 'stable/carbon'
22           jre: 'openjdk8'
23           karaf-version: karaf3
24       - boron:
25           branch: 'stable/boron'
26           jre: 'openjdk8'
27           karaf-version: karaf3
28
29     install:
30       - only:
31           scope: 'only'
32
33     # Job images
34     odl_system_flavor: 8 GB General Purpose v1
35     tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20170609-0221
36
37     # Features to install
38     install-features: >
39         odl-openflowplugin-flow-services-rest,
40         odl-openflowplugin-app-bulk-o-matic,
41         odl-jolokia,
42         decanter-collector-jmx,
43         decanter-appender-elasticsearch
44
45     # Robot custom options
46     robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:3125'
47
48     # Plot Info
49     01-plot-title: 'Flow Add rate'
50     01-plot-yaxis: 'flow_mods/sec'
51     01-plot-group: 'Java Performance'
52     01-plot-data-file: 'rate.csv'
53     02-plot-title: 'Flow Add time'
54     02-plot-yaxis: 'seconds'
55     02-plot-group: 'Java Performance'
56     02-plot-data-file: 'time.csv'