blob: f146def5a3beeb6b3a5a04b3e0099a6d0b50daf5 [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
Daniel Alvarez Sanchez19b0b992021-07-14 11:21:56 +0200415 OVN_BRANCH: "v21.06.0"
Eduardo Olivares088707b2020-12-01 21:13:45 +0100416 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
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200691 # In this job advanced image is not needed, so it's name should be
692 # empty
693 ADVANCED_IMAGE_NAME: ""
694 NETWORK_API_EXTENSIONS: "{{ network_api_extensions_common | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200695 devstack_plugins:
696 designate: https://opendev.org/openstack/designate.git
697 devstack_services:
698 cinder: false
699 designate: true
700 tempest_plugins:
701 - designate-tempest-plugin
702 - neutron-tempest-plugin
703 tempest_test_regex: ^neutron_tempest_plugin\.scenario\.test_dns_integration
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100704 irrelevant-files:
705 - ^(test-|)requirements.txt$
706 - ^releasenotes/.*$
707 - ^doc/.*$
708 - ^setup.cfg$
709 - ^.*\.rst$
710 - ^neutron/locale/.*$
711 - ^neutron/tests/unit/.*$
712 - ^tools/.*$
713 - ^tox.ini$
714 - ^neutron/agent/.*$
715 - ^neutron/cmd/.*$
716 - ^neutron/privileged/.*$
717 - ^neutron/plugins/ml2/drivers/.*$
718 - ^neutron/scheduler/.*$
719 - ^neutron/services/(?!externaldns).*$
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200720
721- job:
722 name: neutron-tempest-plugin-sfc
723 parent: neutron-tempest-plugin-base
724 timeout: 10800
725 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200726 - openstack/networking-sfc
727 - openstack/neutron
728 - openstack/neutron-tempest-plugin
729 - openstack/tempest
730 vars:
elajkat3d7420a2021-05-12 11:28:40 +0200731 devstack_services:
732 # Disable OVN services
733 br-ex-tcpdump: false
734 br-int-flows: false
735 ovn-controller: false
736 ovn-northd: false
737 ovs-vswitchd: false
738 ovsdb-server: false
739 q-ovn-metadata-agent: false
740 # Enable Neutron services that are not used by OVN
741 q-agt: true
742 q-dhcp: true
743 q-l3: true
744 q-meta: true
745 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200746 network_api_extensions_common: *api_extensions
747 tempest_test_regex: ^neutron_tempest_plugin\.sfc
748 devstack_plugins:
749 networking-sfc: https://opendev.org/openstack/networking-sfc
750 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
751 network_api_extensions_sfc:
752 - flow_classifier
753 - sfc
754 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +0200755 Q_AGENT: openvswitch
756 Q_ML2_TENANT_NETWORK_TYPE: vxlan
757 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200758 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
759 # TODO(bcafarel): tests still fail from time to time in parallel
760 # https://bugs.launchpad.net/neutron/+bug/1851500
761 # https://bugs.launchpad.net/networking-sfc/+bug/1660366
762 tempest_concurrency: 1
763
764- job:
765 name: neutron-tempest-plugin-bgpvpn-bagpipe
766 parent: neutron-tempest-plugin-base
767 required-projects:
768 - openstack/networking-bagpipe
769 - openstack/networking-bgpvpn
770 vars:
elajkat3d7420a2021-05-12 11:28:40 +0200771 devstack_services:
772 # Disable OVN services
773 br-ex-tcpdump: false
774 br-int-flows: false
775 ovn-controller: false
776 ovn-northd: false
777 ovs-vswitchd: false
778 ovsdb-server: false
779 q-ovn-metadata-agent: false
780 # Enable Neutron services that are not used by OVN
781 q-agt: true
782 q-dhcp: true
783 q-l3: true
784 q-meta: true
785 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200786 tempest_test_regex: ^neutron_tempest_plugin\.bgpvpn
787 network_api_extensions: *api_extensions
788 network_api_extensions_bgpvpn:
789 - bgpvpn
790 - bgpvpn-routes-control
791 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +0200792 Q_AGENT: openvswitch
793 Q_ML2_TENANT_NETWORK_TYPE: vxlan
794 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200795 NETWORKING_BGPVPN_DRIVER: "BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe_v2.BaGPipeBGPVPNDriver:default"
796 BAGPIPE_DATAPLANE_DRIVER_IPVPN: "ovs"
797 BAGPIPE_BGP_PEERS: "-"
798 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions + network_api_extensions_bgpvpn) | join(',') }}"
799 devstack_plugins:
800 networking-bgpvpn: https://git.openstack.org/openstack/networking-bgpvpn
801 networking-bagpipe: https://git.openstack.org/openstack/networking-bagpipe
802
803- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200804 name: neutron-tempest-plugin-dynamic-routing
805 parent: neutron-tempest-plugin-base
806 description: |
807 Perform setup common to all Neutron dynamic routing tempest tests
808 required-projects:
809 - openstack/neutron
810 - openstack/neutron-dynamic-routing
811 - openstack/os-ken
812 - openstack/tempest
813 pre-run: playbooks/dynamic-routing-pre-run.yaml
814 vars:
815 devstack_plugins:
816 neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing
817 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
818 network_api_extensions_common: *api_extensions
819 network_api_extensions_bgp:
820 - bgp
821 - bgp_dragent_scheduler
822 - bgp_4byte_asn
823 devstack_localrc:
824 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgp) | join(',') }}"
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100825 Q_AGENT: openvswitch
826 Q_ML2_TENANT_NETWORK_TYPE: vxlan
827 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200828 devstack_services:
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100829 # Disable OVN services
830 br-ex-tcpdump: false
831 br-int-flows: false
832 ovn-controller: false
833 ovn-northd: false
834 ovs-vswitchd: false
835 ovsdb-server: false
836 q-ovn-metadata-agent: false
837 # Neutron services
838 q-agt: true
839 q-dhcp: true
840 q-meta: true
841 q-metering: true
842 q-l3: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200843 neutron-dr: true
844 neutron-dr-agent: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200845 tempest_concurrency: 1
846 tempest_test_regex: ^neutron_tempest_plugin\.neutron_dynamic_routing
847
848- job:
849 name: neutron-tempest-plugin-vpnaas
850 parent: neutron-tempest-plugin-base
851 timeout: 3900
852 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200853 - openstack/neutron
854 - openstack/neutron-vpnaas
855 - openstack/neutron-tempest-plugin
856 - openstack/tempest
857 vars:
858 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
859 devstack_plugins:
860 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
861 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
862 network_api_extensions_common: *api_extensions
863 network_api_extensions_vpnaas:
864 - vpnaas
865 devstack_localrc:
866 IPSEC_PACKAGE: strongswan
867 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
elajkat3a98dae2021-09-17 17:25:27 +0200868 Q_AGENT: openvswitch
869 Q_ML2_TENANT_NETWORK_TYPE: vxlan
870 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
871 devstack_services:
872 # Disable OVN services
873 br-ex-tcpdump: false
874 br-int-flows: false
875 ovn-controller: false
876 ovn-northd: false
877 ovs-vswitchd: false
878 ovsdb-server: false
879 q-ovn-metadata-agent: false
880 # Neutron services
881 q-agt: true
882 q-dhcp: true
883 q-meta: true
884 q-metering: true
885 q-l3: true
elajkat4abd0682021-08-06 16:05:23 +0200886
887- job:
888 name: neutron-tempest-plugin-tap-as-a-service
889 parent: neutron-tempest-plugin-base
890 description: |
891 Perform setup common to all tap-as-a-service tempest tests
892 roles:
893 - zuul: openstack/devstack
894 required-projects:
895 - openstack/devstack-gate
896 - openstack/neutron
897 - openstack/neutron-tempest-plugin
898 - openstack/tap-as-a-service
899 - openstack/tempest
900 vars:
901 tempest_test_regex: ^neutron_tempest_plugin\.tap_as_a_service
902 tox_envlist: all
903 network_api_extensions_common: *api_extensions
904 network_api_extensions_tempest:
905 - taas
906 - taas-vlan-filter
907 devstack_localrc:
908 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
909 DOWNLOAD_DEFAULT_IMAGES: false
910 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"
911 DEFAULT_IMAGE_NAME: cirros-0.3.4-i386-disk
912 ADVANCED_IMAGE_NAME: ubuntu-18.04-server-cloudimg-amd64
913 BUILD_TIMEOUT: 784
914 Q_AGENT: openvswitch
915 Q_ML2_TENANT_NETWORK_TYPE: vxlan
916 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
917 devstack_local_conf:
918 post-config:
919 /$NEUTRON_CORE_PLUGIN_CONF:
920 AGENT:
921 tunnel_types: vxlan,gre
922 test-config:
923 $TEMPEST_CONFIG:
924 taas_plugin_options:
925 advanced_image_ref: ubuntu-18.04-server-cloudimg-amd64
926 advanced_image_ssh_user: ubuntu
927 provider_physical_network: public
928 provider_segmentation_id: 100
929 image_feature_enabled:
930 api_v2: true
931 devstack_plugins:
932 neutron: git://opendev.org/openstack/neutron.git
933 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
934 tap-as-a-service: git://opendev.org/openstack/tap-as-a-service.git
935 devstack_services:
936 # Disable OVN services
937 ovn-controller: false
938 ovn-northd: false
939 ovs-vswitchd: false
940 ovsdb-server: false
941 q-ovn-metadata-agent: false
942 # Enable Neutron services that are not used by OVN
943 q-agt: true
944 q-dhcp: true
945 q-l3: true
946 q-meta: true
947 q-metering: true
948 br-ex-tcpdump: true
949 br-int-flows: true
950 base: false
951 key: true
952 mysql: true
953 rabbit: true
954 g-api: true
955 g-reg: true
956 n-api: true
957 n-cond: true
958 n-cpu: true
959 n-crt: true
960 n-sch: true
961 placement-api: true
962 n-api-meta: true
963 q-svc: true
964 quantum: true
965 taas: true
966 taas_openvswitch_agent: true
967 tempest: true
968 dstat: true
969 irrelevant-files: &tempest-irrelevant-files
970 - ^(test-|)requirements.txt$
971 - ^releasenotes/.*$
972 - ^doc/.*$
973 - ^.*\.rst$
974 - ^tools/.*$
975 - ^tox.ini$