- project: name: openflowplugin-csit-scale-stats-collection-daily jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'scale-stats-collection-daily' # 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' # Robot custom options robot-options: '' # Trigger jobs (daily) schedule: 'H H/12 * * *' # Plot Info 01-plot-title: 'Flows (100k) Setup Time' 01-plot-yaxis: '[s]' 01-plot-group: 'Config Performance' 01-plot-data-file: 'flows_setup_time.csv' 02-plot-title: 'REST setup rate (for 100k flows)' 02-plot-yaxis: 'setup time[s], req[flows/s]' 02-plot-group: 'Performance Rate' 02-plot-data-file: 'flows_install_rate.csv'