Revert "Update cloud image"
[releng/builder.git] / jjb / netconf / netconf-userfeatures.yaml
1 ---
2 - project:
3     name: netconf-csit-userfeatures
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality:
12       - userfeatures
13       - userfeatures-rfc8040:
14           robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True'
15       - gate-userfeatures
16       - gate-userfeatures-rfc8040:
17           robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False -v USE_RFC8040:True'
18
19     # Project branches
20     stream:
21       - silicon:
22           branch: 'master'
23           jre: 'openjdk11'
24       - aluminium:
25           branch: 'stable/aluminium'
26           jre: 'openjdk11'
27       - magnesium:
28           branch: 'stable/magnesium'
29           jre: 'openjdk11'
30       - sodium:
31           branch: 'stable/sodium'
32
33     install:
34       - all:
35           scope: 'all'
36
37     tools_system_image: ZZCI - Ubuntu 16.04 - docker - x86_64 - 20190614-042302.610
38
39     # Features to install
40     install-features: >
41         odl-restconf,
42         odl-netconf-mdsal,
43         odl-mdsal-apidocs,
44         odl-mdsal-model-inventory,
45         odl-clustering-test-app,
46         odl-netconf-topology
47
48     # Robot custom options
49     robot-options: '-v NETOPEER_USER:root -v USE_NETCONF_CONNECTOR:False'