222032dff5c35e4458fc6b2515b469dbdd0dbc24
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-bgpclustering.yaml
1 ---
2 - project:
3     name: bgpcep-csit-bgpclustering
4     jobs:
5       - inttest-csit-3node
6
7     # The project name
8     project: 'bgpcep'
9
10     # The functionality under test
11     functionality: 'bgpclustering'
12
13     # Project branches
14     stream:
15       - sodium:
16           branch: 'master'
17       - neon:
18           branch: 'stable/neon'
19       - fluorine:
20           branch: 'stable/fluorine'
21
22     install:
23       - all:
24           scope: 'all'
25
26     # Features to install
27     install-features: >
28         odl-restconf-noauth,
29         odl-bgpcep-bgp,
30         odl-bgpcep-bgp-config-example
31
32     # Robot custom options:
33     robot-options: '-v USE_NETCONF_CONNECTOR:False'
34
35     # Controller configuration
36     odl_system_flavor: 'odl-standard-4'