55b5311b57f7b1f9b148f6324dc17d640f35f422
[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       - gate-userfeatures-rfc8040:
17           robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True"
18
19     # Project branches
20     stream:
21       - master:
22           branch: "master"
23           jre: "openjdk17"
24
25     karaf-version: netconf
26
27     install:
28       - all:
29           scope: "all"
30
31     tools_system_image: "ZZCI - Ubuntu 18.04 - docker - x86_64 - 20221201-040108.330"
32
33     # Features to install
34     install-features: >
35       odl-restconf,
36       odl-netconf-mdsal,
37       odl-mdsal-apidocs,
38       odl-clustering-test-app,
39       odl-netconf-topology
40
41     # Robot custom options
42     robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False"