732783b5a3151b7ff5417578ea61bcc76f55f8db
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-userfeatures.yaml
1 ---
2 - project:
3     name: bgpcep-csit-userfeatures
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-1node-{functionality}'
7
8     # The project name
9     project: 'bgpcep'
10
11     # The functionality under test
12     functionality:
13       - userfeatures
14       - gate-userfeatures
15
16     # Project branches
17     stream:
18       - oxygen:
19           branch: 'master'
20           jre: 'openjdk8'
21       - nitrogen:
22           branch: 'stable/nitrogen'
23           jre: 'openjdk8'
24       - carbon:
25           branch: 'stable/carbon'
26           jre: 'openjdk8'
27           karaf-version: karaf3
28
29     install:
30       - all:
31           scope: 'all'
32
33     # Features to install
34     # *-all is for Beryllium and Boron, without -all is for Boron and Carbon.
35     install-features: >
36         odl-restconf,
37         odl-bgpcep-pcep,
38         odl-bgpcep-bgp,
39         odl-bgpcep-bmp,
40         odl-jolokia
41
42     # Robot custom options
43     robot-options: '-v USE_NETCONF_CONNECTOR:False'