Refactor flow service test
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-flow-services-frs.yaml
1 - project:
2     name: openflowplugin-csit-flow-services-frs
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'openflowplugin'
8
9     # The functionality under test
10     functionality: 'flow-services-frs'
11
12     # Project branches
13     stream:
14         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17         - boron:
18             branch: 'stable/boron'
19             jre: 'openjdk8'
20
21     install:
22         - only:
23             scope: 'only'
24
25     # Features to install
26     install-features: 'odl-restconf,odl-openflowplugin-app-config-pusher,odl-openflowplugin-app-topology,odl-openflowplugin-app-forwardingrules-sync,odl-openflowplugin-app-table-miss-enforcer'
27
28     # Robot custom options.
29     # We need this delay to verify proper functionality. THIS HAS TO BE REMOVED BEFORE FRS GETS RELEASED.
30     robot-options: '-v flow_update_time:30s'
31
32     # mininet image
33     mininet-image: 'ubuntu-trusty-mininet-ovs-25-2c-2g'
34
35     # Trigger jobs (upstream dependencies)
36     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream}'