Migrate devstack images to Ansible provisioners
[releng/builder.git] / jjb / netconf / netconf-scale.yaml
1 ---
2 - project:
3     name: netconf-csit-scale
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'netconf'
9
10     # The functionality under test
11     functionality: 'scale'
12
13     # Project branches
14     stream:
15       - sodium:
16           branch: 'master'
17       - neon:
18           branch: 'stable/neon'
19       - fluorine:
20           branch: 'stable/fluorine'
21
22     install:
23       - only:
24           scope: 'only'
25
26     # Features to install
27     install-features: >
28         odl-restconf,
29         odl-clustering-test-app,
30         odl-netconf-mdsal,
31         odl-netconf-topology
32
33     # Robot custom options
34     robot-options: '-v USE_NETCONF_CONNECTOR:False'
35
36     # ODL system configuration
37     odl_system_flavor: odl-standard-4
38
39 - project:
40       name: netconf-csit-scale-max-devices
41       jobs:
42           - inttest-csit-1node
43
44       # The project name
45       project: 'netconf'
46
47       # The functionality under test
48       functionality: 'scale-max-devices'
49
50       # Project branches
51       stream:
52           - sodium:
53                 branch: 'master'
54           - neon:
55                 branch: 'stable/neon'
56           - fluorine:
57                 branch: 'stable/fluorine'
58
59       install:
60           - only:
61                 scope: 'only'
62
63       # Features to install
64       install-features: >
65           odl-restconf,
66           odl-clustering-test-app,
67           odl-netconf-mdsal,
68           odl-netconf-topology,
69           odl-jolokia,
70           decanter-collector-jmx,
71           decanter-appender-elasticsearch
72
73       # Robot custom options
74       robot-options: '-v USE_NETCONF_CONNECTOR:False'
75
76       # ODL system configuration
77       odl_system_flavor: odl-standard-8
78
79       # Plot Info
80       01-plot-title: 'Max Devices'
81       01-plot-yaxis: 'Devices'
82       01-plot-group: 'Netconf Devices'
83       01-plot-data-file: 'devices.csv'