f452b88f97f09e74325324132b7b87354f2a8aa2
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-userfeatures.yaml
1 ---
2 - project:
3     name: bgpcep-csit-userfeatures
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'bgpcep'
9
10     # The functionality under test
11     functionality:
12       - userfeatures
13       - gate-userfeatures
14
15     # Project branches
16     stream:
17       - aluminium:
18           branch: 'master'
19           jre: 'openjdk11'
20       - magnesium:
21           branch: 'stable/magnesium'
22           jre: 'openjdk11'
23       - sodium:
24           branch: 'stable/sodium'
25
26     install:
27       - all:
28           scope: 'all'
29
30     # Features to install
31     install-features: >
32         odl-restconf,
33         odl-bgpcep-pcep,
34         odl-bgpcep-bgp,
35         odl-bgpcep-bgp-config-example,
36         odl-bgpcep-bmp,
37         odl-bgpcep-bmp-config-example,
38         odl-jolokia
39
40     # Robot custom options
41     robot-options: '-v USE_NETCONF_CONNECTOR:False'