2263196d428f4c80b449ebf63468450d62cfcd30
[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       - inttest-csit-verify-1node
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       - nitrogen:
21           branch: 'stable/nitrogen'
22       - carbon:
23           branch: 'stable/carbon'
24           karaf-version: karaf3
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'