--- - project: name: netconf-csit-userfeatures jobs: - inttest-csit-1node # The project name project: "netconf" # The functionality under test functionality: - userfeatures - userfeatures-rfc8040: robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True" - gate-userfeatures - gate-userfeatures-rfc8040: robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True" # Project branches stream: - master: branch: "master" jre: "openjdk17" karaf-version: netconf install: - all: scope: "all" tools_system_image: "ZZCI - Ubuntu 18.04 - docker - x86_64 - 20230101-040125.332" # Features to install install-features: > odl-restconf, odl-netconf-mdsal, odl-mdsal-apidocs, odl-clustering-test-app, odl-netconf-topology # Robot custom options robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False"