7445a0841583434e016535e1e603395fc4f0d25d
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-clustering.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-clustering
4     jobs:
5       - '{project}-csit-3node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality:
12       - clustering
13       - gate-clustering
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     # Features to install
34     install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-table-miss-enforcer'
35
36     # Robot custom options
37     robot-options: '-v ODL_OF_PLUGIN:lithium'
38
39     # mininet image
40     tools_system_image: 'Ubuntu 16.04 - mininet-ovs-25 - 20170609-0221'