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