- project: name: openflowplugin-csit-config-performance jobs: - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'config-performance' # Project branches stream: - master: branch: 'master' - stable-lithium: branch: 'stable/lithium' install: - only: scope: 'only' # Features to install install-features: 'odl-openflowplugin-flow-services-ui' # 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: 'Config Rest Api Rate' 01-plot-yaxis: 'http_req/sec' 01-plot-group: 'Config Performance' 01-plot-data-file: 'rates.csv'