--- - project: name: openflowplugin-csit-cbench jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'cbench' # Project branches stream: - oxygen: branch: 'master' - nitrogen: branch: 'stable/nitrogen' - carbon: branch: 'stable/carbon' karaf-version: karaf3 install: - only: scope: 'only' # Job images odl_system_flavor: v1-performance-4 tools_system_flavor: v1-performance-2 # Features to install install-features: 'odl-openflowplugin-flow-services-rest,odl-openflowplugin-drop-test' # Robot custom options robot-options: '-v duration_in_secs:60 -v throughput_threshold:20000 -v latency_threshold:5000' # 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'