X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-bgpclustering.yaml;h=16512d81a9adc956d86faadc2b6b97cbdb8e1c74;hb=3655a201146d8ec188802ec3c85c3761f5820893;hp=1c2d76d71d900432331eeaa4bc53620586c3ce0b;hpb=237e04a14e60558558799c7f4b4ee0ead2a29459;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml index 1c2d76d71..16512d81a 100644 --- a/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgpclustering.yaml @@ -5,35 +5,38 @@ - inttest-csit-3node # The project name - project: 'bgpcep' + project: "bgpcep" # The functionality under test - functionality: 'bgpclustering' + functionality: "bgpclustering" # Project branches stream: - - fluorine: - branch: 'master' - - oxygen: - branch: 'stable/oxygen' - - nitrogen: - branch: 'stable/nitrogen' - - carbon: - branch: 'stable/carbon' - karaf-version: karaf3 + - chlorine: + branch: "master" + jre: "openjdk17" + - sulfur: + branch: "stable/sulfur" + jre: "openjdk11" + - phosphorus: + branch: "stable/phosphorus" + jre: "openjdk11" + + karaf-version: bgpcep install: - all: - scope: 'all' + scope: "all" # Features to install install-features: > - odl-restconf-noauth, - odl-bgpcep-bgp, - odl-bgpcep-bgp-config-example + odl-restconf, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example, + odl-restconf-nb-bierman02 # Robot custom options: - robot-options: '-v USE_NETCONF_CONNECTOR:False' + robot-options: "-v USE_NETCONF_CONNECTOR:False" # Controller configuration - odl_system_flavor: 'odl-standard-4' + odl_system_flavor: "v3-standard-4"