X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-bgp-ingest-mixed.yaml;h=af00f82e92b7791ced7f4cff6e04453cff384f82;hb=3655a201146d8ec188802ec3c85c3761f5820893;hp=51fd4d44ecc6c7856bbc23b6df2e1bdf1c6d5a07;hpb=79c0ee538aea4c11720752b23f5416a344f30d2e;p=releng%2Fbuilder.git diff --git a/jjb/bgpcep/bgpcep-csit-bgp-ingest-mixed.yaml b/jjb/bgpcep/bgpcep-csit-bgp-ingest-mixed.yaml index 51fd4d44e..af00f82e9 100644 --- a/jjb/bgpcep/bgpcep-csit-bgp-ingest-mixed.yaml +++ b/jjb/bgpcep/bgpcep-csit-bgp-ingest-mixed.yaml @@ -5,7 +5,7 @@ - inttest-csit-1node # The project name - project: 'bgpcep' + project: "bgpcep" # The functionality under test functionality: @@ -14,48 +14,51 @@ # Project branches stream: - - sodium: - branch: 'master' - - neon: - branch: 'stable/neon' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - disable-job: 'true' + - 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, - odl-bgpcep-bgp, - odl-bgpcep-bgp-config-example, - odl-bgpcep-data-change-counter + odl-restconf, + odl-bgpcep-bgp, + odl-bgpcep-bgp-config-example, + odl-bgpcep-data-change-counter, + odl-restconf-nb-bierman02 # Robot custom options # Increase the TEST_DURATION_MULTIPLIER if the test runs in slower test # environment or more complex scenario is chosen robot-options: > - -v USE_NETCONF_CONNECTOR:False - -v COUNT:500000 - -v INSERT:10 - -v WITHDRAW:9 - -v PREFILL:10 - -v UPDATE:single - -v TEST_DURATION_MULTIPLIER:4 + -v USE_NETCONF_CONNECTOR:False + -v COUNT:250000 + -v INSERT:10 + -v WITHDRAW:9 + -v PREFILL:10 + -v UPDATE:single + -v TEST_DURATION_MULTIPLIER:4 # Controller configuration - odl_system_flavor: odl-standard-4 + odl_system_flavor: v3-standard-4 # Plot Info - 01-plot-title: 'Number of generated updates' - 01-plot-yaxis: 'Total number of updates' - 01-plot-group: 'BGP Scaling test suite' - 01-plot-data-file: 'totals-bgp.csv' - 02-plot-title: 'Generated load' - 02-plot-yaxis: 'Updates per second' - 02-plot-group: 'BGP Scaling test suite' - 02-plot-data-file: 'performance-bgp.csv' + 01-plot-title: "Number of generated updates" + 01-plot-yaxis: "Total number of updates" + 01-plot-group: "BGP Scaling test suite" + 01-plot-data-file: "totals-bgp.csv" + 02-plot-title: "Generated load" + 02-plot-yaxis: "Updates per second" + 02-plot-group: "BGP Scaling test suite" + 02-plot-data-file: "performance-bgp.csv"