0deef710b81d9bff5fb259e1f93e5ad17044c318
[releng/builder.git] / jjb / netconf / netconf-clustering.yaml
1 ---
2 - project:
3     name: netconf-csit-clustering
4     jobs:
5       - inttest-csit-3node
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality: 'clustering'
12
13     # Project branches
14     stream:
15       - fluorine:
16           branch: 'master'
17       - oxygen:
18           branch: 'stable/oxygen'
19
20     install:
21       - all:
22           scope: 'all'
23
24     # Features to install
25     install-features: >
26         odl-restconf,
27         odl-netconf-clustered-topology
28
29     # Robot custom options
30     robot-options: '-v USE_NETCONF_CONNECTOR:False'