X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnetconf%2Fnetconf-scale.yaml;h=131f9a39f3dd7f7a0281e4b29bfeebe9d0774dba;hb=a358add29442c6b02e40eed7ba6076e5b6effcf7;hp=6070964f4e70201ce8bc34582f7df72fcb1f879f;hpb=dc39a5cbe2ead380e815c667441bc8b717bcdfbe;p=releng%2Fbuilder.git diff --git a/jjb/netconf/netconf-scale.yaml b/jjb/netconf/netconf-scale.yaml index 6070964f4..131f9a39f 100644 --- a/jjb/netconf/netconf-scale.yaml +++ b/jjb/netconf/netconf-scale.yaml @@ -12,12 +12,16 @@ # Project branches stream: - - neon: + - aluminium: branch: 'master' - - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' + jre: 'openjdk11' + - magnesium: + branch: 'stable/magnesium' + jre: 'openjdk11' + - sodium: + branch: 'stable/sodium' + - neon: + branch: 'stable/neon' install: - only: @@ -35,3 +39,51 @@ # ODL system configuration odl_system_flavor: odl-standard-4 + +- project: + name: netconf-csit-scale-max-devices + jobs: + - inttest-csit-1node + + # The project name + project: 'netconf' + + # The functionality under test + functionality: 'scale-max-devices' + + # Project branches + stream: + - magnesium: + branch: 'master' + jre: 'openjdk11' + - sodium: + branch: 'stable/sodium' + - neon: + branch: 'stable/neon' + + install: + - only: + scope: 'only' + + # Features to install + install-features: > + odl-restconf, + odl-clustering-test-app, + odl-netconf-mdsal, + odl-netconf-topology, + odl-jolokia + + # Robot custom options + robot-options: '-v USE_NETCONF_CONNECTOR:False -v SCHEMA_MODEL:juniper -v INIT_DEVICE_COUNT:50 + -v MAX_DEVICE_COUNT:500 -v DEVICE_INCREMENT:50 -v TESTTOOL_BOOT_TIMEOUT:600s + -v MAX_HEAP:4G' + # ODL system configuration + odl_system_flavor: odl-standard-8 + controller-max-mem: '12G' + tools_system_flavor: odl-standard-8 + + # Plot Info + 01-plot-title: 'Max Devices' + 01-plot-yaxis: 'Devices' + 01-plot-group: 'Netconf Devices' + 01-plot-data-file: 'devices.csv'