--- - project: name: openflowplugin-csit-scalability-daily jobs: - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'sw-scalability-daily' # Project branches stream: - nitrogen: branch: 'master' jre: 'openjdk8' - carbon: branch: 'stable/carbon' jre: 'openjdk8' karaf-version: karaf3 - boron: branch: 'stable/boron' jre: 'openjdk8' karaf-version: karaf3 install: - only: scope: 'only' # Features to install install-features: > odl-openflowplugin-flow-services-ui, decanter-collector-jmx, decanter-appender-elasticsearch # Robot custom options robot-options: '' # mininet image tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300 # Plot Info 01-plot-title: 'Maximum Switches Linear Topology' 01-plot-yaxis: 'Switches' 01-plot-group: 'Switch Scalability' 01-plot-data-file: 'switches.csv' 02-plot-title: 'Topology Discover Time' 02-plot-yaxis: 'Seconds' 02-plot-group: 'Switch Scalability' 02-plot-data-file: 'time.csv'