Merge "BUG-2625: enable JDK8 verification for sxp"
[releng/builder.git] / jjb / netconf / netconf-userfeatures.yaml
1 - project:
2     name: netconf-csit-userfeatures
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}-{stream}'
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality: 'userfeatures'
12
13     # Project branches
14     stream:
15         - beryllium:
16             branch: 'master'
17         - stable-lithium:
18             branch: 'stable/lithium'
19
20     install:
21         - only:
22             scope: 'only'
23         - all:
24             scope: 'all'
25
26     # Tools system configuration (formerly "mininet configuration"), this is needed as netopeer is only available in this vm
27     mininet-image: 'rk-c-el6-mininet'
28
29     # Features to install
30     install-features: 'odl-restconf,odl-netconf-mdsal,odl-netconf-connector-all'
31
32     # Robot custom options
33     robot-options: '-v NETOPEER_USER:root'
34
35     # Trigger jobs (upstream dependencies)
36     trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},mdsal-distribution-{stream}'