b4a1caa7754977ee934e1a371ff556d6a5a97042
[releng/builder.git] / jjb / netconf / netconf-cluster-stress.yaml
1 ---
2 - project:
3     name: netconf-csit-cluster-stress
4     jobs:
5       - inttest-csit-3node
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality: 'cluster-stress'
12
13     # Project branches
14     stream:
15       - oxygen:
16           branch: 'master'
17       - nitrogen:
18           branch: 'stable/nitrogen'
19       - carbon:
20           branch: 'stable/carbon'
21           karaf-version: karaf3
22
23     install:
24       - all:
25           scope: 'all'
26
27     # Features to install
28     install-features: >
29         odl-restconf,
30         odl-jolokia,
31         odl-netconf-clustered-topology
32
33     # Robot custom options
34     # TODO: Make sure every suite has this as default, then remove this value from here.
35     robot-options: '-v USE_NETCONF_CONNECTOR:False'