X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-userfeatures.yaml;h=60a8c5b9e8140e3d1321d56301a27f9953d4ef32;hb=af5db172e1f45cc23687401437554941187c087b;hp=d27ef73d37ec624c21b764f2c105d097dc554a48;hpb=a358add29442c6b02e40eed7ba6076e5b6effcf7;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index d27ef73d37..7961141c6c 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -5,40 +5,38 @@ - inttest-csit-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: - - aluminium: - branch: 'master' - jre: 'openjdk11' - - magnesium: - branch: 'stable/magnesium' - jre: 'openjdk11' - - sodium: - branch: 'stable/sodium' - - neon: - branch: 'stable/neon' + - master: + branch: "master" + jre: "openjdk17" + + karaf-version: netconf install: - all: - scope: 'all' + scope: "all" - tools_system_image: ZZCI - Ubuntu 16.04 - docker - x86_64 - 20190614-042302.610 + 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-mdsal-model-inventory, - 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"