--- - project: name: openflowplugin-csit-flow-services-frs jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' # The project name project: 'openflowplugin' # The functionality under test functionality: 'flow-services-frs' # Project branches stream: - nitrogen: branch: 'master' jre: 'openjdk8' - carbon: branch: 'stable/carbon' jre: 'openjdk8' - boron: branch: 'stable/boron' jre: 'openjdk8' install: - only: scope: 'only' # Features to install install-features: > odl-restconf, odl-openflowplugin-app-config-pusher, odl-openflowplugin-app-topology, odl-openflowplugin-app-forwardingrules-sync, odl-openflowplugin-app-table-miss-enforcer # Robot custom options. # We need this delay to verify proper functionality. THIS HAS TO BE REMOVED BEFORE FRS GETS RELEASED. robot-options: '-v flow_update_time:30s' # mininet image tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300