01ad34ef7e6a57b5bc61678cbd08c32e6459704c
[releng/builder.git] / jjb / netconf / netconf-userfeatures.yaml
1 ---
2 - project:
3     name: netconf-csit-userfeatures
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality:
12       - userfeatures
13       - gate-userfeatures
14
15     # Project branches
16     stream:
17       - magnesium:
18           branch: 'master'
19           jre: 'openjdk11'
20       - sodium:
21           branch: 'stable/sodium'
22       - neon:
23           branch: 'stable/neon'
24
25     install:
26       - all:
27           scope: 'all'
28
29     tools_system_image: ZZCI - Ubuntu 16.04 - docker - x86_64 - 20190614-042302.610
30
31     # Features to install
32     install-features: >
33         odl-restconf,
34         odl-netconf-mdsal,
35         odl-mdsal-apidocs,
36         odl-mdsal-model-inventory,
37         odl-clustering-test-app,
38         odl-netconf-topology
39
40     # Robot custom options
41     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'