--- - project: name: l2switch-csit-host-scalability-daily jobs: - inttest-csit-1node # The project name project: 'l2switch' disable-job: true # The functionality under test functionality: 'host-scalability-daily' # Project branches stream: - sodium: branch: 'master' - neon: branch: 'stable/neon' - fluorine: branch: 'stable/fluorine' - oxygen: branch: 'stable/oxygen' disable-job: true install: - only: scope: 'only' # Features to install install-features: 'odl-l2switch-switch-ui' # Robot custom options robot-options: '' # Plot Info 01-plot-title: 'Maximum Hosts Single Switch' 01-plot-yaxis: 'Hosts' 01-plot-group: 'Host Scalability' 01-plot-data-file: 'hosts.csv' 02-plot-title: 'Host Discover Time' 02-plot-yaxis: 'Seconds' 02-plot-group: 'Host Scalability' 02-plot-data-file: 'time.csv'