Merge "Correct nitrogen and carbon streams in CSIT"
[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       - nitrogen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - carbon:
19           branch: 'stable/carbon'
20           jre: 'openjdk8'
21       - boron:
22           branch: 'stable/boron'
23           jre: 'openjdk8'
24
25     install:
26       - only:
27           scope: 'only'
28
29     # Features to install
30     install-features: >
31         odl-openflowplugin-flow-services-ui,
32         odl-openflowplugin-app-table-miss-enforcer,
33         decanter-collector-jmx,
34         decanter-appender-elasticsearch
35
36     # Robot custom options
37     robot-options: ''
38
39     # mininet image
40     tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300
41
42     # Plot Info
43     01-plot-title: 'Maximum Links Full Mesh Topology'
44     01-plot-yaxis: 'Links'
45     01-plot-group: 'Link Scalability'
46     01-plot-data-file: 'links.csv'
47     02-plot-title: 'Topology Discover Time'
48     02-plot-yaxis: 'Seconds'
49     02-plot-group: 'Link Scalability'
50     02-plot-data-file: 'time.csv'