Merge "Fix yamllint for coe"
[releng/builder.git] / jjb / netconf / netconf-userfeatures.yaml
1 ---
2 - project:
3     name: netconf-csit-userfeatures
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-1node-{functionality}'
7
8     # The project name
9     project: 'netconf'
10
11     # The functionality under test
12     functionality: 'userfeatures'
13
14     # Project branches
15     stream:
16       - carbon:
17           branch: 'master'
18           jre: 'openjdk8'
19       - boron:
20           branch: 'stable/boron'
21           jre: 'openjdk8'
22           install-features: >
23               odl-restconf,
24               odl-netconf-mdsal,
25               odl-clustering-test-app,
26               odl-netconf-connector-all,
27               odl-netconf-topology
28           robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True'
29       - beryllium:
30           branch: 'stable/beryllium'
31           jre: 'openjdk7'
32           install-features: >
33               odl-restconf,
34               odl-netconf-mdsal,
35               odl-clustering-test-app,
36               odl-netconf-connector-all,
37               odl-netconf-topology
38           robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True'
39
40     install:
41       - only:
42           scope: 'only'
43       - all:
44           scope: 'all'
45
46     # Features to install
47     install-features: >
48         odl-restconf,
49         odl-netconf-mdsal,
50         odl-clustering-test-app,
51         odl-netconf-topology
52
53     # Robot custom options
54     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'