--- - project: name: openflowplugin-csit-scale-link jobs: - inttest-csit-1node # The project name project: "openflowplugin" # The functionality under test functionality: "scale-link" # Project branches stream: - phosphorus: branch: "master" jre: "openjdk11" - silicon: branch: "stable/silicon" jre: "openjdk11" - aluminium: branch: "stable/aluminium" jre: "openjdk11" - magnesium: branch: "stable/magnesium" jre: "openjdk11" install: - only: scope: "only" # Job images tools_system_image: "ZZCI - Ubuntu 16.04 - mininet-ovs-28 - x86_64 - 20200813-051640.743" # Features to install install-features: > odl-openflowplugin-flow-services-rest, odl-openflowplugin-app-table-miss-enforcer # Robot custom options robot-options: "" # 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"