--- - project: name: l2switch-csit-switch jobs: - inttest-csit-1node - inttest-csit-verify-1node # The project name project: 'l2switch' # The functionality under test functionality: 'switch' # Project branches stream: - sodium: branch: 'master' - neon: branch: 'stable/neon' - fluorine: branch: 'stable/fluorine' - oxygen: branch: 'stable/oxygen' disable-job: true install: - all: scope: 'all' # Features to install install-features: 'odl-l2switch-switch-ui' # Robot custom options robot-options: '-v TOPO_TREE_DEPTH:5'