X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fbgpcep%2Fbgpcep-csit-bgp-ingest-mixed.yaml;h=1cfa4881640a6f5c7392615e34d11ba0c88bc01f;hb=b49a27745d0dcaf0b46b47949c2bcc4647f17e39;hp=023597fe1bf75a3e507b99a9d9d87a3a1b642bd9;hpb=a57ec46db9ccee91468eef1ed8cbae15bb971cec;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 023597fe1..1cfa48816 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,46 +14,51 @@ # Project branches stream: - - magnesium: - branch: 'master' - jre: 'openjdk11' - - sodium: - branch: 'stable/sodium' - - neon: - branch: 'stable/neon' + - chlorine: + branch: "master" + jre: "openjdk11" + - 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:250000 - -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"