Merge "Update cloud image CentOS7 robot x86_64"
[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       - silicon:
18           branch: "master"
19           jre: "openjdk11"
20       - aluminium:
21           branch: "stable/aluminium"
22           jre: "openjdk11"
23       - magnesium:
24           branch: "stable/magnesium"
25           jre: "openjdk11"
26       - sodium:
27           branch: "stable/sodium"
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-bgp-config-example,
39       odl-bgpcep-bmp,
40       odl-bgpcep-bmp-config-example,
41       odl-jolokia
42
43     # Robot custom options
44     robot-options: "-v USE_NETCONF_CONNECTOR:False"