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