Add rfc8040 flavor for netconf-userfeatures csit
[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       - userfeatures-rfc8040:
14           robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True'
15       - gate-userfeatures
16
17     # Project branches
18     stream:
19       - aluminium:
20           branch: 'master'
21           jre: 'openjdk11'
22       - magnesium:
23           branch: 'stable/magnesium'
24           jre: 'openjdk11'
25       - sodium:
26           branch: 'stable/sodium'
27       - neon:
28           branch: 'stable/neon'
29
30     install:
31       - all:
32           scope: 'all'
33
34     tools_system_image: ZZCI - Ubuntu 16.04 - docker - x86_64 - 20190614-042302.610
35
36     # Features to install
37     install-features: >
38         odl-restconf,
39         odl-netconf-mdsal,
40         odl-mdsal-apidocs,
41         odl-mdsal-model-inventory,
42         odl-clustering-test-app,
43         odl-netconf-topology
44
45     # Robot custom options
46     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'