Remove table miss flow feature from test
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-sw-scalability-daily.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-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: 'sw-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           karaf-version: karaf3
22       - boron:
23           branch: 'stable/boron'
24           jre: 'openjdk8'
25           karaf-version: karaf3
26
27     install:
28       - only:
29           scope: 'only'
30
31     # Features to install
32     install-features: >
33         odl-openflowplugin-flow-services-ui,
34         decanter-collector-jmx,
35         decanter-appender-elasticsearch
36
37     # Robot custom options
38     robot-options: ''
39
40     # mininet image
41     tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300
42
43     # Plot Info
44     01-plot-title: 'Maximum Switches Linear Topology'
45     01-plot-yaxis: 'Switches'
46     01-plot-group: 'Switch Scalability'
47     01-plot-data-file: 'switches.csv'
48     02-plot-title: 'Topology Discover Time'
49     02-plot-yaxis: 'Seconds'
50     02-plot-group: 'Switch Scalability'
51     02-plot-data-file: 'time.csv'