--- - project: name: openflowplugin-csit-flow-services jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: - flow-services - gate-flow-services # Project branches stream: - nitrogen: branch: 'master' jre: 'openjdk8' - carbon: branch: 'stable/carbon' jre: 'openjdk8' - boron: branch: 'stable/boron' jre: 'openjdk8' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-openflowplugin-flow-services-ui,odl-openflowplugin-app-table-miss-enforcer' # Robot custom options robot-options: '' # mininet image tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300