--- - project: name: openflowplugin-csit-clustering-perf-bulkomatic jobs: - inttest-csit-3node # The project name project: "openflowplugin" jre: "openjdk17" # The functionality under test functionality: - clustering-perf-bulkomatic - gate-clustering-perf-bulkomatic # Project branches stream: - argon: branch: "master" - chlorine: branch: "stable/chlorine" - sulfur: branch: "stable/sulfur" jre: "openjdk11" install: - only: scope: "only" # Features to install install-features: > odl-openflowplugin-flow-services-rest, odl-openflowplugin-app-bulk-o-matic, odl-jolokia # Robot custom options robot-options: "-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count_per_switch:2250" # Plot Info 01-plot-title: "Flow Add rate" 01-plot-yaxis: "flow_mods/sec" 01-plot-group: "Java Performance" 01-plot-data-file: "rate.csv" 02-plot-title: "Flow Add time" 02-plot-yaxis: "seconds" 02-plot-group: "Java Performance" 02-plot-data-file: "time.csv"