X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-userfeatures.yaml;h=60a8c5b9e8140e3d1321d56301a27f9953d4ef32;hb=af5db172e1f45cc23687401437554941187c087b;hp=1fe61a7531b64a9ee0cd134100a165de8f983040;hpb=dd35542be064ebf7a0bce1fb25e84fe3edff311f;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index 1fe61a753..7961141c6 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -3,39 +3,40 @@ name: netconf-csit-userfeatures jobs: - inttest-csit-1node - - inttest-csit-verify-1node # The project name - project: 'netconf' + 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: - - oxygen: - branch: 'master' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' - karaf-version: karaf3 + - master: + branch: "master" + jre: "openjdk17" + + karaf-version: netconf install: - all: - scope: 'all' + scope: "all" - tools_system_image: ZZCI - Ubuntu 14.04 - gbp - 20171208-2336 + 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 + 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' + robot-options: "-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False"