Use restconf-noauth in controller cluster tests
[releng/builder.git] / jjb / controller / controller-csit-clustering.yaml
1 ---
2 - project:
3     name: controller-csit-clustering
4     jobs:
5       - '{project}-csit-3node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-3node-{functionality}'
7
8     # The project name
9     project: 'controller'
10
11     # The functionality under test
12     functionality: 'clustering'
13
14     # Project branches
15     stream:
16       - nitrogen:
17           branch: 'master'
18           jre: 'openjdk8'
19       - carbon:
20           branch: 'stable/carbon'
21           jre: 'openjdk8'
22           karaf-version: karaf3
23       - boron:
24           branch: 'stable/boron'
25           jre: 'openjdk8'
26           karaf-version: karaf3
27       - beryllium:
28           branch: 'stable/beryllium'
29           jre: 'openjdk7'
30           karaf-version: karaf3
31
32     install:
33       - only:
34           scope: 'only'
35       - all:
36           scope: 'all'
37
38     # No tools system VMs needed in JCloud configuration
39     tools_system_count: 0
40
41     # Features to install
42     install-features: >
43         odl-restconf-noauth,
44         odl-clustering-test-app
45
46     # Robot custom options
47     robot-options: ''