- project: name: openflowplugin-csit-cbench-performance jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'cbench-performance' # Project branches stream: - boron: branch: 'master' jdk: 'openjdk8' - beryllium: branch: 'stable/beryllium' jdk: 'openjdk7' - stable-lithium: branch: 'stable/lithium' jdk: 'openjdk7' install: - only: scope: 'only' # Features to install install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-drop-test' # Robot custom options robot-options: '' # Trigger jobs (upstream dependencies) trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}' # Plot Info 01-plot-title: 'Throughput Mode' 01-plot-yaxis: 'flow_mods/sec' 01-plot-group: 'Cbench Performance' 01-plot-data-file: 'throughput.csv' 02-plot-title: 'Latency Mode' 02-plot-yaxis: 'flow_mods/sec' 02-plot-group: 'Cbench Performance' 02-plot-data-file: 'latency.csv'