- project: name: openflowplugin-csit-restconf-perf-daily jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'restconf-perf-daily' # Project branches stream: - carbon: branch: 'master' jre: 'openjdk8' - boron: branch: 'stable/boron' jre: 'openjdk8' install: - only: scope: 'only' # Job images controller-image: 'centos7-java-builder-4c-8g' mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g' # Features to install install-features: 'odl-openflowplugin-flow-services-ui,odl-jolokia,decanter-collector-jmx,decanter-appender-elasticsearch' # Robot custom options robot-options: '-v ODL_OF_PLUGIN:lithium -v switch_count:32 -v flow_count:64000' # Trigger jobs (daily) schedule: 'H H * * *' # Plot Info 01-plot-title: 'Flow Add rate' 01-plot-yaxis: 'flow_mods/sec' 01-plot-group: 'REST Performance' 01-plot-data-file: 'rate.csv' 02-plot-title: 'Flow Add time' 02-plot-yaxis: 'seconds' 02-plot-group: 'REST Performance' 02-plot-data-file: 'time.csv'