blob: 913561980128ddbfcf8360f6959ae945e7d70595 [file] [log] [blame]
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001- job:
2 name: neutron-tempest-plugin-api
3 parent: neutron-tempest-plugin-base
4 vars:
5 # TODO(slaweq): find a way to put this list of extensions in
6 # neutron repository and keep it different per branch,
7 # then it could be removed from here
8 network_api_extensions_common: &api_extensions
Miguel Lavalleb1c7a3d2021-01-31 19:05:22 -06009 - address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020010 - address-scope
11 - agent
12 - allowed-address-pairs
13 - auto-allocated-topology
14 - availability_zone
15 - binding
16 - default-subnetpools
17 - dhcp_agent_scheduler
18 - dns-domain-ports
19 - dns-integration
Slawek Kaplonski913c3062020-06-08 00:06:54 +020020 - dns-integration-domain-keywords
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020021 - empty-string-filtering
22 - expose-port-forwarding-in-fip
23 - expose-l3-conntrack-helper
24 - ext-gw-mode
25 - external-net
26 - extra_dhcp_opt
27 - extraroute
28 - extraroute-atomic
29 - filter-validation
30 - fip-port-details
31 - flavors
32 - floating-ip-port-forwarding
33 - floatingip-pools
34 - ip-substring-filtering
35 - l3-conntrack-helper
36 - l3-flavors
37 - l3-ha
38 - l3_agent_scheduler
39 - logging
40 - metering
41 - multi-provider
42 - net-mtu
43 - net-mtu-writable
44 - network-ip-availability
45 - network_availability_zone
46 - network-segment-range
47 - pagination
48 - port-resource-request
49 - port-mac-address-regenerate
50 - port-security
51 - port-security-groups-filtering
52 - project-id
53 - provider
54 - qos
55 - qos-bw-minimum-ingress
56 - qos-fip
57 - quotas
58 - quota_details
Miguel Lavalleb1c7a3d2021-01-31 19:05:22 -060059 - rbac-address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020060 - rbac-address-scope
61 - rbac-policies
62 - rbac-security-groups
63 - rbac-subnetpool
64 - router
65 - router-admin-state-down-before-update
66 - router_availability_zone
67 - security-group
Hang Yange6e0ccf2021-02-26 15:07:05 -060068 - security-groups-remote-address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020069 - segment
70 - service-type
71 - sorting
72 - standard-attr-description
73 - standard-attr-revisions
74 - standard-attr-segment
75 - standard-attr-tag
76 - standard-attr-timestamp
77 - subnet_allocation
78 - subnet-dns-publish-fixed-ip
Slawek Kaplonskia5cdede2021-06-23 09:37:04 +020079 - subnet-service-types
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020080 - subnetpool-prefix-ops
81 - tag-ports-during-bulk-creation
82 - trunk
83 - trunk-details
84 - uplink-status-propagation
85 network_api_extensions_tempest:
86 - dvr
elajkat8bbd7432020-11-04 16:41:34 +010087 network_available_features: &available_features
88 - ipv6_metadata
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020089 tempest_test_regex: ^neutron_tempest_plugin\.api
90 devstack_services:
91 neutron-log: true
Slawek Kaplonskide203632020-11-05 14:34:10 +010092 devstack_localrc:
Rodolfo Alonso Hernandez3c0ef4e2021-05-26 16:26:51 +000093 # TODO(lucasagomes): Re-enable MOD_WSGI after
94 # https://bugs.launchpad.net/neutron/+bug/1912359 is implemented
95 NEUTRON_DEPLOY_MOD_WSGI: false
96 # TODO(ralonsoh): remove OVN_BUILD_FROM_SOURCE once the OS packages
97 # include at least OVN v20.12.0.
98 OVN_BUILD_FROM_SOURCE: True
99 OVN_BRANCH: "v21.03.0"
100 OVS_BRANCH: "8dc1733eaea866dce033b3c44853e1b09bf59fc7"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200101 devstack_local_conf:
102 post-config:
103 # NOTE(slaweq): We can get rid of this hardcoded absolute path when
104 # devstack-tempest job will be switched to use lib/neutron instead of
105 # lib/neutron-legacy
106 /$NEUTRON_CORE_PLUGIN_CONF:
107 AGENT:
108 tunnel_types: gre,vxlan
109 network_log:
110 local_output_log_base: /tmp/test_log.log
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100111 irrelevant-files:
112 - ^(test-|)requirements.txt$
113 - ^releasenotes/.*$
114 - ^doc/.*$
115 - ^setup.cfg$
116 - ^.*\.rst$
117 - ^neutron/locale/.*$
118 - ^neutron/tests/unit/.*$
119 - ^tools/.*$
120 - ^tox.ini$
121 - ^neutron/agent/.*$
122 - ^neutron/privileged/.*$
Takashi Kajinamia78d12a2021-08-22 13:25:18 +0900123 - ^neutron_lib/tests/unit/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100124 - ^neutron_tempest_plugin/scenario/.*$
125
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200126
127- job:
128 name: neutron-tempest-plugin-scenario-openvswitch
129 parent: neutron-tempest-plugin-scenario
130 timeout: 10000
131 vars:
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100132 devstack_services:
133 # Disable OVN services
134 br-ex-tcpdump: false
135 br-int-flows: false
136 ovn-controller: false
137 ovn-northd: false
138 ovs-vswitchd: false
139 ovsdb-server: false
140 q-ovn-metadata-agent: false
141 # Neutron services
142 q-agt: true
143 q-dhcp: true
144 q-l3: true
145 q-meta: true
146 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200147 network_api_extensions: *api_extensions
elajkat8bbd7432020-11-04 16:41:34 +0100148 network_available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200149 devstack_localrc:
150 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100151 Q_ML2_TENANT_NETWORK_TYPE: vxlan
152 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200153 NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
154 devstack_local_conf:
155 post-config:
156 $NEUTRON_CONF:
157 DEFAULT:
158 enable_dvr: false
Slawek Kaplonski24ad1f32020-08-11 11:01:34 +0200159 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200160 # NOTE(slaweq): We can get rid of this hardcoded absolute path when
161 # devstack-tempest job will be switched to use lib/neutron instead of
162 # lib/neutron-legacy
163 /$NEUTRON_CORE_PLUGIN_CONF:
164 agent:
165 tunnel_types: vxlan,gre
166 ovs:
167 tunnel_bridge: br-tun
168 bridge_mappings: public:br-ex
169 test-config:
170 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100171 network-feature-enabled:
172 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200173 neutron_plugin_options:
174 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600175 firewall_driver: openvswitch
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100176 irrelevant-files: &openvswitch-scenario-irrelevant-files
177 - ^(test-|)requirements.txt$
178 - ^releasenotes/.*$
179 - ^doc/.*$
180 - ^setup.cfg$
181 - ^.*\.rst$
182 - ^neutron/locale/.*$
183 - ^neutron/tests/unit/.*$
184 - ^tools/.*$
185 - ^tox.ini$
186 - ^neutron/agent/ovn/.*$
187 - ^neutron/agent/windows/.*$
188 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
189 - ^neutron/plugins/ml2/drivers/macvtap/.*$
190 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
191 - ^neutron/plugins/ml2/drivers/ovn/.*$
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200192
193- job:
194 name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
195 parent: neutron-tempest-plugin-scenario
196 timeout: 10000
197 vars:
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100198 devstack_services:
199 # Disable OVN services
200 br-ex-tcpdump: false
201 br-int-flows: false
202 ovn-controller: false
203 ovn-northd: false
204 ovs-vswitchd: false
205 ovsdb-server: false
206 q-ovn-metadata-agent: false
207 # Neutron services
208 q-agt: true
209 q-dhcp: true
210 q-l3: true
211 q-meta: true
212 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200213 network_api_extensions: *api_extensions
elajkat8bbd7432020-11-04 16:41:34 +0100214 network_available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200215 # TODO(slaweq): remove trunks subport_connectivity test from blacklist
216 # when bug https://bugs.launchpad.net/neutron/+bug/1838760 will be fixed
Alex Katzbd2bfd42021-05-26 18:12:36 +0300217 # TODO(akatz): remove established tcp session verification test when the
218 # bug https://bugzilla.redhat.com/show_bug.cgi?id=1965036 will be fixed
219 tempest_exclude_regex: "\
220 (^neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity)|\
221 (^neutron_tempest_plugin.scenario.test_security_groups.NetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200222 devstack_localrc:
223 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100224 Q_ML2_TENANT_NETWORK_TYPE: vxlan
225 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200226 NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}"
227 devstack_local_conf:
228 post-config:
229 $NEUTRON_CONF:
230 DEFAULT:
231 enable_dvr: false
Slawek Kaplonski24ad1f32020-08-11 11:01:34 +0200232 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200233 # NOTE(slaweq): We can get rid of this hardcoded absolute path when
234 # devstack-tempest job will be switched to use lib/neutron instead of
235 # lib/neutron-legacy
236 /$NEUTRON_CORE_PLUGIN_CONF:
237 agent:
238 tunnel_types: vxlan,gre
239 ovs:
240 tunnel_bridge: br-tun
241 bridge_mappings: public:br-ex
242 securitygroup:
243 firewall_driver: iptables_hybrid
244 test-config:
245 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100246 network-feature-enabled:
247 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200248 neutron_plugin_options:
249 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600250 firewall_driver: iptables_hybrid
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100251 irrelevant-files:
252 - ^(test-|)requirements.txt$
253 - ^releasenotes/.*$
254 - ^doc/.*$
255 - ^setup.cfg$
256 - ^.*\.rst$
257 - ^neutron/locale/.*$
258 - ^neutron/tests/unit/.*$
259 - ^tools/.*$
260 - ^tox.ini$
261 - ^neutron/agent/linux/openvswitch_firewall/.*$
262 - ^neutron/agent/ovn/.*$
263 - ^neutron/agent/windows/.*$
264 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
265 - ^neutron/plugins/ml2/drivers/macvtap/.*$
266 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
267 - ^neutron/plugins/ml2/drivers/ovn/.*$
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200268
269- job:
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200270 name: neutron-tempest-plugin-scenario-openvswitch-distributed-dhcp
271 parent: neutron-tempest-plugin-scenario-openvswitch
272 timeout: 10000
273 vars:
274 # NOTE: DHCP extra options and dns services aren't supported with
275 # distributed DHCP L2 agent extension
276 tempest_exclude_regex: "\
277 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
278 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
279 devstack_services:
280 q-dhcp: false
281 q-distributed-dhcp: true
282
283- job:
284 name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid-distributed-dhcp
285 parent: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
286 timeout: 10000
287 vars:
288 # NOTE: DHCP extra options and dns services aren't supported with
289 # distributed DHCP L2 agent extension
290 tempest_exclude_regex: "\
291 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
292 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
293 devstack_services:
294 q-dhcp: false
295 q-distributed-dhcp: true
296
297- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200298 name: neutron-tempest-plugin-scenario-linuxbridge
299 parent: neutron-tempest-plugin-scenario
300 timeout: 10000
Slawek Kaplonskide8e5032020-08-27 09:12:43 +0200301 roles:
302 - zuul: openstack/neutron
303 pre-run: playbooks/linuxbridge-scenario-pre-run.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200304 vars:
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100305 devstack_services:
306 # Disable OVN services
307 br-ex-tcpdump: false
308 br-int-flows: false
309 ovn-controller: false
310 ovn-northd: false
311 ovs-vswitchd: false
312 ovsdb-server: false
313 q-ovn-metadata-agent: false
314 # Neutron services
315 q-agt: true
316 q-dhcp: true
317 q-l3: true
318 q-meta: true
319 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200320 network_api_extensions: *api_extensions
Eduardo Olivares088707b2020-12-01 21:13:45 +0100321 network_api_extensions_linuxbridge:
322 - vlan-transparent
elajkat8bbd7432020-11-04 16:41:34 +0100323 network_available_features: *available_features
Eduardo Olivares088707b2020-12-01 21:13:45 +0100324 # TODO(eolivare): remove VLAN Transparency tests from blacklist
325 # when bug https://bugs.launchpad.net/neutron/+bug/1907548 will be fixed
Slawek Kaplonskicc63c422021-07-21 10:20:18 +0200326 # TODO(slaweq): remove
327 # test_established_tcp_session_after_re_attachinging_sg from the
328 # exclude regex when bug https://bugs.launchpad.net/neutron/+bug/1936911
329 # will be fixed
330 tempest_exclude_regex: "\
331 (^neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest)|\
332 (^neutron_tempest_plugin.scenario.test_security_groups.NetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200333 devstack_localrc:
334 Q_AGENT: linuxbridge
Eduardo Olivares088707b2020-12-01 21:13:45 +0100335 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions + network_api_extensions_linuxbridge) | join(',') }}"
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100336 Q_ML2_TENANT_NETWORK_TYPE: vxlan
337 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch,linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200338 devstack_local_conf:
339 post-config:
340 $NEUTRON_CONF:
341 DEFAULT:
342 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100343 vlan_transparent: true
Slawek Kaplonski24ad1f32020-08-11 11:01:34 +0200344 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200345 AGENT:
346 debug_iptables_rules: true
347 # NOTE(slaweq): We can get rid of this hardcoded absolute path when
348 # devstack-tempest job will be switched to use lib/neutron instead of
349 # lib/neutron-legacy
350 /$NEUTRON_CORE_PLUGIN_CONF:
351 ml2:
352 type_drivers: flat,vlan,local,vxlan
Eduardo Olivares088707b2020-12-01 21:13:45 +0100353 mechanism_drivers: linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200354 test-config:
355 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100356 network-feature-enabled:
357 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200358 neutron_plugin_options:
359 available_type_drivers: flat,vlan,local,vxlan
360 q_agent: linuxbridge
Hang Yange6e0ccf2021-02-26 15:07:05 -0600361 firewall_driver: iptables
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100362 irrelevant-files:
363 - ^(test-|)requirements.txt$
364 - ^releasenotes/.*$
365 - ^doc/.*$
366 - ^setup.cfg$
367 - ^.*\.rst$
368 - ^neutron/locale/.*$
369 - ^neutron/tests/unit/.*$
370 - ^tools/.*$
371 - ^tox.ini$
372 - ^neutron/agent/linux/openvswitch_firewall/.*$
373 - ^neutron/agent/ovn/.*$
374 - ^neutron/agent/windows/.*$
375 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
376 - ^neutron/plugins/ml2/drivers/macvtap/.*$
377 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
378 - ^neutron/plugins/ml2/drivers/ovn/.*$
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200379
380- job:
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000381 name: neutron-tempest-plugin-scenario-ovn
382 parent: neutron-tempest-plugin-scenario
383 timeout: 10000
384 vars:
385 network_api_extensions: *api_extensions
Eduardo Olivares088707b2020-12-01 21:13:45 +0100386 network_api_extensions_ovn:
387 - vlan-transparent
Slawek Kaplonski28082072020-11-02 21:32:04 +0100388 # TODO(haleyb): Remove IPv6Test from blacklist when
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000389 # https://bugs.launchpad.net/neutron/+bug/1881558 is fixed.
Slawek Kaplonski28082072020-11-02 21:32:04 +0100390 # TODO(slaweq): Remove test_trunk_subport_lifecycle test from the
391 # blacklist when bug https://bugs.launchpad.net/neutron/+bug/1885900 will
392 # be fixed
Jakub Libosvar20591c52020-10-29 21:01:51 +0100393 # TODO(jlibosva): Remove the NetworkWritableMtuTest test from the list
394 # once east/west fragmentation is supported in core OVN
Ghanshyam Mannff54bba2021-02-11 13:17:16 -0600395 tempest_exclude_regex: "\
Slawek Kaplonski28082072020-11-02 21:32:04 +0100396 (?:neutron_tempest_plugin.scenario.test_ipv6.IPv6Test)|\
Jakub Libosvar20591c52020-10-29 21:01:51 +0100397 (^neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_trunk_subport_lifecycle)|\
398 (^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest)"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000399 devstack_localrc:
400 Q_AGENT: ovn
Eduardo Olivares088707b2020-12-01 21:13:45 +0100401 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions + network_api_extensions_ovn) | join(',') }}"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000402 Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
403 Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
404 Q_ML2_TENANT_NETWORK_TYPE: geneve
405 Q_USE_PROVIDERNET_FOR_PUBLIC: true
406 PHYSICAL_NETWORK: public
407 ENABLE_CHASSIS_AS_GW: true
408 OVN_L3_CREATE_PUBLIC_NETWORK: true
409 OVN_DBS_LOG_LEVEL: dbg
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000410 ENABLE_TLS: True
411 OVN_IGMP_SNOOPING_ENABLE: True
Eduardo Olivares088707b2020-12-01 21:13:45 +0100412 # TODO(eolivare): Remove OVN_BUILD_FROM_SOURCE once vlan-transparency
413 # is included in an ovn released version
414 OVN_BUILD_FROM_SOURCE: True
415 OVN_BRANCH: "v20.12.0"
416 OVS_BRANCH: "branch-2.15"
Slawek Kaplonski862cbeb2021-03-20 10:05:26 +0100417 OVS_SYSCONFDIR: "/usr/local/etc/openvswitch"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000418 devstack_services:
419 br-ex-tcpdump: true
420 br-int-flows: true
421 q-ovn-metadata-agent: true
422 ovn-controller: true
423 ovn-northd: true
424 ovs-vswitchd: true
425 ovsdb-server: true
426 q-agt: false
427 q-dhcp: false
428 q-l3: false
429 q-meta: false
430 q-metering: false
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100431 q-qos: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100432 # Cinder services
433 c-api: false
434 c-bak: false
435 c-sch: false
436 c-vol: false
437 cinder: false
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000438 s-account: false
439 s-container-sync: false
440 s-container: false
441 s-object: false
442 s-proxy: false
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000443 devstack_local_conf:
444 post-config:
445 $NEUTRON_CONF:
446 DEFAULT:
447 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100448 vlan_transparent: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000449 /$NEUTRON_CORE_PLUGIN_CONF:
450 ml2:
451 type_drivers: local,flat,vlan,geneve
452 test-config:
453 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100454 network-feature-enabled:
455 available_features: ""
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000456 neutron_plugin_options:
457 available_type_drivers: local,flat,vlan,geneve
458 is_igmp_snooping_enabled: True
Hang Yange6e0ccf2021-02-26 15:07:05 -0600459 firewall_driver: ovn
Jakub Libosvar08f3c612021-02-07 15:50:23 +0100460 zuul_copy_output:
461 '{{ devstack_base_dir }}/data/ovs': 'logs'
462 '{{ devstack_base_dir }}/data/ovn': 'logs'
463 '{{ devstack_log_dir }}/ovsdb-server-nb.log': 'logs'
464 '{{ devstack_log_dir }}/ovsdb-server-sb.log': 'logs'
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100465 irrelevant-files:
466 - ^(test-|)requirements.txt$
467 - ^releasenotes/.*$
468 - ^doc/.*$
469 - ^setup.cfg$
470 - ^.*\.rst$
471 - ^neutron/locale/.*$
472 - ^neutron/tests/unit/.*$
473 - ^tools/.*$
474 - ^tox.ini$
475 - ^neutron/agent/dhcp/.*$
476 - ^neutron/agent/l2/.*$
477 - ^neutron/agent/l3/.*$
478 - ^neutron/agent/metadata/.*$
479 - ^neutron/agent/windows/.*$
480 - ^neutron/agent/dhcp_agent.py
481 - ^neutron/agent/l3_agent.py
482 - ^neutron/agent/metadata_agent.py
483 - ^neutron/agent/resource_cache.py
484 - ^neutron/agent/rpc.py
485 - ^neutron/agent/securitygroup_rpc.py
486 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
487 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
488 - ^neutron/plugins/ml2/drivers/macvtap/.*$
489 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
490 - ^neutron/scheduler/.*$
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000491
492- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200493 name: neutron-tempest-plugin-dvr-multinode-scenario
494 parent: tempest-multinode-full
495 description: |
496 Perform setup for Neutron tempest tests in multinode with DVR scenario
497 roles:
498 - zuul: openstack/devstack
499 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200500 - openstack/neutron
501 - openstack/neutron-tempest-plugin
502 - openstack/tempest
503 pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
504 voting: false
505 vars:
506 tempest_concurrency: 4
507 tox_envlist: all
508 tempest_test_regex: ^neutron_tempest_plugin\.scenario
509 # NOTE(slaweq): in case of some tests, which requires advanced image,
510 # default test timeout set to 1200 seconds may be not enough if job is
511 # run on slow node
512 tempest_test_timeout: 2400
513 network_api_extensions_common: *api_extensions
514 network_api_extensions_dvr:
515 - dvr
516 devstack_localrc:
517 USE_PYTHON3: true
518 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_dvr) | join(',') }}"
519 PHYSICAL_NETWORK: default
Slawek Kaplonski35a44142020-09-29 21:39:53 +0200520 CIRROS_VERSION: 0.5.1
521 IMAGE_URLS: https://cloud-images.ubuntu.com/releases/bionic/release/ubuntu-18.04-server-cloudimg-amd64.img
522 ADVANCED_IMAGE_NAME: ubuntu-18.04-server-cloudimg-amd64
Rodolfo Alonso Hernandez79c67962021-08-18 16:31:26 +0000523 ADVANCED_INSTANCE_TYPE: ntp_image_384M
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200524 ADVANCED_INSTANCE_USER: ubuntu
525 BUILD_TIMEOUT: 784
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200526 Q_AGENT: openvswitch
527 Q_ML2_TENANT_NETWORK_TYPE: vxlan
528 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200529 devstack_plugins:
530 neutron: https://opendev.org/openstack/neutron.git
531 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
532 tempest_plugins:
533 - neutron-tempest-plugin
534 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200535 tls-proxy: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200536 tempest: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200537 # Disable OVN services
538 br-ex-tcpdump: false
539 br-int-flows: false
540 ovn-controller: false
541 ovn-northd: false
542 ovs-vswitchd: false
543 ovsdb-server: false
544 q-ovn-metadata-agent: false
545 # Neutron services
546 q-agt: true
547 q-dhcp: true
548 q-l3: true
549 q-meta: true
550 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200551 neutron-dns: true
552 neutron-qos: true
553 neutron-segments: true
554 neutron-trunk: true
555 neutron-log: true
556 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100557 # Cinder services
558 c-api: false
559 c-bak: false
560 c-sch: false
561 c-vol: false
562 cinder: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100563 # We don't need Swift to be run in the Neutron jobs
564 s-account: false
565 s-container: false
566 s-object: false
567 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200568 devstack_local_conf:
569 post-config:
570 $NEUTRON_CONF:
571 quotas:
572 quota_router: 100
573 quota_floatingip: 500
574 quota_security_group: 100
575 quota_security_group_rule: 1000
576 DEFAULT:
577 router_distributed: True
578 # NOTE(slaweq): We can get rid of this hardcoded absolute path when
579 # devstack-tempest job will be switched to use lib/neutron instead of
580 # lib/neutron-legacy
581 "/$NEUTRON_CORE_PLUGIN_CONF":
582 ml2:
583 type_drivers: flat,geneve,vlan,gre,local,vxlan
584 mechanism_drivers: openvswitch,l2population
585 ml2_type_vlan:
586 network_vlan_ranges: foo:1:10
587 ml2_type_vxlan:
588 vni_ranges: 1:2000
589 ml2_type_gre:
590 tunnel_id_ranges: 1:1000
591 agent:
592 enable_distributed_routing: True
593 l2_population: True
594 tunnel_types: vxlan,gre
595 ovs:
596 tunnel_bridge: br-tun
597 bridge_mappings: public:br-ex
598 $NEUTRON_L3_CONF:
599 DEFAULT:
600 agent_mode: dvr_snat
601 agent:
602 availability_zone: nova
603 $NEUTRON_DHCP_CONF:
604 agent:
605 availability_zone: nova
606 "/etc/neutron/api-paste.ini":
607 "composite:neutronapi_v2_0":
608 use: "call:neutron.auth:pipeline_factory"
609 noauth: "cors request_id catch_errors osprofiler extensions neutronapiapp_v2_0"
610 keystone: "cors request_id catch_errors osprofiler authtoken keystonecontext extensions neutronapiapp_v2_0"
611 test-config:
612 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100613 network-feature-enabled:
614 available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200615 neutron_plugin_options:
616 provider_vlans: foo,
617 agent_availability_zone: nova
618 image_is_advanced: true
619 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
620 l3_agent_mode: dvr_snat
Hang Yange6e0ccf2021-02-26 15:07:05 -0600621 firewall_driver: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200622 group-vars:
623 subnode:
624 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200625 tls-proxy: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200626 br-ex-tcpdump: false
627 br-int-flows: false
628 # Disable OVN services
629 ovn-controller: false
630 ovn-northd: false
631 ovs-vswitchd: false
632 ovsdb-server: false
633 q-ovn-metadata-agent: false
634 # Neutron services
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200635 q-agt: true
636 q-l3: true
637 q-meta: true
638 neutron-qos: true
639 neutron-trunk: true
640 neutron-log: true
641 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100642 # Cinder services
643 c-bak: false
644 c-vol: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100645 # We don't need Swift to be run in the Neutron jobs
646 s-account: false
647 s-container: false
648 s-object: false
649 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200650 devstack_localrc:
651 USE_PYTHON3: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200652 Q_AGENT: openvswitch
653 Q_ML2_TENANT_NETWORK_TYPE: vxlan
654 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200655 devstack_local_conf:
656 post-config:
657 $NEUTRON_CONF:
658 DEFAULT:
659 router_distributed: True
660 # NOTE(slaweq): We can get rid of this hardcoded absolute path when
661 # devstack-tempest job will be switched to use lib/neutron instead of
662 # lib/neutron-legacy
663 "/$NEUTRON_CORE_PLUGIN_CONF":
664 agent:
665 enable_distributed_routing: True
666 l2_population: True
667 tunnel_types: vxlan,gre
668 ovs:
669 tunnel_bridge: br-tun
670 bridge_mappings: public:br-ex
671 $NEUTRON_L3_CONF:
672 DEFAULT:
673 agent_mode: dvr_snat
674 agent:
675 availability_zone: nova
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100676 irrelevant-files: *openvswitch-scenario-irrelevant-files
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200677
678- job:
679 name: neutron-tempest-plugin-designate-scenario
680 parent: neutron-tempest-plugin-scenario
681 description: Neutron designate integration scenario
682 required-projects:
683 - openstack/designate
684 - openstack/designate-dashboard
685 - openstack/designate-tempest-plugin
686 timeout: 3600
687 vars:
688 network_api_extensions_common: *api_extensions
689 devstack_localrc:
690 DESIGNATE_BACKEND_DRIVER: bind9
691 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100692 Q_ML2_TENANT_NETWORK_TYPE: vxlan
693 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200694 # In this job advanced image is not needed, so it's name should be
695 # empty
696 ADVANCED_IMAGE_NAME: ""
697 NETWORK_API_EXTENSIONS: "{{ network_api_extensions_common | join(',') }}"
698 devstack_local_conf:
699 post-config:
700 $NEUTRON_CONF:
701 DEFAULT:
702 enable_dvr: false
703 # NOTE(slaweq): We can get rid of this hardcoded absolute path when
704 # devstack-tempest job will be switched to use lib/neutron instead of
705 # lib/neutron-legacy
706 /$NEUTRON_CORE_PLUGIN_CONF:
707 agent:
708 tunnel_types: vxlan,gre
709 ovs:
710 tunnel_bridge: br-tun
711 bridge_mappings: public:br-ex
712 devstack_plugins:
713 designate: https://opendev.org/openstack/designate.git
714 devstack_services:
715 cinder: false
716 designate: true
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100717 # Disable OVN services
718 br-ex-tcpdump: false
719 br-int-flows: false
720 ovn-controller: false
721 ovn-northd: false
722 ovs-vswitchd: false
723 ovsdb-server: false
724 q-ovn-metadata-agent: false
725 # Neutron services
726 q-agt: true
727 q-dhcp: true
728 q-l3: true
729 q-meta: true
730 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200731 tempest_plugins:
732 - designate-tempest-plugin
733 - neutron-tempest-plugin
734 tempest_test_regex: ^neutron_tempest_plugin\.scenario\.test_dns_integration
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100735 irrelevant-files:
736 - ^(test-|)requirements.txt$
737 - ^releasenotes/.*$
738 - ^doc/.*$
739 - ^setup.cfg$
740 - ^.*\.rst$
741 - ^neutron/locale/.*$
742 - ^neutron/tests/unit/.*$
743 - ^tools/.*$
744 - ^tox.ini$
745 - ^neutron/agent/.*$
746 - ^neutron/cmd/.*$
747 - ^neutron/privileged/.*$
748 - ^neutron/plugins/ml2/drivers/.*$
749 - ^neutron/scheduler/.*$
750 - ^neutron/services/(?!externaldns).*$
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200751
752- job:
753 name: neutron-tempest-plugin-sfc
754 parent: neutron-tempest-plugin-base
755 timeout: 10800
756 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200757 - openstack/networking-sfc
758 - openstack/neutron
759 - openstack/neutron-tempest-plugin
760 - openstack/tempest
761 vars:
elajkat3d7420a2021-05-12 11:28:40 +0200762 devstack_services:
763 # Disable OVN services
764 br-ex-tcpdump: false
765 br-int-flows: false
766 ovn-controller: false
767 ovn-northd: false
768 ovs-vswitchd: false
769 ovsdb-server: false
770 q-ovn-metadata-agent: false
771 # Enable Neutron services that are not used by OVN
772 q-agt: true
773 q-dhcp: true
774 q-l3: true
775 q-meta: true
776 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200777 network_api_extensions_common: *api_extensions
778 tempest_test_regex: ^neutron_tempest_plugin\.sfc
779 devstack_plugins:
780 networking-sfc: https://opendev.org/openstack/networking-sfc
781 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
782 network_api_extensions_sfc:
783 - flow_classifier
784 - sfc
785 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +0200786 Q_AGENT: openvswitch
787 Q_ML2_TENANT_NETWORK_TYPE: vxlan
788 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200789 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
790 # TODO(bcafarel): tests still fail from time to time in parallel
791 # https://bugs.launchpad.net/neutron/+bug/1851500
792 # https://bugs.launchpad.net/networking-sfc/+bug/1660366
793 tempest_concurrency: 1
794
795- job:
796 name: neutron-tempest-plugin-bgpvpn-bagpipe
797 parent: neutron-tempest-plugin-base
798 required-projects:
799 - openstack/networking-bagpipe
800 - openstack/networking-bgpvpn
801 vars:
elajkat3d7420a2021-05-12 11:28:40 +0200802 devstack_services:
803 # Disable OVN services
804 br-ex-tcpdump: false
805 br-int-flows: false
806 ovn-controller: false
807 ovn-northd: false
808 ovs-vswitchd: false
809 ovsdb-server: false
810 q-ovn-metadata-agent: false
811 # Enable Neutron services that are not used by OVN
812 q-agt: true
813 q-dhcp: true
814 q-l3: true
815 q-meta: true
816 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200817 tempest_test_regex: ^neutron_tempest_plugin\.bgpvpn
818 network_api_extensions: *api_extensions
819 network_api_extensions_bgpvpn:
820 - bgpvpn
821 - bgpvpn-routes-control
822 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +0200823 Q_AGENT: openvswitch
824 Q_ML2_TENANT_NETWORK_TYPE: vxlan
825 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200826 NETWORKING_BGPVPN_DRIVER: "BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe_v2.BaGPipeBGPVPNDriver:default"
827 BAGPIPE_DATAPLANE_DRIVER_IPVPN: "ovs"
828 BAGPIPE_BGP_PEERS: "-"
829 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions + network_api_extensions_bgpvpn) | join(',') }}"
830 devstack_plugins:
831 networking-bgpvpn: https://git.openstack.org/openstack/networking-bgpvpn
832 networking-bagpipe: https://git.openstack.org/openstack/networking-bagpipe
833
834- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200835 name: neutron-tempest-plugin-dynamic-routing
836 parent: neutron-tempest-plugin-base
837 description: |
838 Perform setup common to all Neutron dynamic routing tempest tests
839 required-projects:
840 - openstack/neutron
841 - openstack/neutron-dynamic-routing
842 - openstack/os-ken
843 - openstack/tempest
844 pre-run: playbooks/dynamic-routing-pre-run.yaml
845 vars:
846 devstack_plugins:
847 neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing
848 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
849 network_api_extensions_common: *api_extensions
850 network_api_extensions_bgp:
851 - bgp
852 - bgp_dragent_scheduler
853 - bgp_4byte_asn
854 devstack_localrc:
855 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgp) | join(',') }}"
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100856 Q_AGENT: openvswitch
857 Q_ML2_TENANT_NETWORK_TYPE: vxlan
858 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200859 devstack_services:
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100860 # Disable OVN services
861 br-ex-tcpdump: false
862 br-int-flows: false
863 ovn-controller: false
864 ovn-northd: false
865 ovs-vswitchd: false
866 ovsdb-server: false
867 q-ovn-metadata-agent: false
868 # Neutron services
869 q-agt: true
870 q-dhcp: true
871 q-meta: true
872 q-metering: true
873 q-l3: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200874 neutron-dr: true
875 neutron-dr-agent: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200876 tempest_concurrency: 1
877 tempest_test_regex: ^neutron_tempest_plugin\.neutron_dynamic_routing
878
879- job:
880 name: neutron-tempest-plugin-vpnaas
881 parent: neutron-tempest-plugin-base
882 timeout: 3900
883 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200884 - openstack/neutron
885 - openstack/neutron-vpnaas
886 - openstack/neutron-tempest-plugin
887 - openstack/tempest
888 vars:
889 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
890 devstack_plugins:
891 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
892 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
893 network_api_extensions_common: *api_extensions
894 network_api_extensions_vpnaas:
895 - vpnaas
896 devstack_localrc:
897 IPSEC_PACKAGE: strongswan
898 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
elajkat4abd0682021-08-06 16:05:23 +0200899
900- job:
901 name: neutron-tempest-plugin-tap-as-a-service
902 parent: neutron-tempest-plugin-base
903 description: |
904 Perform setup common to all tap-as-a-service tempest tests
905 roles:
906 - zuul: openstack/devstack
907 required-projects:
908 - openstack/devstack-gate
909 - openstack/neutron
910 - openstack/neutron-tempest-plugin
911 - openstack/tap-as-a-service
912 - openstack/tempest
913 vars:
914 tempest_test_regex: ^neutron_tempest_plugin\.tap_as_a_service
915 tox_envlist: all
916 network_api_extensions_common: *api_extensions
917 network_api_extensions_tempest:
918 - taas
919 - taas-vlan-filter
920 devstack_localrc:
921 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
922 DOWNLOAD_DEFAULT_IMAGES: false
923 IMAGE_URLS: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-i386-disk.img,https://cloud-images.ubuntu.com/releases/bionic/release/ubuntu-18.04-server-cloudimg-amd64.img"
924 DEFAULT_IMAGE_NAME: cirros-0.3.4-i386-disk
925 ADVANCED_IMAGE_NAME: ubuntu-18.04-server-cloudimg-amd64
926 BUILD_TIMEOUT: 784
927 Q_AGENT: openvswitch
928 Q_ML2_TENANT_NETWORK_TYPE: vxlan
929 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
930 devstack_local_conf:
931 post-config:
932 /$NEUTRON_CORE_PLUGIN_CONF:
933 AGENT:
934 tunnel_types: vxlan,gre
935 test-config:
936 $TEMPEST_CONFIG:
937 taas_plugin_options:
938 advanced_image_ref: ubuntu-18.04-server-cloudimg-amd64
939 advanced_image_ssh_user: ubuntu
940 provider_physical_network: public
941 provider_segmentation_id: 100
942 image_feature_enabled:
943 api_v2: true
944 devstack_plugins:
945 neutron: git://opendev.org/openstack/neutron.git
946 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
947 tap-as-a-service: git://opendev.org/openstack/tap-as-a-service.git
948 devstack_services:
949 # Disable OVN services
950 ovn-controller: false
951 ovn-northd: false
952 ovs-vswitchd: false
953 ovsdb-server: false
954 q-ovn-metadata-agent: false
955 # Enable Neutron services that are not used by OVN
956 q-agt: true
957 q-dhcp: true
958 q-l3: true
959 q-meta: true
960 q-metering: true
961 br-ex-tcpdump: true
962 br-int-flows: true
963 base: false
964 key: true
965 mysql: true
966 rabbit: true
967 g-api: true
968 g-reg: true
969 n-api: true
970 n-cond: true
971 n-cpu: true
972 n-crt: true
973 n-sch: true
974 placement-api: true
975 n-api-meta: true
976 q-svc: true
977 quantum: true
978 taas: true
979 taas_openvswitch_agent: true
980 tempest: true
981 dstat: true
982 irrelevant-files: &tempest-irrelevant-files
983 - ^(test-|)requirements.txt$
984 - ^releasenotes/.*$
985 - ^doc/.*$
986 - ^.*\.rst$
987 - ^tools/.*$
988 - ^tox.ini$