Merge "Bug 9191: Log violations in distribution-check"
[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     install-features: >
35         odl-restconf,
36         odl-bgpcep-pcep,
37         odl-bgpcep-bgp,
38         odl-bgpcep-bmp,
39         odl-jolokia
40
41     # Robot custom options
42     robot-options: '-v USE_NETCONF_CONNECTOR:False'