--- - project: name: ovsdb-csit-southbound jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' - '{project}-csit-verify-1node-{functionality}' # The project name project: 'ovsdb' # The functionality under test functionality: - 'upstream-southbound' - 'gate-southbound' # Project branches stream: - nitrogen: branch: 'master' jre: 'openjdk8' - carbon: branch: 'stable/carbon' jre: 'openjdk8' karaf-version: karaf3 - boron: branch: 'stable/boron' jre: 'openjdk8' karaf-version: karaf3 - beryllium: branch: 'stable/beryllium' jre: 'openjdk7' karaf-version: karaf3 install: - only: scope: 'only' - all: scope: 'all' # Mininet configuration tools_system_count: 2 # Features to install install-features: 'odl-ovsdb-southbound-impl-rest' # Robot custom options robot-options: ''