Merge "Update cloud image"
[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       - master:
18           branch: "master"
19           jre: "openjdk17"
20
21     karaf-version: netconf
22
23     install:
24       - all:
25           scope: "all"
26
27     tools_system_image: "ZZCI - Ubuntu 18.04 - docker - x86_64 - 20240501-040132.905"
28
29     # Features to install
30     install-features: >
31       odl-restconf,
32       odl-netconf-mdsal,
33       odl-restconf-openapi,
34       odl-clustering-test-app,
35       odl-netconf-topology
36
37     # Robot custom options
38     robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False"