- project: name: openflowplugin-csit-rpc-time-measure-daily-lithium-redesign jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'rpc-time-measure-daily-lithium-redesign' # 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-li,odl-openflowplugin-app-bulk-o-matic-li' # Robot custom options robot-options: '' # Trigger jobs (daily) schedule: 'H H * * *' # Plot Info 01-plot-title: 'REST setup rate (for 100k flows)' 01-plot-yaxis: 'setup time[s], req[flows/s]' 01-plot-group: 'Performance Rate' 01-plot-data-file: 'flows_setup_time.csv'