- project: name: lacp-csit-lacp jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' - '{project}-csit-verify-1node-{functionality}' # The project name project: 'lacp' # The functionality under test functionality: 'lacp' # Project branches stream: - beryllium: branch: 'master' - stable-lithium: branch: 'stable/lithium' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-lacp-ui' # Robot custom options robot-options: ' ' # Trigger jobs (upstream dependencies) trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},lacp-distribution-{stream}'