--- - project: name: openflowplugin-csit-clustering-perf-bulkomatic jobs: - inttest-csit-3node # The project name project: 'openflowplugin' # The functionality under test functionality: - clustering-perf-bulkomatic - gate-clustering-perf-bulkomatic # 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: 'v2-standard-4' tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-26 - 20171208-1847' # Features to install install-features: > odl-openflowplugin-flow-services-rest, odl-openflowplugin-app-bulk-o-matic, 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_per_switch:3125' # Plot Info 01-plot-title: 'Flow Add rate' 01-plot-yaxis: 'flow_mods/sec' 01-plot-group: 'Java Performance' 01-plot-data-file: 'rate.csv' 02-plot-title: 'Flow Add time' 02-plot-yaxis: 'seconds' 02-plot-group: 'Java Performance' 02-plot-data-file: 'time.csv'