~ubuntu-branches/ubuntu/vivid/neutron/vivid-updates

« back to all changes in this revision

Viewing changes to rally-jobs/neutron-neutron.yaml

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-03-30 11:17:19 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20150330111719-h0gx7233p4jkkgfh
Tags: 1:2015.1~b3-0ubuntu1
* New upstream milestone release:
  - d/control: Align version requirements with upstream.
  - d/control: Add new dependency on oslo-log.
  - d/p/*: Rebase.
  - d/control,d/neutron-plugin-hyperv*: Dropped, decomposed into
    separate project upstream.
  - d/control,d/neutron-plugin-openflow*: Dropped, decomposed into
    separate project upstream.
  - d/neutron-common.install: Add neutron-rootwrap-daemon and 
    neutron-keepalived-state-change binaries.
  - d/rules: Ignore neutron-hyperv-agent when installing; only for Windows.
  - d/neutron-plugin-cisco.install: Drop neutron-cisco-cfg-agent as
    decomposed into separate project upstream.
  - d/neutron-plugin-vmware.install: Drop neutron-check-nsx-config and
    neutron-nsx-manage as decomposed into separate project upstream.
  - d/control: Add dependency on python-neutron-fwaas to neutron-l3-agent.
* d/pydist-overrides: Add overrides for oslo packages.
* d/control: Fixup type in package description (LP: #1263539).
* d/p/fixup-driver-test-execution.patch: Cherry pick fix from upstream VCS
  to support unit test exection in out-of-tree vendor drivers.
* d/neutron-common.postinst: Allow general access to /etc/neutron but limit
  access to root/neutron to /etc/neutron/neutron.conf to support execution
  of unit tests in decomposed vendor drivers.
* d/control: Add dependency on python-neutron-fwaas to neutron-l3-agent
  package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    -
4
4
      runner:
5
5
        type: "constant"
6
 
        times: 100
7
 
        concurrency: 10
 
6
        times: 40
 
7
        concurrency: 20
8
8
      context:
9
9
        users:
10
10
          tenants: 1
12
12
        quotas:
13
13
          neutron:
14
14
             network: -1
 
15
      sla:
 
16
        failure_rate:
 
17
          max: 0
15
18
 
16
19
  NeutronNetworks.create_and_list_subnets:
17
20
    -
19
22
        subnets_per_network: 2
20
23
      runner:
21
24
        type: "constant"
22
 
        times: 100
23
 
        concurrency: 5
24
 
      context:
25
 
        users:
26
 
          tenants: 1
27
 
          users_per_tenant: 1
28
 
        quotas:
29
 
          neutron:
30
 
             subnet: -1
31
 
             network: -1
 
25
        times: 40
 
26
        concurrency: 20
 
27
      context:
 
28
        users:
 
29
          tenants: 1
 
30
          users_per_tenant: 1
 
31
        quotas:
 
32
          neutron:
 
33
             subnet: -1
 
34
             network: -1
 
35
      sla:
 
36
        failure_rate:
 
37
          max: 0
 
38
 
 
39
  NeutronNetworks.create_and_list_routers:
 
40
    -
 
41
      args:
 
42
        network_create_args:
 
43
        subnet_create_args:
 
44
        subnet_cidr_start: "1.1.0.0/30"
 
45
        subnets_per_network: 2
 
46
        router_create_args:
 
47
      runner:
 
48
        type: "constant"
 
49
        times: 40
 
50
        concurrency: 20
 
51
      context:
 
52
        users:
 
53
          tenants: 1
 
54
          users_per_tenant: 1
 
55
        quotas:
 
56
          neutron:
 
57
             network: -1
 
58
             subnet: -1
 
59
             router: -1
 
60
      sla:
 
61
        failure_rate:
 
62
          max: 0
 
63
 
 
64
  NeutronNetworks.create_and_list_ports:
 
65
    -
 
66
      args:
 
67
        network_create_args:
 
68
        port_create_args:
 
69
        ports_per_network: 2
 
70
      runner:
 
71
        type: "constant"
 
72
        times: 40
 
73
        concurrency: 20
 
74
      context:
 
75
        users:
 
76
          tenants: 1
 
77
          users_per_tenant: 1
 
78
        quotas:
 
79
          neutron:
 
80
             network: -1
 
81
             subnet: -1
 
82
             router: -1
 
83
             port: -1
 
84
      sla:
 
85
        failure_rate:
 
86
          max: 0
 
87
 
 
88
  NeutronNetworks.create_and_update_networks:
 
89
    -
 
90
      args:
 
91
        network_create_args: {}
 
92
        network_update_args:
 
93
            admin_state_up: False
 
94
            name: "_updated"
 
95
      runner:
 
96
        type: "constant"
 
97
        times: 40
 
98
        concurrency: 20
 
99
      context:
 
100
        users:
 
101
          tenants: 1
 
102
          users_per_tenant: 1
 
103
        quotas:
 
104
          neutron:
 
105
            network: -1
 
106
      sla:
 
107
        failure_rate:
 
108
          max: 0
 
109
 
 
110
  NeutronNetworks.create_and_update_subnets:
 
111
    -
 
112
      args:
 
113
        network_create_args: {}
 
114
        subnet_create_args: {}
 
115
        subnet_cidr_start: "1.4.0.0/16"
 
116
        subnets_per_network: 2
 
117
        subnet_update_args:
 
118
            enable_dhcp: False
 
119
            name: "_subnet_updated"
 
120
      runner:
 
121
        type: "constant"
 
122
        times: 40
 
123
        concurrency: 20
 
124
      context:
 
125
        users:
 
126
          tenants: 5
 
127
          users_per_tenant: 5
 
128
        quotas:
 
129
          neutron:
 
130
            network: -1
 
131
            subnet: -1
 
132
      sla:
 
133
        failure_rate:
 
134
          max: 0
 
135
 
 
136
  NeutronNetworks.create_and_update_routers:
 
137
    -
 
138
      args:
 
139
        network_create_args: {}
 
140
        subnet_create_args: {}
 
141
        subnet_cidr_start: "1.1.0.0/30"
 
142
        subnets_per_network: 2
 
143
        router_create_args: {}
 
144
        router_update_args:
 
145
            admin_state_up: False
 
146
            name: "_router_updated"
 
147
      runner:
 
148
        type: "constant"
 
149
        times: 40
 
150
        concurrency: 20
 
151
      context:
 
152
        users:
 
153
          tenants: 1
 
154
          users_per_tenant: 1
 
155
        quotas:
 
156
          neutron:
 
157
            network: -1
 
158
            subnet: -1
 
159
            router: -1
 
160
      sla:
 
161
        failure_rate:
 
162
          max: 0
 
163
 
 
164
  NeutronNetworks.create_and_update_ports:
 
165
    -
 
166
      args:
 
167
        network_create_args: {}
 
168
        port_create_args: {}
 
169
        ports_per_network: 5
 
170
        port_update_args:
 
171
            admin_state_up: False
 
172
            device_id: "dummy_id"
 
173
            device_owner: "dummy_owner"
 
174
            name: "_port_updated"
 
175
      runner:
 
176
        type: "constant"
 
177
        times: 40
 
178
        concurrency: 20
 
179
      context:
 
180
        users:
 
181
          tenants: 1
 
182
          users_per_tenant: 1
 
183
        quotas:
 
184
          neutron:
 
185
            network: -1
 
186
            port: -1
 
187
      sla:
 
188
        failure_rate:
 
189
          max: 0
 
190
 
 
191
  NeutronNetworks.create_and_delete_networks:
 
192
    -
 
193
      args:
 
194
        network_create_args: {}
 
195
      runner:
 
196
        type: "constant"
 
197
        times: 40
 
198
        concurrency: 20
 
199
      context:
 
200
        users:
 
201
          tenants: 1
 
202
          users_per_tenant: 1
 
203
        quotas:
 
204
          neutron:
 
205
            network: -1
 
206
            subnet: -1
 
207
      sla:
 
208
        failure_rate:
 
209
          max: 0
 
210
 
 
211
  NeutronNetworks.create_and_delete_subnets:
 
212
    -
 
213
      args:
 
214
        network_create_args: {}
 
215
        subnet_create_args: {}
 
216
        subnet_cidr_start: "1.1.0.0/30"
 
217
        subnets_per_network: 2
 
218
      runner:
 
219
        type: "constant"
 
220
        times: 40
 
221
        concurrency: 20
 
222
      context:
 
223
        users:
 
224
          tenants: 1
 
225
          users_per_tenant: 1
 
226
        quotas:
 
227
          neutron:
 
228
            network: -1
 
229
            subnet: -1
 
230
      sla:
 
231
        failure_rate:
 
232
          max: 0
 
233
 
 
234
  NeutronNetworks.create_and_delete_routers:
 
235
    -
 
236
      args:
 
237
        network_create_args: {}
 
238
        subnet_create_args: {}
 
239
        subnet_cidr_start: "1.1.0.0/30"
 
240
        subnets_per_network: 2
 
241
        router_create_args: {}
 
242
      runner:
 
243
        type: "constant"
 
244
        times: 40
 
245
        concurrency: 20
 
246
      context:
 
247
        users:
 
248
          tenants: 1
 
249
          users_per_tenant: 1
 
250
        quotas:
 
251
          neutron:
 
252
            network: -1
 
253
            subnet: -1
 
254
            router: -1
 
255
      sla:
 
256
          failure_rate:
 
257
            max: 0
 
258
 
 
259
  NeutronNetworks.create_and_delete_ports:
 
260
    -
 
261
      args:
 
262
        network_create_args: {}
 
263
        port_create_args: {}
 
264
        ports_per_network: 5
 
265
      runner:
 
266
        type: "constant"
 
267
        times: 40
 
268
        concurrency: 20
 
269
      context:
 
270
        users:
 
271
          tenants: 1
 
272
          users_per_tenant: 1
 
273
        quotas:
 
274
          neutron:
 
275
            network: -1
 
276
            port: -1
 
277
      sla:
 
278
        failure_rate:
 
279
          max: 0
 
280
 
 
281
  Quotas.neutron_update:
 
282
    -
 
283
      args:
 
284
        max_quota: 1024
 
285
      runner:
 
286
        type: "constant"
 
287
        times: 40
 
288
        concurrency: 20
 
289
      context:
 
290
        users:
 
291
          tenants: 20
 
292
          users_per_tenant: 1
 
293
      sla:
 
294
        failure_rate:
 
295
          max: 0
 
296