Merge "Add job to comprehensively test RPM building logic"
[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:
13       - userfeatures
14       - gate-userfeatures
15
16     # Project branches
17     stream:
18       - oxygen:
19           branch: 'master'
20           jre: 'openjdk8'
21       - nitrogen:
22           branch: 'stable/nitrogen'
23           jre: 'openjdk8'
24       - carbon:
25           branch: 'stable/carbon'
26           jre: 'openjdk8'
27           karaf-version: karaf3
28
29     install:
30       - all:
31           scope: 'all'
32
33     tools_system_image: Ubuntu 14.04 - gbp - 20170823-0530
34
35     # Features to install
36     install-features: >
37         odl-restconf,
38         odl-netconf-mdsal,
39         odl-mdsal-apidocs,
40         odl-clustering-test-app,
41         odl-netconf-topology
42
43     # Robot custom options
44     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'