blob: 93c8fe2921dc7ab1ac6924b9f8c6458a32685232 [file] [log] [blame]
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +02002 name: neutron-tempest-plugin-base
3 parent: devstack-tempest
4 abstract: true
5 description: |
6 Perform setup common to all Neutron tempest tests
7 roles:
8 - zuul: openstack/devstack
9 required-projects:
10 - openstack/neutron
11 - openstack/neutron-tempest-plugin
12 - openstack/tempest
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020013 vars:
Slawek Kaplonski8988a012022-04-07 10:50:44 +020014 tempest_concurrency: 3 # out of 4
15 tox_envlist: all
16 # NOTE(slaweq): in case of some tests, which requires advanced image,
17 # default test timeout set to 1200 seconds may be not enough if job is
18 # run on slow node
19 tempest_test_timeout: 2400
20 tempest_test_regex: "\
21 (^neutron_tempest_plugin.api)|\
22 (^neutron_tempest_plugin.scenario)|\
23 (^tempest.api.compute.servers.test_attach_interfaces)|\
24 (^tempest.api.compute.servers.test_multiple_create)"
25 devstack_localrc:
26 USE_PYTHON3: true
27 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
28 PHYSICAL_NETWORK: public
29 IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
30 CIRROS_VERSION: 0.5.1
31 DEFAULT_IMAGE_NAME: cirros-0.5.1-x86_64-uec
32 DEFAULT_IMAGE_FILE_NAME: cirros-0.5.1-x86_64-uec.tar.gz
33 ADVANCED_IMAGE_NAME: ubuntu-20.04-minimal-cloudimg-amd64
34 ADVANCED_INSTANCE_TYPE: ntp_image_256M
35 ADVANCED_INSTANCE_USER: ubuntu
36 CUSTOMIZE_IMAGE: true
37 BUILD_TIMEOUT: 784
38 # TODO(lucasagomes): Re-enable MOD_WSGI after
39 # https://bugs.launchpad.net/neutron/+bug/1912359 is implemented
40 NEUTRON_DEPLOY_MOD_WSGI: false
41 # TODO(ralonsoh): remove OVN_BUILD_FROM_SOURCE once the OS packages
42 # include at least OVN v20.12.0.
43 OVN_BUILD_FROM_SOURCE: True
44 OVN_BRANCH: "v21.03.0"
45 OVS_BRANCH: "8dc1733eaea866dce033b3c44853e1b09bf59fc7"
46 devstack_plugins:
47 neutron: https://opendev.org/openstack/neutron.git
48 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
49 tempest_plugins:
50 - neutron-tempest-plugin
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020051 # TODO(slaweq): find a way to put this list of extensions in
52 # neutron repository and keep it different per branch,
53 # then it could be removed from here
54 network_api_extensions_common: &api_extensions
Miguel Lavalleb1c7a3d2021-01-31 19:05:22 -060055 - address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020056 - address-scope
57 - agent
58 - allowed-address-pairs
59 - auto-allocated-topology
60 - availability_zone
61 - binding
62 - default-subnetpools
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020063 - dns-domain-ports
64 - dns-integration
Slawek Kaplonski913c3062020-06-08 00:06:54 +020065 - dns-integration-domain-keywords
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020066 - empty-string-filtering
67 - expose-port-forwarding-in-fip
68 - expose-l3-conntrack-helper
69 - ext-gw-mode
70 - external-net
71 - extra_dhcp_opt
72 - extraroute
73 - extraroute-atomic
74 - filter-validation
75 - fip-port-details
76 - flavors
77 - floating-ip-port-forwarding
zhouhenglcbdacaa22022-09-08 08:47:04 +080078 - floating-ip-port-forwarding-detail
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020079 - floatingip-pools
80 - ip-substring-filtering
81 - l3-conntrack-helper
yangjianfeng2936a292022-02-04 11:22:11 +080082 - l3-ext-ndp-proxy
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020083 - l3-flavors
84 - l3-ha
yangjianfeng2936a292022-02-04 11:22:11 +080085 - l3-ndp-proxy
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020086 - l3_agent_scheduler
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020087 - metering
88 - multi-provider
89 - net-mtu
90 - net-mtu-writable
91 - network-ip-availability
92 - network_availability_zone
93 - network-segment-range
94 - pagination
Slawek Kaplonskiada16222021-10-07 11:49:51 +020095 - port-device-profile
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020096 - port-resource-request
elajkat4a1357b2021-08-31 10:16:25 +020097 - port-resource-request-groups
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020098 - port-mac-address-regenerate
99 - port-security
100 - port-security-groups-filtering
101 - project-id
102 - provider
103 - qos
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200104 - qos-fip
105 - quotas
106 - quota_details
Miguel Lavalleb1c7a3d2021-01-31 19:05:22 -0600107 - rbac-address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200108 - rbac-address-scope
109 - rbac-policies
110 - rbac-security-groups
111 - rbac-subnetpool
112 - router
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200113 - router_availability_zone
114 - security-group
Hang Yange6e0ccf2021-02-26 15:07:05 -0600115 - security-groups-remote-address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200116 - segment
117 - service-type
118 - sorting
119 - standard-attr-description
120 - standard-attr-revisions
121 - standard-attr-segment
122 - standard-attr-tag
123 - standard-attr-timestamp
Ihar Hrachyshkab0b597f2021-11-04 03:00:42 +0000124 - stateful-security-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200125 - subnet_allocation
126 - subnet-dns-publish-fixed-ip
Slawek Kaplonskia5cdede2021-06-23 09:37:04 +0200127 - subnet-service-types
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200128 - subnetpool-prefix-ops
129 - tag-ports-during-bulk-creation
130 - trunk
131 - trunk-details
132 - uplink-status-propagation
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200133 devstack_services:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200134 tempest: true
135 neutron-dns: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200136 neutron-log: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200137 neutron-qos: true
138 neutron-segments: true
139 neutron-trunk: true
140 neutron-uplink-status-propagation: true
141 neutron-network-segment-range: true
142 neutron-port-forwarding: true
143 neutron-conntrack-helper: true
144 neutron-tag-ports-during-bulk-creation: true
yangjianfeng2936a292022-02-04 11:22:11 +0800145 neutron-ndp-proxy: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200146 br-ex-tcpdump: true
147 br-int-flows: true
148 # Cinder services
149 c-api: false
150 c-bak: false
151 c-sch: false
152 c-vol: false
153 cinder: false
154 # We don't need Swift to be run in the Neutron jobs
155 s-account: false
156 s-container: false
157 s-object: false
158 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200159 devstack_local_conf:
160 post-config:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200161 $NEUTRON_CONF:
162 QUOTAS:
163 quota_router: 100
164 quota_floatingip: 500
165 quota_security_group: 150
166 quota_security_group_rule: 1000
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200167 /$NEUTRON_CORE_PLUGIN_CONF:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200168 ml2:
169 type_drivers: flat,geneve,vlan,gre,local,vxlan
170 ml2_type_vlan:
171 network_vlan_ranges: foo:1:10
172 ml2_type_vxlan:
173 vni_ranges: 1:2000
174 ml2_type_gre:
175 tunnel_id_ranges: 1:1000
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200176 network_log:
177 local_output_log_base: /tmp/test_log.log
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200178 $NEUTRON_L3_CONF:
179 agent:
180 availability_zone: nova
181 $NEUTRON_DHCP_CONF:
182 agent:
183 availability_zone: nova
184 test-config:
185 $TEMPEST_CONFIG:
186 neutron_plugin_options:
187 provider_vlans: foo,
188 agent_availability_zone: nova
189 image_is_advanced: true
190 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
191 provider_net_base_segm_id: 1
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100192 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530193 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100194 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530195 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100196 - ^releasenotes/.*$
197 - ^doc/.*$
198 - ^setup.cfg$
199 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530200 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100201 - ^neutron/locale/.*$
202 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530203 - ^neutron/tests/fullstack/.*
204 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100205 - ^tools/.*$
206 - ^tox.ini$
207 - ^neutron/agent/.*$
208 - ^neutron/privileged/.*$
Takashi Kajinamia78d12a2021-08-22 13:25:18 +0900209 - ^neutron_lib/tests/unit/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100210 - ^neutron_tempest_plugin/scenario/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530211 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530212 - ^roles/.*functional.*$
213 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530214 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530215 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100216
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200217- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200218 name: neutron-tempest-plugin-openvswitch
219 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200220 timeout: 10000
221 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530222 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100223 devstack_services:
224 # Disable OVN services
225 br-ex-tcpdump: false
226 br-int-flows: false
227 ovn-controller: false
228 ovn-northd: false
229 ovs-vswitchd: false
230 ovsdb-server: false
231 q-ovn-metadata-agent: false
232 # Neutron services
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300233 neutron-local-ip-static: true
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100234 q-agt: true
235 q-dhcp: true
236 q-l3: true
237 q-meta: true
238 q-metering: true
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300239 network_api_extensions_openvswitch:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200240 - dhcp_agent_scheduler
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300241 - local_ip
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200242 - qos-bw-minimum-ingress
243 network_available_features: &available_features
244 - ipv6_metadata
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200245 devstack_localrc:
246 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100247 Q_ML2_TENANT_NETWORK_TYPE: vxlan
248 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200249 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_openvswitch) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200250 devstack_local_conf:
251 post-config:
252 $NEUTRON_CONF:
253 DEFAULT:
254 enable_dvr: false
Slawek Kaplonski24ad1f32020-08-11 11:01:34 +0200255 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200256 /$NEUTRON_CORE_PLUGIN_CONF:
257 agent:
258 tunnel_types: vxlan,gre
259 ovs:
260 tunnel_bridge: br-tun
261 bridge_mappings: public:br-ex
Rodolfo Alonso Hernandez68596be2022-05-03 14:51:54 +0000262 openflow_processed_per_port: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200263 test-config:
264 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100265 network-feature-enabled:
266 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200267 neutron_plugin_options:
268 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600269 firewall_driver: openvswitch
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100270 irrelevant-files: &openvswitch-scenario-irrelevant-files
yatinkarel3ff83002022-09-27 10:55:55 +0530271 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100272 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530273 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100274 - ^releasenotes/.*$
275 - ^doc/.*$
276 - ^setup.cfg$
277 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530278 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100279 - ^neutron/locale/.*$
280 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530281 - ^neutron/tests/fullstack/.*
282 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100283 - ^tools/.*$
284 - ^tox.ini$
285 - ^neutron/agent/ovn/.*$
286 - ^neutron/agent/windows/.*$
287 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
288 - ^neutron/plugins/ml2/drivers/macvtap/.*$
289 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
290 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530291 - ^neutron/services/ovn_l3/.*$
292 - ^neutron/services/logapi/drivers/ovn/.*$
293 - ^neutron/services/portforwarding/drivers/ovn/.*$
294 - ^neutron/services/qos/drivers/linuxbridge/.*$
295 - ^neutron/services/qos/drivers/ovn/.*$
296 - ^neutron/services/trunk/drivers/linuxbridge/.*$
297 - ^neutron/services/trunk/drivers/ovn/.*$
298 - ^neutron/cmd/ovn/.*$
299 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530300 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
301 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530302 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530303 - ^roles/.*functional.*$
304 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530305 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530306 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200307
308- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200309 name: neutron-tempest-plugin-openvswitch-iptables_hybrid
310 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200311 timeout: 10000
312 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530313 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100314 devstack_services:
315 # Disable OVN services
316 br-ex-tcpdump: false
317 br-int-flows: false
318 ovn-controller: false
319 ovn-northd: false
320 ovs-vswitchd: false
321 ovsdb-server: false
322 q-ovn-metadata-agent: false
323 # Neutron services
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300324 neutron-local-ip: true
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100325 q-agt: true
326 q-dhcp: true
327 q-l3: true
328 q-meta: true
329 q-metering: true
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300330 network_api_extensions_openvswitch:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200331 - dhcp_agent_scheduler
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300332 - local_ip
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200333 - logging
elajkat8bbd7432020-11-04 16:41:34 +0100334 network_available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200335 # TODO(slaweq): remove trunks subport_connectivity test from blacklist
336 # when bug https://bugs.launchpad.net/neutron/+bug/1838760 will be fixed
Alex Katzbd2bfd42021-05-26 18:12:36 +0300337 # TODO(akatz): remove established tcp session verification test when the
338 # bug https://bugzilla.redhat.com/show_bug.cgi?id=1965036 will be fixed
339 tempest_exclude_regex: "\
340 (^neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity)|\
Slawek Kaplonski83979b92022-12-15 14:15:12 +0100341 (^neutron_tempest_plugin.scenario.test_security_groups.StatefulNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
342 (^neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200343 devstack_localrc:
344 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100345 Q_ML2_TENANT_NETWORK_TYPE: vxlan
346 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200347 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_openvswitch) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200348 devstack_local_conf:
349 post-config:
350 $NEUTRON_CONF:
351 DEFAULT:
352 enable_dvr: false
Slawek Kaplonski24ad1f32020-08-11 11:01:34 +0200353 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200354 /$NEUTRON_CORE_PLUGIN_CONF:
355 agent:
356 tunnel_types: vxlan,gre
357 ovs:
358 tunnel_bridge: br-tun
359 bridge_mappings: public:br-ex
360 securitygroup:
361 firewall_driver: iptables_hybrid
362 test-config:
363 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100364 network-feature-enabled:
365 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200366 neutron_plugin_options:
367 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600368 firewall_driver: iptables_hybrid
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100369 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530370 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100371 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530372 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100373 - ^releasenotes/.*$
374 - ^doc/.*$
375 - ^setup.cfg$
376 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530377 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100378 - ^neutron/locale/.*$
379 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530380 - ^neutron/tests/fullstack/.*
381 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100382 - ^tools/.*$
383 - ^tox.ini$
384 - ^neutron/agent/linux/openvswitch_firewall/.*$
385 - ^neutron/agent/ovn/.*$
386 - ^neutron/agent/windows/.*$
387 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
388 - ^neutron/plugins/ml2/drivers/macvtap/.*$
389 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
390 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530391 - ^neutron/services/ovn_l3/.*$
392 - ^neutron/services/logapi/drivers/ovn/.*$
393 - ^neutron/services/portforwarding/drivers/ovn/.*$
394 - ^neutron/services/qos/drivers/linuxbridge/.*$
395 - ^neutron/services/qos/drivers/ovn/.*$
396 - ^neutron/services/trunk/drivers/linuxbridge/.*$
397 - ^neutron/services/trunk/drivers/ovn/.*$
398 - ^neutron/cmd/ovn/.*$
399 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530400 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
401 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530402 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530403 - ^roles/.*functional.*$
404 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530405 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530406 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200407
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200408# TODO(slaweq): remove that job's definition as soon as new job
409# "neutron-tempest-plugin-openvswitch-iptables_hybrid" will be used in the
410# neutron repo as a parent for a
411# "neutron-ovs-tempest-plugin-scenario-iptables_hybrid-nftables" job
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200412- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200413 name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
414 parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
415
416- job:
417 name: neutron-tempest-plugin-openvswitch-distributed-dhcp
418 parent: neutron-tempest-plugin-openvswitch
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200419 timeout: 10000
420 vars:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200421 network_api_extensions_openvswitch:
422 - local_ip
423 - qos-bw-minimum-ingress
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200424 # NOTE: DHCP extra options and dns services aren't supported with
425 # distributed DHCP L2 agent extension
426 tempest_exclude_regex: "\
427 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
428 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
429 devstack_services:
430 q-dhcp: false
431 q-distributed-dhcp: true
432
433- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200434 name: neutron-tempest-plugin-openvswitch-iptables_hybrid-distributed-dhcp
435 parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200436 timeout: 10000
437 vars:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200438 network_api_extensions_openvswitch:
439 - local_ip
440 - logging
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200441 # NOTE: DHCP extra options and dns services aren't supported with
442 # distributed DHCP L2 agent extension
443 tempest_exclude_regex: "\
444 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
445 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
446 devstack_services:
447 q-dhcp: false
448 q-distributed-dhcp: true
449
450- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200451 name: neutron-tempest-plugin-linuxbridge
452 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200453 timeout: 10000
Slawek Kaplonskide8e5032020-08-27 09:12:43 +0200454 roles:
455 - zuul: openstack/neutron
456 pre-run: playbooks/linuxbridge-scenario-pre-run.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200457 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530458 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100459 devstack_services:
460 # Disable OVN services
461 br-ex-tcpdump: false
462 br-int-flows: false
463 ovn-controller: false
464 ovn-northd: false
465 ovs-vswitchd: false
466 ovsdb-server: false
467 q-ovn-metadata-agent: false
468 # Neutron services
469 q-agt: true
470 q-dhcp: true
471 q-l3: true
472 q-meta: true
473 q-metering: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200474 # SG logging isn't supported by linuxbridge backend
475 neutron-log: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100476 network_api_extensions_linuxbridge:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200477 - dhcp_agent_scheduler
Eduardo Olivares088707b2020-12-01 21:13:45 +0100478 - vlan-transparent
elajkat8bbd7432020-11-04 16:41:34 +0100479 network_available_features: *available_features
Eduardo Olivares088707b2020-12-01 21:13:45 +0100480 # TODO(eolivare): remove VLAN Transparency tests from blacklist
481 # when bug https://bugs.launchpad.net/neutron/+bug/1907548 will be fixed
Slawek Kaplonskicc63c422021-07-21 10:20:18 +0200482 # TODO(slaweq): remove
483 # test_established_tcp_session_after_re_attachinging_sg from the
484 # exclude regex when bug https://bugs.launchpad.net/neutron/+bug/1936911
485 # will be fixed
Slawek Kaplonski3fe3a902022-04-13 09:46:24 +0200486 # TODO(slaweq) remove test_floatingip_port_details from the exclude
487 # regex when bug https://bugs.launchpad.net/neutron/+bug/1799790 will be
488 # fixed
Slawek Kaplonskicc63c422021-07-21 10:20:18 +0200489 tempest_exclude_regex: "\
490 (^neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest)|\
Slawek Kaplonski83979b92022-12-15 14:15:12 +0100491 (^neutron_tempest_plugin.scenario.test_security_groups.StatefulNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
492 (^neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
Slawek Kaplonski3fe3a902022-04-13 09:46:24 +0200493 (^neutron_tempest_plugin.scenario.test_floatingip.FloatingIPPortDetailsTest.test_floatingip_port_details)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200494 devstack_localrc:
495 Q_AGENT: linuxbridge
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200496 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_linuxbridge) | join(',') }}"
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100497 Q_ML2_TENANT_NETWORK_TYPE: vxlan
498 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch,linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200499 devstack_local_conf:
500 post-config:
501 $NEUTRON_CONF:
502 DEFAULT:
503 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100504 vlan_transparent: true
Slawek Kaplonski24ad1f32020-08-11 11:01:34 +0200505 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200506 AGENT:
507 debug_iptables_rules: true
Miguel Lavalle22173b82022-06-13 17:53:50 -0500508 EXPERIMENTAL:
509 linuxbridge: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200510 /$NEUTRON_CORE_PLUGIN_CONF:
511 ml2:
512 type_drivers: flat,vlan,local,vxlan
Eduardo Olivares088707b2020-12-01 21:13:45 +0100513 mechanism_drivers: linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200514 test-config:
515 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100516 network-feature-enabled:
517 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200518 neutron_plugin_options:
519 available_type_drivers: flat,vlan,local,vxlan
520 q_agent: linuxbridge
Hang Yange6e0ccf2021-02-26 15:07:05 -0600521 firewall_driver: iptables
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100522 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530523 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100524 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530525 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100526 - ^releasenotes/.*$
527 - ^doc/.*$
528 - ^setup.cfg$
529 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530530 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100531 - ^neutron/locale/.*$
532 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530533 - ^neutron/tests/fullstack/.*
534 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100535 - ^tools/.*$
536 - ^tox.ini$
537 - ^neutron/agent/linux/openvswitch_firewall/.*$
538 - ^neutron/agent/ovn/.*$
539 - ^neutron/agent/windows/.*$
540 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
541 - ^neutron/plugins/ml2/drivers/macvtap/.*$
542 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
543 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530544 - ^neutron/services/ovn_l3/.*$
545 - ^neutron/services/logapi/drivers/openvswitch/.*$
546 - ^neutron/services/logapi/drivers/ovn/.*$
547 - ^neutron/services/portforwarding/drivers/ovn/.*$
548 - ^neutron/services/qos/drivers/openvswitch/.*$
549 - ^neutron/services/qos/drivers/ovn/.*$
550 - ^neutron/services/trunk/drivers/openvswitch/.*$
551 - ^neutron/services/trunk/drivers/ovn/.*$
552 - ^neutron/cmd/ovn/.*$
553 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530554 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
555 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530556 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530557 - ^roles/.*functional.*$
558 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530559 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530560 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200561
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200562# TODO(slaweq): remove that job's definition as soon as new job
563# "neutron-tempest-plugin-linuxbridge" will be used in the neutron repo as
564# a parent for a "neutron-linuxbridge-tempest-plugin-scenario-nftables" job
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200565- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200566 name: neutron-tempest-plugin-scenario-linuxbridge
567 parent: neutron-tempest-plugin-linuxbridge
568
569- job:
570 name: neutron-tempest-plugin-ovn
571 parent: neutron-tempest-plugin-base-nested-switch
Rodolfo Alonso Hernandez99acc992021-11-03 08:30:33 +0000572 timeout: 10800
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000573 vars:
Eduardo Olivares088707b2020-12-01 21:13:45 +0100574 network_api_extensions_ovn:
575 - vlan-transparent
Jakub Libosvar20591c52020-10-29 21:01:51 +0100576 # TODO(jlibosva): Remove the NetworkWritableMtuTest test from the list
577 # once east/west fragmentation is supported in core OVN
Ghanshyam Mannff54bba2021-02-11 13:17:16 -0600578 tempest_exclude_regex: "\
Jakub Libosvar20591c52020-10-29 21:01:51 +0100579 (^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest)"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000580 devstack_localrc:
581 Q_AGENT: ovn
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200582 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000583 Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
584 Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
585 Q_ML2_TENANT_NETWORK_TYPE: geneve
586 Q_USE_PROVIDERNET_FOR_PUBLIC: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000587 ENABLE_CHASSIS_AS_GW: true
588 OVN_L3_CREATE_PUBLIC_NETWORK: true
589 OVN_DBS_LOG_LEVEL: dbg
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000590 ENABLE_TLS: True
591 OVN_IGMP_SNOOPING_ENABLE: True
Eduardo Olivares088707b2020-12-01 21:13:45 +0100592 # TODO(eolivare): Remove OVN_BUILD_FROM_SOURCE once vlan-transparency
593 # is included in an ovn released version
594 OVN_BUILD_FROM_SOURCE: True
Daniel Alvarez Sanchez19b0b992021-07-14 11:21:56 +0200595 OVN_BRANCH: "v21.06.0"
Rodolfo Alonso Hernandez93f1e9b2022-03-20 06:47:39 +0000596 OVS_BRANCH: "a4b04276ab5934d087669ff2d191a23931335c87"
Slawek Kaplonski862cbeb2021-03-20 10:05:26 +0100597 OVS_SYSCONFDIR: "/usr/local/etc/openvswitch"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000598 devstack_services:
599 br-ex-tcpdump: true
600 br-int-flows: true
601 q-ovn-metadata-agent: true
602 ovn-controller: true
603 ovn-northd: true
604 ovs-vswitchd: true
605 ovsdb-server: true
606 q-agt: false
607 q-dhcp: false
608 q-l3: false
609 q-meta: false
610 q-metering: false
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100611 q-qos: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100612 # Cinder services
613 c-api: false
614 c-bak: false
615 c-sch: false
616 c-vol: false
617 cinder: false
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000618 s-account: false
619 s-container-sync: false
620 s-container: false
621 s-object: false
622 s-proxy: false
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000623 devstack_local_conf:
624 post-config:
625 $NEUTRON_CONF:
626 DEFAULT:
627 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100628 vlan_transparent: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000629 /$NEUTRON_CORE_PLUGIN_CONF:
630 ml2:
631 type_drivers: local,flat,vlan,geneve
632 test-config:
633 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100634 network-feature-enabled:
635 available_features: ""
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000636 neutron_plugin_options:
637 available_type_drivers: local,flat,vlan,geneve
638 is_igmp_snooping_enabled: True
Hang Yange6e0ccf2021-02-26 15:07:05 -0600639 firewall_driver: ovn
Jakub Libosvar08f3c612021-02-07 15:50:23 +0100640 zuul_copy_output:
641 '{{ devstack_base_dir }}/data/ovs': 'logs'
642 '{{ devstack_base_dir }}/data/ovn': 'logs'
643 '{{ devstack_log_dir }}/ovsdb-server-nb.log': 'logs'
644 '{{ devstack_log_dir }}/ovsdb-server-sb.log': 'logs'
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200645 '/var/log/ovn': 'logs'
646 '/var/log/openvswitch': 'logs'
647 '/var/lib/ovn': 'logs'
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100648 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530649 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100650 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530651 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100652 - ^releasenotes/.*$
653 - ^doc/.*$
654 - ^setup.cfg$
655 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530656 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100657 - ^neutron/locale/.*$
658 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530659 - ^neutron/tests/fullstack/.*
660 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100661 - ^tools/.*$
662 - ^tox.ini$
663 - ^neutron/agent/dhcp/.*$
664 - ^neutron/agent/l2/.*$
665 - ^neutron/agent/l3/.*$
666 - ^neutron/agent/metadata/.*$
667 - ^neutron/agent/windows/.*$
668 - ^neutron/agent/dhcp_agent.py
669 - ^neutron/agent/l3_agent.py
670 - ^neutron/agent/metadata_agent.py
671 - ^neutron/agent/resource_cache.py
672 - ^neutron/agent/rpc.py
673 - ^neutron/agent/securitygroup_rpc.py
674 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
675 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
676 - ^neutron/plugins/ml2/drivers/macvtap/.*$
677 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530678 - ^neutron/services/qos/drivers/linuxbridge/.*$
679 - ^neutron/services/qos/drivers/openvswitch/.*$
680 - ^neutron/services/trunk/drivers/linuxbridge/.*$
681 - ^neutron/services/trunk/drivers/openvswitch/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100682 - ^neutron/scheduler/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530683 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
684 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530685 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530686 - ^roles/.*functional.*$
687 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530688 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530689 - ^zuul.d/(?!(project)).*\.yaml
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000690
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200691# TODO(slaweq): remove that job's definition as soon as new job
692# "neutron-tempest-plugin-ovn" will be used in the neutron-lib repo as
693# instead of old "neutron-tempest-plugin-api" job
694- job:
695 name: neutron-tempest-plugin-api
696 parent: neutron-tempest-plugin-ovn
697
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000698- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200699 name: neutron-tempest-plugin-dvr-multinode-scenario
700 parent: tempest-multinode-full
701 description: |
702 Perform setup for Neutron tempest tests in multinode with DVR scenario
703 roles:
704 - zuul: openstack/devstack
705 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200706 - openstack/neutron
707 - openstack/neutron-tempest-plugin
708 - openstack/tempest
709 pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
710 voting: false
711 vars:
712 tempest_concurrency: 4
713 tox_envlist: all
714 tempest_test_regex: ^neutron_tempest_plugin\.scenario
715 # NOTE(slaweq): in case of some tests, which requires advanced image,
716 # default test timeout set to 1200 seconds may be not enough if job is
717 # run on slow node
718 tempest_test_timeout: 2400
719 network_api_extensions_common: *api_extensions
720 network_api_extensions_dvr:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200721 - dhcp_agent_scheduler
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200722 - dvr
723 devstack_localrc:
724 USE_PYTHON3: true
725 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_dvr) | join(',') }}"
726 PHYSICAL_NETWORK: default
Slawek Kaplonski35a44142020-09-29 21:39:53 +0200727 CIRROS_VERSION: 0.5.1
yatinkarel165e4092021-12-08 19:19:34 +0530728 DEFAULT_IMAGE_NAME: cirros-0.5.1-x86_64-uec
729 DEFAULT_IMAGE_FILE_NAME: cirros-0.5.1-x86_64-uec.tar.gz
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200730 IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
731 ADVANCED_IMAGE_NAME: ubuntu-20.04-minimal-cloudimg-amd64
732 ADVANCED_INSTANCE_TYPE: ntp_image_256M
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200733 ADVANCED_INSTANCE_USER: ubuntu
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200734 CUSTOMIZE_IMAGE: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200735 BUILD_TIMEOUT: 784
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200736 Q_AGENT: openvswitch
737 Q_ML2_TENANT_NETWORK_TYPE: vxlan
738 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200739 devstack_plugins:
740 neutron: https://opendev.org/openstack/neutron.git
741 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
742 tempest_plugins:
743 - neutron-tempest-plugin
744 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200745 tls-proxy: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200746 tempest: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200747 # Disable OVN services
748 br-ex-tcpdump: false
749 br-int-flows: false
750 ovn-controller: false
751 ovn-northd: false
752 ovs-vswitchd: false
753 ovsdb-server: false
754 q-ovn-metadata-agent: false
755 # Neutron services
756 q-agt: true
757 q-dhcp: true
758 q-l3: true
759 q-meta: true
760 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200761 neutron-dns: true
762 neutron-qos: true
763 neutron-segments: true
764 neutron-trunk: true
765 neutron-log: true
766 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100767 # Cinder services
768 c-api: false
769 c-bak: false
770 c-sch: false
771 c-vol: false
772 cinder: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100773 # We don't need Swift to be run in the Neutron jobs
774 s-account: false
775 s-container: false
776 s-object: false
777 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200778 devstack_local_conf:
779 post-config:
780 $NEUTRON_CONF:
781 quotas:
782 quota_router: 100
783 quota_floatingip: 500
784 quota_security_group: 100
785 quota_security_group_rule: 1000
786 DEFAULT:
787 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200788 "/$NEUTRON_CORE_PLUGIN_CONF":
789 ml2:
790 type_drivers: flat,geneve,vlan,gre,local,vxlan
791 mechanism_drivers: openvswitch,l2population
792 ml2_type_vlan:
793 network_vlan_ranges: foo:1:10
794 ml2_type_vxlan:
795 vni_ranges: 1:2000
796 ml2_type_gre:
797 tunnel_id_ranges: 1:1000
798 agent:
799 enable_distributed_routing: True
800 l2_population: True
801 tunnel_types: vxlan,gre
802 ovs:
803 tunnel_bridge: br-tun
804 bridge_mappings: public:br-ex
805 $NEUTRON_L3_CONF:
806 DEFAULT:
807 agent_mode: dvr_snat
808 agent:
809 availability_zone: nova
810 $NEUTRON_DHCP_CONF:
811 agent:
812 availability_zone: nova
813 "/etc/neutron/api-paste.ini":
814 "composite:neutronapi_v2_0":
815 use: "call:neutron.auth:pipeline_factory"
816 noauth: "cors request_id catch_errors osprofiler extensions neutronapiapp_v2_0"
817 keystone: "cors request_id catch_errors osprofiler authtoken keystonecontext extensions neutronapiapp_v2_0"
818 test-config:
819 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100820 network-feature-enabled:
821 available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200822 neutron_plugin_options:
823 provider_vlans: foo,
824 agent_availability_zone: nova
825 image_is_advanced: true
826 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
827 l3_agent_mode: dvr_snat
Hang Yange6e0ccf2021-02-26 15:07:05 -0600828 firewall_driver: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200829 group-vars:
830 subnode:
831 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200832 tls-proxy: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200833 br-ex-tcpdump: false
834 br-int-flows: false
835 # Disable OVN services
836 ovn-controller: false
837 ovn-northd: false
838 ovs-vswitchd: false
839 ovsdb-server: false
840 q-ovn-metadata-agent: false
841 # Neutron services
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200842 q-agt: true
843 q-l3: true
844 q-meta: true
845 neutron-qos: true
846 neutron-trunk: true
847 neutron-log: true
848 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100849 # Cinder services
850 c-bak: false
851 c-vol: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100852 # We don't need Swift to be run in the Neutron jobs
853 s-account: false
854 s-container: false
855 s-object: false
856 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200857 devstack_localrc:
858 USE_PYTHON3: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200859 Q_AGENT: openvswitch
860 Q_ML2_TENANT_NETWORK_TYPE: vxlan
861 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200862 devstack_local_conf:
863 post-config:
864 $NEUTRON_CONF:
865 DEFAULT:
866 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200867 "/$NEUTRON_CORE_PLUGIN_CONF":
868 agent:
869 enable_distributed_routing: True
870 l2_population: True
871 tunnel_types: vxlan,gre
872 ovs:
873 tunnel_bridge: br-tun
874 bridge_mappings: public:br-ex
875 $NEUTRON_L3_CONF:
876 DEFAULT:
877 agent_mode: dvr_snat
878 agent:
879 availability_zone: nova
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100880 irrelevant-files: *openvswitch-scenario-irrelevant-files
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200881
882- job:
883 name: neutron-tempest-plugin-designate-scenario
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200884 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200885 description: Neutron designate integration scenario
886 required-projects:
887 - openstack/designate
888 - openstack/designate-dashboard
889 - openstack/designate-tempest-plugin
890 timeout: 3600
891 vars:
892 network_api_extensions_common: *api_extensions
893 devstack_localrc:
894 DESIGNATE_BACKEND_DRIVER: bind9
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200895 # In this job advanced image is not needed, so it's name should be
896 # empty
897 ADVANCED_IMAGE_NAME: ""
898 NETWORK_API_EXTENSIONS: "{{ network_api_extensions_common | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200899 devstack_plugins:
900 designate: https://opendev.org/openstack/designate.git
901 devstack_services:
902 cinder: false
903 designate: true
904 tempest_plugins:
905 - designate-tempest-plugin
906 - neutron-tempest-plugin
907 tempest_test_regex: ^neutron_tempest_plugin\.scenario\.test_dns_integration
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100908 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530909 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100910 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530911 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100912 - ^releasenotes/.*$
913 - ^doc/.*$
914 - ^setup.cfg$
915 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530916 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100917 - ^neutron/locale/.*$
918 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530919 - ^neutron/tests/fullstack/.*
920 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100921 - ^tools/.*$
922 - ^tox.ini$
923 - ^neutron/agent/.*$
924 - ^neutron/cmd/.*$
925 - ^neutron/privileged/.*$
926 - ^neutron/plugins/ml2/drivers/.*$
927 - ^neutron/scheduler/.*$
928 - ^neutron/services/(?!externaldns).*$
yatinkarel9d85f292022-01-27 17:26:57 +0530929 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530930 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
931 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530932 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530933 - ^roles/.*functional.*$
934 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530935 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530936 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200937
938- job:
939 name: neutron-tempest-plugin-sfc
940 parent: neutron-tempest-plugin-base
941 timeout: 10800
942 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200943 - openstack/networking-sfc
944 - openstack/neutron
945 - openstack/neutron-tempest-plugin
946 - openstack/tempest
947 vars:
elajkat3d7420a2021-05-12 11:28:40 +0200948 devstack_services:
949 # Disable OVN services
950 br-ex-tcpdump: false
951 br-int-flows: false
952 ovn-controller: false
953 ovn-northd: false
954 ovs-vswitchd: false
955 ovsdb-server: false
956 q-ovn-metadata-agent: false
957 # Enable Neutron services that are not used by OVN
958 q-agt: true
959 q-dhcp: true
960 q-l3: true
961 q-meta: true
962 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200963 tempest_test_regex: ^neutron_tempest_plugin\.sfc
964 devstack_plugins:
965 networking-sfc: https://opendev.org/openstack/networking-sfc
966 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
967 network_api_extensions_sfc:
968 - flow_classifier
969 - sfc
970 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +0200971 Q_AGENT: openvswitch
972 Q_ML2_TENANT_NETWORK_TYPE: vxlan
973 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200974 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
975 # TODO(bcafarel): tests still fail from time to time in parallel
976 # https://bugs.launchpad.net/neutron/+bug/1851500
977 # https://bugs.launchpad.net/networking-sfc/+bug/1660366
978 tempest_concurrency: 1
yatinkarel007c22f2021-12-10 15:15:45 +0530979 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530980 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +0530981 - ^(test-|)requirements.txt$
982 - lower-constraints.txt
983 - ^releasenotes/.*$
984 - ^doc/.*$
985 - ^.*\.conf\.sample$
986 - ^setup.cfg$
987 - ^.*\.rst$
988 - ^neutron/locale/.*$
989 - ^neutron/tests/unit/.*$
990 - ^neutron/tests/fullstack/.*
991 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +0530992 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530993 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|tap_as_a_service|vpnaas).*$
994 - ^neutron_tempest_plugin/services/bgp/.*$
995 - ^tools/.*$
996 - ^tox.ini$
997 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530998 - ^roles/.*functional.*$
999 - ^playbooks/.*functional.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301000 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301001 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001002
1003- job:
1004 name: neutron-tempest-plugin-bgpvpn-bagpipe
1005 parent: neutron-tempest-plugin-base
1006 required-projects:
1007 - openstack/networking-bagpipe
1008 - openstack/networking-bgpvpn
1009 vars:
elajkat3d7420a2021-05-12 11:28:40 +02001010 devstack_services:
1011 # Disable OVN services
1012 br-ex-tcpdump: false
1013 br-int-flows: false
1014 ovn-controller: false
1015 ovn-northd: false
1016 ovs-vswitchd: false
1017 ovsdb-server: false
1018 q-ovn-metadata-agent: false
1019 # Enable Neutron services that are not used by OVN
1020 q-agt: true
1021 q-dhcp: true
1022 q-l3: true
1023 q-meta: true
1024 q-metering: true
yatinkarelb8e69d32022-09-13 17:48:00 +05301025 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001026 tempest_test_regex: ^neutron_tempest_plugin\.bgpvpn
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001027 network_api_extensions_bgpvpn:
1028 - bgpvpn
1029 - bgpvpn-routes-control
1030 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +02001031 Q_AGENT: openvswitch
1032 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1033 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001034 NETWORKING_BGPVPN_DRIVER: "BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe_v2.BaGPipeBGPVPNDriver:default"
1035 BAGPIPE_DATAPLANE_DRIVER_IPVPN: "ovs"
1036 BAGPIPE_BGP_PEERS: "-"
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001037 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgpvpn) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001038 devstack_plugins:
1039 networking-bgpvpn: https://git.openstack.org/openstack/networking-bgpvpn
1040 networking-bagpipe: https://git.openstack.org/openstack/networking-bagpipe
yatinkarel007c22f2021-12-10 15:15:45 +05301041 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301042 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301043 - ^(test-|)requirements.txt$
1044 - lower-constraints.txt
1045 - ^releasenotes/.*$
1046 - ^doc/.*$
1047 - ^.*\.conf\.sample$
1048 - ^setup.cfg$
1049 - ^.*\.rst$
1050 - ^neutron/locale/.*$
1051 - ^neutron/tests/unit/.*$
1052 - ^neutron/tests/fullstack/.*
1053 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301054 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301055 - ^neutron_tempest_plugin/(fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1056 - ^neutron_tempest_plugin/services/bgp/.*$
1057 - ^tools/.*$
1058 - ^tox.ini$
1059 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301060 - ^roles/.*functional.*$
1061 - ^playbooks/.*functional.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301062 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301063 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001064
1065- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001066 name: neutron-tempest-plugin-dynamic-routing
1067 parent: neutron-tempest-plugin-base
1068 description: |
1069 Perform setup common to all Neutron dynamic routing tempest tests
1070 required-projects:
1071 - openstack/neutron
1072 - openstack/neutron-dynamic-routing
1073 - openstack/os-ken
1074 - openstack/tempest
1075 pre-run: playbooks/dynamic-routing-pre-run.yaml
1076 vars:
1077 devstack_plugins:
1078 neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing
1079 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001080 network_api_extensions_bgp:
1081 - bgp
1082 - bgp_dragent_scheduler
1083 - bgp_4byte_asn
1084 devstack_localrc:
1085 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgp) | join(',') }}"
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +01001086 Q_AGENT: openvswitch
1087 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1088 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001089 devstack_services:
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +01001090 # Disable OVN services
1091 br-ex-tcpdump: false
1092 br-int-flows: false
1093 ovn-controller: false
1094 ovn-northd: false
1095 ovs-vswitchd: false
1096 ovsdb-server: false
1097 q-ovn-metadata-agent: false
1098 # Neutron services
1099 q-agt: true
1100 q-dhcp: true
1101 q-meta: true
1102 q-metering: true
1103 q-l3: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001104 neutron-dr: true
1105 neutron-dr-agent: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001106 tempest_concurrency: 1
1107 tempest_test_regex: ^neutron_tempest_plugin\.neutron_dynamic_routing
yatinkarel007c22f2021-12-10 15:15:45 +05301108 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301109 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301110 - ^(test-|)requirements.txt$
1111 - lower-constraints.txt
1112 - ^releasenotes/.*$
1113 - ^doc/.*$
1114 - ^.*\.conf\.sample$
1115 - ^setup.cfg$
1116 - ^.*\.rst$
1117 - ^neutron/locale/.*$
1118 - ^neutron/tests/unit/.*$
1119 - ^neutron/tests/fullstack/.*
1120 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301121 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301122 - ^neutron_tempest_plugin/(bgpvpn|fwaas|sfc|tap_as_a_service|vpnaas).*$
1123 - ^tools/.*$
1124 - ^tox.ini$
1125 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301126 - ^roles/.*functional.*$
1127 - ^playbooks/.*functional.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301128 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301129 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001130
1131- job:
zhouhenglc446cc592022-02-09 10:19:06 +08001132 name: neutron-tempest-plugin-fwaas
1133 parent: neutron-tempest-plugin-base
1134 timeout: 10800
1135 required-projects:
1136 - openstack/devstack-gate
1137 - openstack/neutron-fwaas
1138 - openstack/neutron
1139 - openstack/neutron-tempest-plugin
1140 - openstack/tempest
1141 vars:
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001142 tempest_concurrency: 4
zhouhenglc446cc592022-02-09 10:19:06 +08001143 tempest_test_regex: ^neutron_tempest_plugin\.fwaas
1144 devstack_plugins:
1145 neutron-fwaas: https://opendev.org/openstack/neutron-fwaas.git
1146 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
zhouhenglc446cc592022-02-09 10:19:06 +08001147 network_api_extensions_fwaas:
1148 - fwaas_v2
1149 devstack_localrc:
1150 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_fwaas) | join(',') }}"
1151 Q_AGENT: openvswitch
1152 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1153 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1154 devstack_services:
1155 # Disable OVN services
1156 br-ex-tcpdump: false
1157 br-int-flows: false
1158 ovn-controller: false
1159 ovn-northd: false
1160 q-ovn-metadata-agent: false
1161 # Neutron services
1162 q-agt: true
1163 q-dhcp: true
1164 q-meta: true
1165 q-metering: true
1166 q-l3: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001167 neutron-log: false
yatinkarel91821d22022-05-19 11:11:50 +05301168 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301169 - ^\.pylintrc$
yatinkarel91821d22022-05-19 11:11:50 +05301170 - ^(test-|)requirements.txt$
1171 - ^releasenotes/.*$
1172 - ^doc/.*$
1173 - ^.*\.conf\.sample$
1174 - ^setup.cfg$
1175 - ^.*\.rst$
1176 - ^neutron/locale/.*$
1177 - ^neutron/tests/unit/.*$
1178 - ^neutron/tests/fullstack/.*
1179 - ^neutron/tests/functional/.*
1180 - ^neutron_tempest_plugin/api/test_.*$
1181 - ^neutron_tempest_plugin/(bgpvpn|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1182 - ^neutron_tempest_plugin/services/bgp/.*$
1183 - ^tools/.*$
1184 - ^tox.ini$
1185 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301186 - ^roles/.*functional.*$
1187 - ^playbooks/.*functional.*$
yatinkarel91821d22022-05-19 11:11:50 +05301188 - ^vagrant/.*$
1189 - ^zuul.d/(?!(project)).*\.yaml
zhouhenglc446cc592022-02-09 10:19:06 +08001190
1191- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001192 name: neutron-tempest-plugin-vpnaas
1193 parent: neutron-tempest-plugin-base
1194 timeout: 3900
1195 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001196 - openstack/neutron
1197 - openstack/neutron-vpnaas
1198 - openstack/neutron-tempest-plugin
1199 - openstack/tempest
1200 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301201 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001202 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
1203 devstack_plugins:
1204 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
1205 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1206 network_api_extensions_common: *api_extensions
1207 network_api_extensions_vpnaas:
1208 - vpnaas
1209 devstack_localrc:
1210 IPSEC_PACKAGE: strongswan
1211 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
elajkat3a98dae2021-09-17 17:25:27 +02001212 Q_AGENT: openvswitch
1213 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1214 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1215 devstack_services:
1216 # Disable OVN services
1217 br-ex-tcpdump: false
1218 br-int-flows: false
1219 ovn-controller: false
1220 ovn-northd: false
1221 ovs-vswitchd: false
1222 ovsdb-server: false
1223 q-ovn-metadata-agent: false
1224 # Neutron services
1225 q-agt: true
1226 q-dhcp: true
1227 q-meta: true
1228 q-metering: true
1229 q-l3: true
yatinkarel007c22f2021-12-10 15:15:45 +05301230 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301231 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301232 - ^(test-|)requirements.txt$
1233 - lower-constraints.txt
1234 - ^releasenotes/.*$
1235 - ^doc/.*$
1236 - ^.*\.conf\.sample$
1237 - ^setup.cfg$
1238 - ^.*\.rst$
1239 - ^neutron/locale/.*$
1240 - ^neutron/tests/unit/.*$
1241 - ^neutron/tests/fullstack/.*
1242 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301243 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301244 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service).*$
1245 - ^neutron_tempest_plugin/services/bgp/.*$
1246 - ^tools/.*$
1247 - ^tox.ini$
1248 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301249 - ^roles/.*functional.*$
1250 - ^playbooks/.*functional.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301251 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301252 - ^zuul.d/(?!(project)).*\.yaml
elajkat4abd0682021-08-06 16:05:23 +02001253
1254- job:
1255 name: neutron-tempest-plugin-tap-as-a-service
1256 parent: neutron-tempest-plugin-base
1257 description: |
1258 Perform setup common to all tap-as-a-service tempest tests
1259 roles:
1260 - zuul: openstack/devstack
1261 required-projects:
1262 - openstack/devstack-gate
1263 - openstack/neutron
1264 - openstack/neutron-tempest-plugin
1265 - openstack/tap-as-a-service
1266 - openstack/tempest
1267 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301268 tempest_concurrency: 4
elajkat4abd0682021-08-06 16:05:23 +02001269 tempest_test_regex: ^neutron_tempest_plugin\.tap_as_a_service
1270 tox_envlist: all
elajkat4abd0682021-08-06 16:05:23 +02001271 network_api_extensions_tempest:
1272 - taas
1273 - taas-vlan-filter
1274 devstack_localrc:
1275 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
elajkat4abd0682021-08-06 16:05:23 +02001276 BUILD_TIMEOUT: 784
1277 Q_AGENT: openvswitch
elajkat1f275e42021-10-15 12:47:55 +02001278 Q_ML2_TENANT_NETWORK_TYPE: vxlan,vlan
elajkat4abd0682021-08-06 16:05:23 +02001279 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1280 devstack_local_conf:
1281 post-config:
1282 /$NEUTRON_CORE_PLUGIN_CONF:
1283 AGENT:
elajkat1f275e42021-10-15 12:47:55 +02001284 tunnel_types: vxlan
1285 ml2_type_vlan:
1286 network_vlan_ranges: public
elajkat4abd0682021-08-06 16:05:23 +02001287 test-config:
1288 $TEMPEST_CONFIG:
elajkat1f275e42021-10-15 12:47:55 +02001289 neutron_plugin_options:
1290 image_is_advanced: true
1291 advanced_image_flavor_ref: d1
1292 taas:
elajkat4abd0682021-08-06 16:05:23 +02001293 provider_physical_network: public
1294 provider_segmentation_id: 100
1295 image_feature_enabled:
1296 api_v2: true
1297 devstack_plugins:
1298 neutron: git://opendev.org/openstack/neutron.git
1299 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1300 tap-as-a-service: git://opendev.org/openstack/tap-as-a-service.git
1301 devstack_services:
1302 # Disable OVN services
1303 ovn-controller: false
1304 ovn-northd: false
1305 ovs-vswitchd: false
1306 ovsdb-server: false
1307 q-ovn-metadata-agent: false
1308 # Enable Neutron services that are not used by OVN
1309 q-agt: true
1310 q-dhcp: true
1311 q-l3: true
1312 q-meta: true
1313 q-metering: true
1314 br-ex-tcpdump: true
1315 br-int-flows: true
1316 base: false
1317 key: true
1318 mysql: true
1319 rabbit: true
1320 g-api: true
1321 g-reg: true
1322 n-api: true
1323 n-cond: true
1324 n-cpu: true
1325 n-crt: true
1326 n-sch: true
1327 placement-api: true
1328 n-api-meta: true
1329 q-svc: true
1330 quantum: true
1331 taas: true
1332 taas_openvswitch_agent: true
1333 tempest: true
1334 dstat: true
yatinkarel007c22f2021-12-10 15:15:45 +05301335 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301336 - ^\.pylintrc$
elajkat4abd0682021-08-06 16:05:23 +02001337 - ^(test-|)requirements.txt$
yatinkarel007c22f2021-12-10 15:15:45 +05301338 - lower-constraints.txt
elajkat4abd0682021-08-06 16:05:23 +02001339 - ^releasenotes/.*$
1340 - ^doc/.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301341 - ^.*\.conf\.sample$
1342 - ^setup.cfg$
elajkat4abd0682021-08-06 16:05:23 +02001343 - ^.*\.rst$
yatinkarel007c22f2021-12-10 15:15:45 +05301344 - ^neutron/locale/.*$
1345 - ^neutron/tests/unit/.*$
1346 - ^neutron/tests/fullstack/.*
1347 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301348 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301349 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|vpnaas).*$
1350 - ^neutron_tempest_plugin/services/bgp/.*$
elajkat4abd0682021-08-06 16:05:23 +02001351 - ^tools/.*$
1352 - ^tox.ini$
yatinkarel007c22f2021-12-10 15:15:45 +05301353 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301354 - ^roles/.*functional.*$
1355 - ^playbooks/.*functional.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301356 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301357 - ^zuul.d/(?!(project)).*\.yaml