e8f3fe526e6560f32992bdfb32c8c29dbd7a990f
[releng/builder.git] / jjb / lacp / lacp-csit-lacp.yaml
1 - project:
2     name: lacp-csit-lacp
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'lacp'
9
10     # The functionality under test
11     functionality: 'lacp'
12
13     # Project branches
14     stream:
15         - boron:
16             branch: 'master'
17         - beryllium:
18             branch: 'stable/beryllium'
19         - stable-lithium:
20             branch: 'stable/lithium'
21
22     install:
23         - only:
24             scope: 'only'
25         - all:
26             scope: 'all'
27
28     mininet-image: 'ubuntu-trusty-mininet-ovs-23'
29
30     # Features to install
31     install-features: 'odl-lacp-ui'
32
33     # Robot custom options
34     robot-options: ' '
35
36     # Trigger jobs (upstream dependencies)
37     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},openflowjava-distribution-{stream},openflowplugin-distribution-{stream},lacp-distribution-{stream}'