X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-userfeatures.yaml;h=c4c9117c9de06477d89498bb67ad4023f29b0b07;hb=88e6c4777ac88881d1caac66cad81fa41e4a83dd;hp=60a8c5b9e8140e3d1321d56301a27f9953d4ef32;hpb=716ac0e25b61e8d2c1b136d71f32c8c3f8000c8d;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-userfeatures.yaml b/jjb/netconf/netconf-userfeatures.yaml index 60a8c5b9e..c4c9117c9 100644 --- a/jjb/netconf/netconf-userfeatures.yaml +++ b/jjb/netconf/netconf-userfeatures.yaml @@ -5,40 +5,41 @@ - 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' + 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' + - master: + branch: "master" + jre: "openjdk11" + - silicon: + branch: "stable/silicon" + jre: "openjdk11" + + karaf-version: netconf install: - all: - scope: 'all' + scope: "all" - tools_system_image: ZZCI - Ubuntu 16.04 - docker - x86_64 - 20200401-170202.250 + tools_system_image: "ZZCI - Ubuntu 18.04 - docker - x86_64 - 20220201-040158.287" # 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"