Merge "Fix hypervisor count for all-in-one devstack"
[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       - nitrogen:
17           branch: 'master'
18           jre: 'openjdk8'
19       - carbon:
20           branch: 'stable/carbon'
21           jre: 'openjdk8'
22       - boron:
23           branch: 'stable/boron'
24           jre: 'openjdk8'
25           install-features: >
26               odl-restconf,
27               odl-netconf-mdsal,
28               odl-clustering-test-app,
29               odl-netconf-connector-all,
30               odl-netconf-topology
31           robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True'
32       - beryllium:
33           branch: 'stable/beryllium'
34           jre: 'openjdk7'
35           install-features: >
36               odl-restconf,
37               odl-netconf-mdsal,
38               odl-clustering-test-app,
39               odl-netconf-connector-all,
40               odl-netconf-topology
41           robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:True'
42
43     install:
44       - only:
45           scope: 'only'
46       - all:
47           scope: 'all'
48
49     # Features to install
50     install-features: >
51         odl-restconf,
52         odl-netconf-mdsal,
53         odl-clustering-test-app,
54         odl-netconf-topology
55
56     # Robot custom options
57     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'