237f0d7fd7fd071a5ad2386e0edb5b3ab4b714ab
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-link-scalability-daily.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-link-scalability-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: 'link-scalability-daily'
12
13     # Project branches
14     stream:
15       - oxygen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - nitrogen:
19           branch: 'stable/nitrogen'
20           jre: 'openjdk8'
21       - carbon:
22           branch: 'stable/carbon'
23           jre: 'openjdk8'
24           karaf-version: karaf3
25       - boron:
26           branch: 'stable/boron'
27           jre: 'openjdk8'
28           karaf-version: karaf3
29
30     install:
31       - only:
32           scope: 'only'
33
34     # Features to install
35     install-features: >
36         odl-openflowplugin-flow-services-rest,
37         odl-openflowplugin-app-table-miss-enforcer,
38         decanter-collector-jmx,
39         decanter-appender-elasticsearch
40
41     # Robot custom options
42     robot-options: ''
43
44     # mininet image
45     tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20170808-0158
46
47     # Plot Info
48     01-plot-title: 'Maximum Links Full Mesh Topology'
49     01-plot-yaxis: 'Links'
50     01-plot-group: 'Link Scalability'
51     01-plot-data-file: 'links.csv'
52     02-plot-title: 'Topology Discover Time'
53     02-plot-yaxis: 'Seconds'
54     02-plot-group: 'Link Scalability'
55     02-plot-data-file: 'time.csv'