- project: name: l2switch-csit-host-scalability-daily jobs: - '{project}-csit-periodic-1node-cds-{functionality}-{install}-{stream}' # The project name project: 'l2switch' # The functionality under test functionality: 'host-scalability-daily' # Project branches stream: - master: branch: 'master' - stable-lithium: branch: 'stable/lithium' install: - only: scope: 'only' # Features to install install-features: 'odl-l2switch-all,odl-l2switch-switch-rest' # Robot custom options robot-options: '' # Trigger jobs (daily) schedule: 'H H * * *' # Plot Info 01-plot-title: 'Max number of Hosts' 01-plot-yaxis: 'Network Hosts' 01-plot-group: 'Inventory Host Scalability' 01-plot-data-file: 'hosts.csv'