--- - project: name: openflowplugin-csit-scale-link jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'scale-link' # Project branches stream: - oxygen: branch: 'master' - nitrogen: branch: 'stable/nitrogen' - carbon: branch: 'stable/carbon' karaf-version: karaf3 install: - only: scope: 'only' # Features to install install-features: > odl-openflowplugin-flow-services-rest, odl-openflowplugin-app-table-miss-enforcer, decanter-collector-jmx, decanter-appender-elasticsearch # Robot custom options robot-options: '' # mininet image tools_system_image: Ubuntu 16.04 - mininet-ovs-25 - 20171016-0212 # Plot Info 01-plot-title: 'Maximum Links Full Mesh Topology' 01-plot-yaxis: 'Links' 01-plot-group: 'Link Scalability' 01-plot-data-file: 'links.csv' 02-plot-title: 'Topology Discover Time' 02-plot-yaxis: 'Seconds' 02-plot-group: 'Link Scalability' 02-plot-data-file: 'time.csv'