Merge "Replace `` cmd substitution with $()"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-flow-services-frs.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-flow-services-frs
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'openflowplugin'
9
10     # The functionality under test
11     functionality: 'flow-services-frs'
12
13     # Project branches
14     stream:
15       - nitrogen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - carbon:
19           branch: 'stable/carbon'
20           jre: 'openjdk8'
21       - boron:
22           branch: 'stable/boron'
23           jre: 'openjdk8'
24
25     install:
26       - only:
27           scope: 'only'
28
29     # Features to install
30     install-features: >
31         odl-restconf,
32         odl-openflowplugin-app-config-pusher,
33         odl-openflowplugin-app-topology,
34         odl-openflowplugin-app-forwardingrules-sync,
35         odl-openflowplugin-app-table-miss-enforcer
36
37     # Robot custom options.
38     # We need this delay to verify proper functionality. THIS HAS TO BE REMOVED BEFORE FRS GETS RELEASED.
39     robot-options: '-v flow_update_time:30s'
40
41     # mininet image
42     tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300