--- - project: name: openflowplugin-csit-clustering jobs: - '{project}-csit-3node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: - clustering - gate-clustering # Project branches stream: - oxygen: branch: 'master' jre: 'openjdk8' - nitrogen: branch: 'stable/nitrogen' jre: 'openjdk8' - carbon: branch: 'stable/carbon' jre: 'openjdk8' karaf-version: karaf3 install: - only: scope: 'only' # Features to install install-features: 'odl-openflowplugin-flow-services-rest,odl-openflowplugin-app-table-miss-enforcer' # Robot custom options robot-options: '-v ODL_OF_PLUGIN:lithium' # mininet image tools_system_image: 'Ubuntu 16.04 - mininet-ovs-25 - 20170808-0158'