blob: d47ff64c556a04dd01ad0f634709e514b3ba3ce6 [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
yatinkarel1f5797e2023-08-01 12:09:43 +053030 CIRROS_VERSION: 0.6.2
31 DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-uec
32 DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-uec.tar.gz
Slawek Kaplonski8988a012022-04-07 10:50:44 +020033 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
Ihar Hrachyshkacb596482023-04-19 16:33:13 -040041 # TODO(ihrachys): remove OVN_BUILD_FROM_SOURCE once the OS packages
42 # include at least OVN v22.03.3.
Slawek Kaplonski8988a012022-04-07 10:50:44 +020043 OVN_BUILD_FROM_SOURCE: True
Ihar Hrachyshkacb596482023-04-19 16:33:13 -040044 # TODO(ihrachys): switch back to a tagged version when it's released
45 # OVN_BRANCH: "v22.03.3"
46 OVN_BRANCH: "36e3ab9b47e93af0599a818e9d6b2930e49473f0"
47 OVS_BRANCH: "2410b95597fcec5f733caf77febdb46f4ffacd27"
Slawek Kaplonski8988a012022-04-07 10:50:44 +020048 devstack_plugins:
49 neutron: https://opendev.org/openstack/neutron.git
50 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
51 tempest_plugins:
52 - neutron-tempest-plugin
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020053 # TODO(slaweq): find a way to put this list of extensions in
54 # neutron repository and keep it different per branch,
55 # then it could be removed from here
56 network_api_extensions_common: &api_extensions
Miguel Lavalleb1c7a3d2021-01-31 19:05:22 -060057 - address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020058 - address-scope
59 - agent
60 - allowed-address-pairs
61 - auto-allocated-topology
62 - availability_zone
63 - binding
64 - default-subnetpools
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020065 - dns-domain-ports
66 - dns-integration
Slawek Kaplonski913c3062020-06-08 00:06:54 +020067 - dns-integration-domain-keywords
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020068 - empty-string-filtering
69 - expose-port-forwarding-in-fip
70 - expose-l3-conntrack-helper
71 - ext-gw-mode
72 - external-net
73 - extra_dhcp_opt
74 - extraroute
75 - extraroute-atomic
76 - filter-validation
77 - fip-port-details
78 - flavors
79 - floating-ip-port-forwarding
zhouhenglcbdacaa22022-09-08 08:47:04 +080080 - floating-ip-port-forwarding-detail
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020081 - floatingip-pools
82 - ip-substring-filtering
83 - l3-conntrack-helper
yangjianfeng2936a292022-02-04 11:22:11 +080084 - l3-ext-ndp-proxy
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020085 - l3-flavors
86 - l3-ha
yangjianfeng2936a292022-02-04 11:22:11 +080087 - l3-ndp-proxy
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020088 - l3_agent_scheduler
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020089 - metering
90 - multi-provider
91 - net-mtu
92 - net-mtu-writable
93 - network-ip-availability
94 - network_availability_zone
95 - network-segment-range
96 - pagination
Slawek Kaplonskiada16222021-10-07 11:49:51 +020097 - port-device-profile
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +020098 - port-resource-request
elajkat4a1357b2021-08-31 10:16:25 +020099 - port-resource-request-groups
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200100 - port-mac-address-regenerate
101 - port-security
102 - port-security-groups-filtering
103 - project-id
104 - provider
105 - qos
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200106 - qos-fip
107 - quotas
108 - quota_details
Miguel Lavalleb1c7a3d2021-01-31 19:05:22 -0600109 - rbac-address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200110 - rbac-address-scope
111 - rbac-policies
112 - rbac-security-groups
113 - rbac-subnetpool
114 - router
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200115 - router_availability_zone
116 - security-group
Slawek Kaplonskiaa22c9e2023-05-18 18:59:26 +0200117 - security-groups-default-rules
Slawek Kaplonski63396f02023-12-06 11:01:24 +0100118 - security-groups-normalized-cidr
Hang Yange6e0ccf2021-02-26 15:07:05 -0600119 - security-groups-remote-address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200120 - segment
121 - service-type
122 - sorting
123 - standard-attr-description
124 - standard-attr-revisions
125 - standard-attr-segment
126 - standard-attr-tag
127 - standard-attr-timestamp
Ihar Hrachyshkab0b597f2021-11-04 03:00:42 +0000128 - stateful-security-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200129 - subnet_allocation
130 - subnet-dns-publish-fixed-ip
Slawek Kaplonskia5cdede2021-06-23 09:37:04 +0200131 - subnet-service-types
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200132 - subnetpool-prefix-ops
133 - tag-ports-during-bulk-creation
134 - trunk
135 - trunk-details
136 - uplink-status-propagation
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200137 devstack_services:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200138 tempest: true
139 neutron-dns: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200140 neutron-log: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200141 neutron-qos: true
142 neutron-segments: true
143 neutron-trunk: true
144 neutron-uplink-status-propagation: true
145 neutron-network-segment-range: true
146 neutron-port-forwarding: true
147 neutron-conntrack-helper: true
148 neutron-tag-ports-during-bulk-creation: true
yangjianfeng2936a292022-02-04 11:22:11 +0800149 neutron-ndp-proxy: true
Rodolfo Alonso Hernandez0da38af2024-03-05 00:03:27 +0000150 neutron-subnet-external-network: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200151 br-ex-tcpdump: true
152 br-int-flows: true
153 # Cinder services
154 c-api: false
155 c-bak: false
156 c-sch: false
157 c-vol: false
158 cinder: false
159 # We don't need Swift to be run in the Neutron jobs
160 s-account: false
161 s-container: false
162 s-object: false
163 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200164 devstack_local_conf:
165 post-config:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200166 $NEUTRON_CONF:
167 QUOTAS:
168 quota_router: 100
169 quota_floatingip: 500
170 quota_security_group: 150
171 quota_security_group_rule: 1000
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200172 /$NEUTRON_CORE_PLUGIN_CONF:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200173 ml2:
174 type_drivers: flat,geneve,vlan,gre,local,vxlan
175 ml2_type_vlan:
176 network_vlan_ranges: foo:1:10
177 ml2_type_vxlan:
178 vni_ranges: 1:2000
179 ml2_type_gre:
180 tunnel_id_ranges: 1:1000
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200181 network_log:
182 local_output_log_base: /tmp/test_log.log
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200183 $NEUTRON_L3_CONF:
184 agent:
185 availability_zone: nova
186 $NEUTRON_DHCP_CONF:
187 agent:
188 availability_zone: nova
189 test-config:
190 $TEMPEST_CONFIG:
191 neutron_plugin_options:
192 provider_vlans: foo,
193 agent_availability_zone: nova
194 image_is_advanced: true
195 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
196 provider_net_base_segm_id: 1
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100197 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530198 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100199 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530200 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100201 - ^releasenotes/.*$
202 - ^doc/.*$
203 - ^setup.cfg$
204 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530205 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100206 - ^neutron/locale/.*$
207 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530208 - ^neutron/tests/fullstack/.*
209 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100210 - ^tools/.*$
211 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530212 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100213 - ^neutron/agent/.*$
214 - ^neutron/privileged/.*$
Takashi Kajinamia78d12a2021-08-22 13:25:18 +0900215 - ^neutron_lib/tests/unit/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100216 - ^neutron_tempest_plugin/scenario/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530217 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530218 - ^roles/.*functional.*$
219 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530220 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530221 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100222
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200223- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200224 name: neutron-tempest-plugin-openvswitch
225 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200226 timeout: 10000
227 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530228 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100229 devstack_services:
230 # Disable OVN services
231 br-ex-tcpdump: false
232 br-int-flows: false
233 ovn-controller: false
234 ovn-northd: false
235 ovs-vswitchd: false
236 ovsdb-server: false
237 q-ovn-metadata-agent: false
238 # Neutron services
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300239 neutron-local-ip-static: true
Rodolfo Alonso Hernandez0da38af2024-03-05 00:03:27 +0000240 neutron-subnet-external-network: true
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100241 q-agt: true
242 q-dhcp: true
243 q-l3: true
244 q-meta: true
245 q-metering: true
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300246 network_api_extensions_openvswitch:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200247 - dhcp_agent_scheduler
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300248 - local_ip
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200249 - qos-bw-minimum-ingress
250 network_available_features: &available_features
251 - ipv6_metadata
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200252 devstack_localrc:
253 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100254 Q_ML2_TENANT_NETWORK_TYPE: vxlan
255 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200256 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_openvswitch) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200257 devstack_local_conf:
258 post-config:
259 $NEUTRON_CONF:
260 DEFAULT:
261 enable_dvr: false
Brian Haley1945f922023-10-10 16:50:15 +0000262 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200263 /$NEUTRON_CORE_PLUGIN_CONF:
264 agent:
265 tunnel_types: vxlan,gre
266 ovs:
267 tunnel_bridge: br-tun
268 bridge_mappings: public:br-ex
Rodolfo Alonso Hernandez68596be2022-05-03 14:51:54 +0000269 openflow_processed_per_port: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200270 test-config:
271 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100272 network-feature-enabled:
273 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200274 neutron_plugin_options:
275 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600276 firewall_driver: openvswitch
yatinkarel55f1f922023-10-06 18:51:31 +0530277 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530278 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100279 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530280 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100281 - ^releasenotes/.*$
282 - ^doc/.*$
283 - ^setup.cfg$
284 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530285 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100286 - ^neutron/locale/.*$
287 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530288 - ^neutron/tests/fullstack/.*
289 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100290 - ^tools/.*$
291 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530292 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100293 - ^neutron/agent/ovn/.*$
294 - ^neutron/agent/windows/.*$
295 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
296 - ^neutron/plugins/ml2/drivers/macvtap/.*$
297 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
298 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530299 - ^neutron/services/ovn_l3/.*$
300 - ^neutron/services/logapi/drivers/ovn/.*$
301 - ^neutron/services/portforwarding/drivers/ovn/.*$
302 - ^neutron/services/qos/drivers/linuxbridge/.*$
303 - ^neutron/services/qos/drivers/ovn/.*$
304 - ^neutron/services/trunk/drivers/linuxbridge/.*$
305 - ^neutron/services/trunk/drivers/ovn/.*$
306 - ^neutron/cmd/ovn/.*$
307 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530308 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
309 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530310 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530311 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530312 - ^playbooks/.*dvr-multinode.*$
313 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530314 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530315 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530316 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530317 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200318
319- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200320 name: neutron-tempest-plugin-openvswitch-iptables_hybrid
321 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200322 timeout: 10000
323 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530324 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100325 devstack_services:
326 # Disable OVN services
327 br-ex-tcpdump: false
328 br-int-flows: false
329 ovn-controller: false
330 ovn-northd: false
331 ovs-vswitchd: false
332 ovsdb-server: false
333 q-ovn-metadata-agent: false
334 # Neutron services
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300335 neutron-local-ip: true
Rodolfo Alonso Hernandez0da38af2024-03-05 00:03:27 +0000336 neutron-subnet-external-network: true
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100337 q-agt: true
338 q-dhcp: true
339 q-l3: true
340 q-meta: true
341 q-metering: true
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300342 network_api_extensions_openvswitch:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200343 - dhcp_agent_scheduler
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300344 - local_ip
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200345 - logging
elajkat8bbd7432020-11-04 16:41:34 +0100346 network_available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200347 # TODO(slaweq): remove trunks subport_connectivity test from blacklist
348 # when bug https://bugs.launchpad.net/neutron/+bug/1838760 will be fixed
Alex Katzbd2bfd42021-05-26 18:12:36 +0300349 # TODO(akatz): remove established tcp session verification test when the
350 # bug https://bugzilla.redhat.com/show_bug.cgi?id=1965036 will be fixed
351 tempest_exclude_regex: "\
352 (^neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity)|\
Slawek Kaplonski83979b92022-12-15 14:15:12 +0100353 (^neutron_tempest_plugin.scenario.test_security_groups.StatefulNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
354 (^neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200355 devstack_localrc:
356 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100357 Q_ML2_TENANT_NETWORK_TYPE: vxlan
358 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200359 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_openvswitch) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200360 devstack_local_conf:
361 post-config:
362 $NEUTRON_CONF:
363 DEFAULT:
364 enable_dvr: false
Brian Haley1945f922023-10-10 16:50:15 +0000365 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200366 /$NEUTRON_CORE_PLUGIN_CONF:
367 agent:
368 tunnel_types: vxlan,gre
369 ovs:
370 tunnel_bridge: br-tun
371 bridge_mappings: public:br-ex
372 securitygroup:
373 firewall_driver: iptables_hybrid
374 test-config:
375 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100376 network-feature-enabled:
377 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200378 neutron_plugin_options:
379 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600380 firewall_driver: iptables_hybrid
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100381 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530382 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100383 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530384 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100385 - ^releasenotes/.*$
386 - ^doc/.*$
387 - ^setup.cfg$
388 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530389 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100390 - ^neutron/locale/.*$
391 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530392 - ^neutron/tests/fullstack/.*
393 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100394 - ^tools/.*$
395 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530396 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100397 - ^neutron/agent/linux/openvswitch_firewall/.*$
398 - ^neutron/agent/ovn/.*$
399 - ^neutron/agent/windows/.*$
400 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
401 - ^neutron/plugins/ml2/drivers/macvtap/.*$
402 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
403 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530404 - ^neutron/services/ovn_l3/.*$
405 - ^neutron/services/logapi/drivers/ovn/.*$
406 - ^neutron/services/portforwarding/drivers/ovn/.*$
407 - ^neutron/services/qos/drivers/linuxbridge/.*$
408 - ^neutron/services/qos/drivers/ovn/.*$
409 - ^neutron/services/trunk/drivers/linuxbridge/.*$
410 - ^neutron/services/trunk/drivers/ovn/.*$
411 - ^neutron/cmd/ovn/.*$
412 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530413 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
414 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530415 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530416 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530417 - ^playbooks/.*dvr-multinode.*$
418 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530419 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530420 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530421 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530422 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200423
Sławek Kapłoński6a074c92022-12-13 15:28:29 +0100424- job:
Ghanshyam608b85f2023-10-25 20:05:39 +0000425 name: neutron-tempest-plugin-openvswitch-enforce-scope-old-defaults
Sławek Kapłoński6a074c92022-12-13 15:28:29 +0100426 parent: neutron-tempest-plugin-openvswitch
427 vars:
428 devstack_localrc:
Ghanshyam608b85f2023-10-25 20:05:39 +0000429 NEUTRON_ENFORCE_SCOPE: false
Sławek Kapłoński6a074c92022-12-13 15:28:29 +0100430
431
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200432# TODO(slaweq): remove that job's definition as soon as new job
433# "neutron-tempest-plugin-openvswitch-iptables_hybrid" will be used in the
434# neutron repo as a parent for a
435# "neutron-ovs-tempest-plugin-scenario-iptables_hybrid-nftables" job
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200436- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200437 name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
438 parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
439
440- job:
441 name: neutron-tempest-plugin-openvswitch-distributed-dhcp
442 parent: neutron-tempest-plugin-openvswitch
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200443 timeout: 10000
444 vars:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200445 network_api_extensions_openvswitch:
446 - local_ip
447 - qos-bw-minimum-ingress
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200448 # NOTE: DHCP extra options and dns services aren't supported with
449 # distributed DHCP L2 agent extension
450 tempest_exclude_regex: "\
451 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
452 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
453 devstack_services:
454 q-dhcp: false
455 q-distributed-dhcp: true
456
457- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200458 name: neutron-tempest-plugin-openvswitch-iptables_hybrid-distributed-dhcp
459 parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200460 timeout: 10000
461 vars:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200462 network_api_extensions_openvswitch:
463 - local_ip
464 - logging
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200465 # NOTE: DHCP extra options and dns services aren't supported with
466 # distributed DHCP L2 agent extension
467 tempest_exclude_regex: "\
468 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
469 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
470 devstack_services:
471 q-dhcp: false
472 q-distributed-dhcp: true
473
474- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200475 name: neutron-tempest-plugin-linuxbridge
476 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200477 timeout: 10000
Slawek Kaplonskide8e5032020-08-27 09:12:43 +0200478 roles:
479 - zuul: openstack/neutron
480 pre-run: playbooks/linuxbridge-scenario-pre-run.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200481 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530482 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100483 devstack_services:
484 # Disable OVN services
485 br-ex-tcpdump: false
486 br-int-flows: false
487 ovn-controller: false
488 ovn-northd: false
489 ovs-vswitchd: false
490 ovsdb-server: false
491 q-ovn-metadata-agent: false
492 # Neutron services
493 q-agt: true
494 q-dhcp: true
495 q-l3: true
496 q-meta: true
497 q-metering: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200498 # SG logging isn't supported by linuxbridge backend
499 neutron-log: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100500 network_api_extensions_linuxbridge:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200501 - dhcp_agent_scheduler
Eduardo Olivares088707b2020-12-01 21:13:45 +0100502 - vlan-transparent
elajkat8bbd7432020-11-04 16:41:34 +0100503 network_available_features: *available_features
Eduardo Olivares088707b2020-12-01 21:13:45 +0100504 # TODO(eolivare): remove VLAN Transparency tests from blacklist
505 # when bug https://bugs.launchpad.net/neutron/+bug/1907548 will be fixed
Slawek Kaplonskicc63c422021-07-21 10:20:18 +0200506 # TODO(slaweq): remove
507 # test_established_tcp_session_after_re_attachinging_sg from the
508 # exclude regex when bug https://bugs.launchpad.net/neutron/+bug/1936911
509 # will be fixed
Slawek Kaplonski3fe3a902022-04-13 09:46:24 +0200510 # TODO(slaweq) remove test_floatingip_port_details from the exclude
511 # regex when bug https://bugs.launchpad.net/neutron/+bug/1799790 will be
512 # fixed
Slawek Kaplonskicc63c422021-07-21 10:20:18 +0200513 tempest_exclude_regex: "\
514 (^neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest)|\
Slawek Kaplonski83979b92022-12-15 14:15:12 +0100515 (^neutron_tempest_plugin.scenario.test_security_groups.StatefulNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
516 (^neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
Slawek Kaplonski3fe3a902022-04-13 09:46:24 +0200517 (^neutron_tempest_plugin.scenario.test_floatingip.FloatingIPPortDetailsTest.test_floatingip_port_details)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200518 devstack_localrc:
519 Q_AGENT: linuxbridge
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200520 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_linuxbridge) | join(',') }}"
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100521 Q_ML2_TENANT_NETWORK_TYPE: vxlan
522 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch,linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200523 devstack_local_conf:
524 post-config:
525 $NEUTRON_CONF:
526 DEFAULT:
527 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100528 vlan_transparent: true
Brian Haley1945f922023-10-10 16:50:15 +0000529 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200530 AGENT:
531 debug_iptables_rules: true
Miguel Lavalle22173b82022-06-13 17:53:50 -0500532 EXPERIMENTAL:
533 linuxbridge: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200534 /$NEUTRON_CORE_PLUGIN_CONF:
535 ml2:
536 type_drivers: flat,vlan,local,vxlan
Eduardo Olivares088707b2020-12-01 21:13:45 +0100537 mechanism_drivers: linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200538 test-config:
539 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100540 network-feature-enabled:
541 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200542 neutron_plugin_options:
543 available_type_drivers: flat,vlan,local,vxlan
544 q_agent: linuxbridge
Hang Yange6e0ccf2021-02-26 15:07:05 -0600545 firewall_driver: iptables
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100546 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530547 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100548 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530549 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100550 - ^releasenotes/.*$
551 - ^doc/.*$
552 - ^setup.cfg$
553 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530554 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100555 - ^neutron/locale/.*$
556 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530557 - ^neutron/tests/fullstack/.*
558 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100559 - ^tools/.*$
560 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530561 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100562 - ^neutron/agent/linux/openvswitch_firewall/.*$
563 - ^neutron/agent/ovn/.*$
564 - ^neutron/agent/windows/.*$
565 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
566 - ^neutron/plugins/ml2/drivers/macvtap/.*$
567 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
568 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530569 - ^neutron/services/ovn_l3/.*$
570 - ^neutron/services/logapi/drivers/openvswitch/.*$
571 - ^neutron/services/logapi/drivers/ovn/.*$
572 - ^neutron/services/portforwarding/drivers/ovn/.*$
573 - ^neutron/services/qos/drivers/openvswitch/.*$
574 - ^neutron/services/qos/drivers/ovn/.*$
575 - ^neutron/services/trunk/drivers/openvswitch/.*$
576 - ^neutron/services/trunk/drivers/ovn/.*$
577 - ^neutron/cmd/ovn/.*$
578 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530579 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
580 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530581 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530582 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530583 - ^playbooks/.*dvr-multinode.*$
584 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530585 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530586 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530587 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200588
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200589# TODO(slaweq): remove that job's definition as soon as new job
590# "neutron-tempest-plugin-linuxbridge" will be used in the neutron repo as
591# a parent for a "neutron-linuxbridge-tempest-plugin-scenario-nftables" job
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200592- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200593 name: neutron-tempest-plugin-scenario-linuxbridge
594 parent: neutron-tempest-plugin-linuxbridge
595
596- job:
597 name: neutron-tempest-plugin-ovn
598 parent: neutron-tempest-plugin-base-nested-switch
Rodolfo Alonso Hernandez99acc992021-11-03 08:30:33 +0000599 timeout: 10800
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000600 vars:
Eduardo Olivares088707b2020-12-01 21:13:45 +0100601 network_api_extensions_ovn:
602 - vlan-transparent
Jakub Libosvar20591c52020-10-29 21:01:51 +0100603 # TODO(jlibosva): Remove the NetworkWritableMtuTest test from the list
604 # once east/west fragmentation is supported in core OVN
Ghanshyam Mannff54bba2021-02-11 13:17:16 -0600605 tempest_exclude_regex: "\
Jakub Libosvar20591c52020-10-29 21:01:51 +0100606 (^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest)"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000607 devstack_localrc:
608 Q_AGENT: ovn
Rodolfo Alonso Hernandez45280272024-02-22 12:21:06 +0000609 OVN_AGENT_EXTENSIONS: 'metadata'
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200610 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000611 Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
612 Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
613 Q_ML2_TENANT_NETWORK_TYPE: geneve
614 Q_USE_PROVIDERNET_FOR_PUBLIC: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000615 ENABLE_CHASSIS_AS_GW: true
616 OVN_L3_CREATE_PUBLIC_NETWORK: true
617 OVN_DBS_LOG_LEVEL: dbg
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000618 ENABLE_TLS: True
619 OVN_IGMP_SNOOPING_ENABLE: True
Ihar Hrachyshkacb596482023-04-19 16:33:13 -0400620 # TODO(ihrachys): remove OVN_BUILD_FROM_SOURCE once the OS packages
621 # include at least OVN v22.03.3.
Eduardo Olivares088707b2020-12-01 21:13:45 +0100622 OVN_BUILD_FROM_SOURCE: True
Ihar Hrachyshkacb596482023-04-19 16:33:13 -0400623 # TODO(ihrachys): switch back to a tagged version when it's released
624 # OVN_BRANCH: "v22.03.3"
625 OVN_BRANCH: "36e3ab9b47e93af0599a818e9d6b2930e49473f0"
626 OVS_BRANCH: "2410b95597fcec5f733caf77febdb46f4ffacd27"
Slawek Kaplonski862cbeb2021-03-20 10:05:26 +0100627 OVS_SYSCONFDIR: "/usr/local/etc/openvswitch"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000628 devstack_services:
629 br-ex-tcpdump: true
630 br-int-flows: true
Rodolfo Alonso Hernandez45280272024-02-22 12:21:06 +0000631 q-ovn-metadata-agent: false
632 q-ovn-agent: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000633 ovn-controller: true
634 ovn-northd: true
635 ovs-vswitchd: true
636 ovsdb-server: true
637 q-agt: false
638 q-dhcp: false
639 q-l3: false
640 q-meta: false
641 q-metering: false
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100642 q-qos: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100643 # Cinder services
644 c-api: false
645 c-bak: false
646 c-sch: false
647 c-vol: false
648 cinder: false
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000649 s-account: false
650 s-container-sync: false
651 s-container: false
652 s-object: false
653 s-proxy: false
Daniel Alvarez Sanchez366a5152023-09-07 09:06:57 +0000654 network_available_features: *available_features
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000655 devstack_local_conf:
656 post-config:
657 $NEUTRON_CONF:
658 DEFAULT:
659 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100660 vlan_transparent: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000661 /$NEUTRON_CORE_PLUGIN_CONF:
662 ml2:
663 type_drivers: local,flat,vlan,geneve
664 test-config:
665 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100666 network-feature-enabled:
Daniel Alvarez Sanchez366a5152023-09-07 09:06:57 +0000667 available_features: "{{ network_available_features | join(',') }}"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000668 neutron_plugin_options:
669 available_type_drivers: local,flat,vlan,geneve
670 is_igmp_snooping_enabled: True
Hang Yange6e0ccf2021-02-26 15:07:05 -0600671 firewall_driver: ovn
Jakub Libosvar08f3c612021-02-07 15:50:23 +0100672 zuul_copy_output:
673 '{{ devstack_base_dir }}/data/ovs': 'logs'
674 '{{ devstack_base_dir }}/data/ovn': 'logs'
675 '{{ devstack_log_dir }}/ovsdb-server-nb.log': 'logs'
676 '{{ devstack_log_dir }}/ovsdb-server-sb.log': 'logs'
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200677 '/var/log/ovn': 'logs'
678 '/var/log/openvswitch': 'logs'
679 '/var/lib/ovn': 'logs'
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100680 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530681 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100682 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530683 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100684 - ^releasenotes/.*$
685 - ^doc/.*$
686 - ^setup.cfg$
687 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530688 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100689 - ^neutron/locale/.*$
690 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530691 - ^neutron/tests/fullstack/.*
692 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100693 - ^tools/.*$
694 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530695 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100696 - ^neutron/agent/dhcp/.*$
697 - ^neutron/agent/l2/.*$
698 - ^neutron/agent/l3/.*$
699 - ^neutron/agent/metadata/.*$
700 - ^neutron/agent/windows/.*$
701 - ^neutron/agent/dhcp_agent.py
702 - ^neutron/agent/l3_agent.py
703 - ^neutron/agent/metadata_agent.py
704 - ^neutron/agent/resource_cache.py
705 - ^neutron/agent/rpc.py
706 - ^neutron/agent/securitygroup_rpc.py
707 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
708 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
709 - ^neutron/plugins/ml2/drivers/macvtap/.*$
710 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530711 - ^neutron/services/qos/drivers/linuxbridge/.*$
712 - ^neutron/services/qos/drivers/openvswitch/.*$
713 - ^neutron/services/trunk/drivers/linuxbridge/.*$
714 - ^neutron/services/trunk/drivers/openvswitch/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100715 - ^neutron/scheduler/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530716 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
717 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530718 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530719 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530720 - ^playbooks/.*dvr-multinode.*$
721 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530722 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530723 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530724 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530725 - ^zuul.d/(?!(project)).*\.yaml
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000726
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200727# TODO(slaweq): remove that job's definition as soon as new job
728# "neutron-tempest-plugin-ovn" will be used in the neutron-lib repo as
729# instead of old "neutron-tempest-plugin-api" job
730- job:
731 name: neutron-tempest-plugin-api
732 parent: neutron-tempest-plugin-ovn
733
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000734- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200735 name: neutron-tempest-plugin-dvr-multinode-scenario
736 parent: tempest-multinode-full
737 description: |
738 Perform setup for Neutron tempest tests in multinode with DVR scenario
739 roles:
740 - zuul: openstack/devstack
741 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200742 - openstack/neutron
743 - openstack/neutron-tempest-plugin
744 - openstack/tempest
745 pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
746 voting: false
747 vars:
748 tempest_concurrency: 4
749 tox_envlist: all
750 tempest_test_regex: ^neutron_tempest_plugin\.scenario
751 # NOTE(slaweq): in case of some tests, which requires advanced image,
752 # default test timeout set to 1200 seconds may be not enough if job is
753 # run on slow node
754 tempest_test_timeout: 2400
755 network_api_extensions_common: *api_extensions
756 network_api_extensions_dvr:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200757 - dhcp_agent_scheduler
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200758 - dvr
759 devstack_localrc:
760 USE_PYTHON3: true
761 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_dvr) | join(',') }}"
762 PHYSICAL_NETWORK: default
yatinkarel1f5797e2023-08-01 12:09:43 +0530763 CIRROS_VERSION: 0.6.2
764 DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-uec
765 DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-uec.tar.gz
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200766 IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
767 ADVANCED_IMAGE_NAME: ubuntu-20.04-minimal-cloudimg-amd64
768 ADVANCED_INSTANCE_TYPE: ntp_image_256M
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200769 ADVANCED_INSTANCE_USER: ubuntu
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200770 CUSTOMIZE_IMAGE: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200771 BUILD_TIMEOUT: 784
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200772 Q_AGENT: openvswitch
773 Q_ML2_TENANT_NETWORK_TYPE: vxlan
774 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200775 devstack_plugins:
776 neutron: https://opendev.org/openstack/neutron.git
777 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
778 tempest_plugins:
779 - neutron-tempest-plugin
780 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200781 tls-proxy: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200782 tempest: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200783 # Disable OVN services
784 br-ex-tcpdump: false
785 br-int-flows: false
786 ovn-controller: false
787 ovn-northd: false
788 ovs-vswitchd: false
789 ovsdb-server: false
790 q-ovn-metadata-agent: false
791 # Neutron services
792 q-agt: true
793 q-dhcp: true
794 q-l3: true
795 q-meta: true
796 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200797 neutron-dns: true
798 neutron-qos: true
799 neutron-segments: true
800 neutron-trunk: true
801 neutron-log: true
802 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100803 # Cinder services
804 c-api: false
805 c-bak: false
806 c-sch: false
807 c-vol: false
808 cinder: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100809 # We don't need Swift to be run in the Neutron jobs
810 s-account: false
811 s-container: false
812 s-object: false
813 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200814 devstack_local_conf:
815 post-config:
816 $NEUTRON_CONF:
817 quotas:
818 quota_router: 100
819 quota_floatingip: 500
820 quota_security_group: 100
821 quota_security_group_rule: 1000
822 DEFAULT:
823 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200824 "/$NEUTRON_CORE_PLUGIN_CONF":
825 ml2:
826 type_drivers: flat,geneve,vlan,gre,local,vxlan
827 mechanism_drivers: openvswitch,l2population
828 ml2_type_vlan:
829 network_vlan_ranges: foo:1:10
830 ml2_type_vxlan:
831 vni_ranges: 1:2000
832 ml2_type_gre:
833 tunnel_id_ranges: 1:1000
834 agent:
835 enable_distributed_routing: True
836 l2_population: True
837 tunnel_types: vxlan,gre
838 ovs:
839 tunnel_bridge: br-tun
840 bridge_mappings: public:br-ex
841 $NEUTRON_L3_CONF:
842 DEFAULT:
843 agent_mode: dvr_snat
844 agent:
845 availability_zone: nova
846 $NEUTRON_DHCP_CONF:
847 agent:
848 availability_zone: nova
849 "/etc/neutron/api-paste.ini":
850 "composite:neutronapi_v2_0":
851 use: "call:neutron.auth:pipeline_factory"
852 noauth: "cors request_id catch_errors osprofiler extensions neutronapiapp_v2_0"
853 keystone: "cors request_id catch_errors osprofiler authtoken keystonecontext extensions neutronapiapp_v2_0"
854 test-config:
855 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100856 network-feature-enabled:
857 available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200858 neutron_plugin_options:
859 provider_vlans: foo,
860 agent_availability_zone: nova
861 image_is_advanced: true
862 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
863 l3_agent_mode: dvr_snat
Hang Yange6e0ccf2021-02-26 15:07:05 -0600864 firewall_driver: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200865 group-vars:
866 subnode:
867 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200868 tls-proxy: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200869 br-ex-tcpdump: false
870 br-int-flows: false
871 # Disable OVN services
872 ovn-controller: false
873 ovn-northd: false
874 ovs-vswitchd: false
875 ovsdb-server: false
876 q-ovn-metadata-agent: false
877 # Neutron services
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200878 q-agt: true
879 q-l3: true
880 q-meta: true
881 neutron-qos: true
882 neutron-trunk: true
883 neutron-log: true
884 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100885 # Cinder services
886 c-bak: false
887 c-vol: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100888 # We don't need Swift to be run in the Neutron jobs
889 s-account: false
890 s-container: false
891 s-object: false
892 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200893 devstack_localrc:
894 USE_PYTHON3: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200895 Q_AGENT: openvswitch
896 Q_ML2_TENANT_NETWORK_TYPE: vxlan
897 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200898 devstack_local_conf:
899 post-config:
900 $NEUTRON_CONF:
901 DEFAULT:
902 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200903 "/$NEUTRON_CORE_PLUGIN_CONF":
904 agent:
905 enable_distributed_routing: True
906 l2_population: True
907 tunnel_types: vxlan,gre
908 ovs:
909 tunnel_bridge: br-tun
910 bridge_mappings: public:br-ex
911 $NEUTRON_L3_CONF:
912 DEFAULT:
913 agent_mode: dvr_snat
914 agent:
915 availability_zone: nova
yatinkarel55f1f922023-10-06 18:51:31 +0530916 irrelevant-files:
917 - ^\.pylintrc$
918 - ^(test-|)requirements.txt$
919 - lower-constraints.txt
920 - ^releasenotes/.*$
921 - ^doc/.*$
922 - ^setup.cfg$
923 - ^.*\.rst$
924 - ^.*\.conf\.sample$
925 - ^neutron/locale/.*$
926 - ^neutron/tests/unit/.*$
927 - ^neutron/tests/fullstack/.*
928 - ^neutron/tests/functional/.*
929 - ^tools/.*$
930 - ^tox.ini$
931 - ^plugin.spec$
932 - ^neutron/agent/ovn/.*$
933 - ^neutron/agent/windows/.*$
934 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
935 - ^neutron/plugins/ml2/drivers/macvtap/.*$
936 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
937 - ^neutron/plugins/ml2/drivers/ovn/.*$
938 - ^neutron/services/ovn_l3/.*$
939 - ^neutron/services/logapi/drivers/ovn/.*$
940 - ^neutron/services/portforwarding/drivers/ovn/.*$
941 - ^neutron/services/qos/drivers/linuxbridge/.*$
942 - ^neutron/services/qos/drivers/ovn/.*$
943 - ^neutron/services/trunk/drivers/linuxbridge/.*$
944 - ^neutron/services/trunk/drivers/ovn/.*$
945 - ^neutron/cmd/ovn/.*$
946 - ^neutron/common/ovn/.*$
947 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
948 - ^neutron_tempest_plugin/services/bgp/.*$
949 - ^rally-jobs/.*$
950 - ^roles/.*functional.*$
951 - ^playbooks/.*dynamic-routing.*$
952 - ^playbooks/.*functional.*$
953 - ^playbooks/.*linuxbridge.*$
954 - ^vagrant/.*$
955 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200956
957- job:
958 name: neutron-tempest-plugin-designate-scenario
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200959 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200960 description: Neutron designate integration scenario
961 required-projects:
962 - openstack/designate
963 - openstack/designate-dashboard
964 - openstack/designate-tempest-plugin
965 timeout: 3600
966 vars:
967 network_api_extensions_common: *api_extensions
968 devstack_localrc:
969 DESIGNATE_BACKEND_DRIVER: bind9
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200970 # In this job advanced image is not needed, so it's name should be
971 # empty
972 ADVANCED_IMAGE_NAME: ""
973 NETWORK_API_EXTENSIONS: "{{ network_api_extensions_common | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200974 devstack_plugins:
975 designate: https://opendev.org/openstack/designate.git
976 devstack_services:
977 cinder: false
978 designate: true
979 tempest_plugins:
980 - designate-tempest-plugin
981 - neutron-tempest-plugin
982 tempest_test_regex: ^neutron_tempest_plugin\.scenario\.test_dns_integration
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100983 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530984 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100985 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530986 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100987 - ^releasenotes/.*$
988 - ^doc/.*$
989 - ^setup.cfg$
990 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530991 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100992 - ^neutron/locale/.*$
993 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530994 - ^neutron/tests/fullstack/.*
995 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100996 - ^tools/.*$
997 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530998 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100999 - ^neutron/agent/.*$
1000 - ^neutron/cmd/.*$
1001 - ^neutron/privileged/.*$
1002 - ^neutron/plugins/ml2/drivers/.*$
1003 - ^neutron/scheduler/.*$
1004 - ^neutron/services/(?!externaldns).*$
yatinkarel9d85f292022-01-27 17:26:57 +05301005 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301006 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1007 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +05301008 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301009 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301010 - ^playbooks/.*dvr-multinode.*$
1011 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301012 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301013 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +05301014 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301015 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001016
1017- job:
1018 name: neutron-tempest-plugin-sfc
1019 parent: neutron-tempest-plugin-base
1020 timeout: 10800
1021 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001022 - openstack/networking-sfc
1023 - openstack/neutron
1024 - openstack/neutron-tempest-plugin
1025 - openstack/tempest
1026 vars:
elajkat3d7420a2021-05-12 11:28:40 +02001027 devstack_services:
1028 # Disable OVN services
1029 br-ex-tcpdump: false
1030 br-int-flows: false
1031 ovn-controller: false
1032 ovn-northd: false
1033 ovs-vswitchd: false
1034 ovsdb-server: false
1035 q-ovn-metadata-agent: false
1036 # Enable Neutron services that are not used by OVN
1037 q-agt: true
1038 q-dhcp: true
1039 q-l3: true
1040 q-meta: true
1041 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001042 tempest_test_regex: ^neutron_tempest_plugin\.sfc
1043 devstack_plugins:
1044 networking-sfc: https://opendev.org/openstack/networking-sfc
1045 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
1046 network_api_extensions_sfc:
1047 - flow_classifier
1048 - sfc
1049 devstack_localrc:
Slawek Kaplonskifea6b0b2023-01-04 10:16:20 +01001050 # TODO(slaweq): check why traceroute output is different in Cirros >
1051 # 0.6.1 which is causing failures of the networking-sfc jobs
Rodolfo Alonso Hernandez9aa8eb42023-10-14 23:29:58 +00001052 CIRROS_VERSION: 0.5.2
1053 DEFAULT_IMAGE_NAME: cirros-0.5.2-x86_64-uec
1054 DEFAULT_IMAGE_FILE_NAME: cirros-0.5.2-x86_64-uec.tar.gz
elajkat3d7420a2021-05-12 11:28:40 +02001055 Q_AGENT: openvswitch
1056 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1057 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001058 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
1059 # TODO(bcafarel): tests still fail from time to time in parallel
1060 # https://bugs.launchpad.net/neutron/+bug/1851500
1061 # https://bugs.launchpad.net/networking-sfc/+bug/1660366
1062 tempest_concurrency: 1
yatinkarel007c22f2021-12-10 15:15:45 +05301063 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301064 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301065 - ^(test-|)requirements.txt$
1066 - lower-constraints.txt
1067 - ^releasenotes/.*$
1068 - ^doc/.*$
1069 - ^.*\.conf\.sample$
1070 - ^setup.cfg$
1071 - ^.*\.rst$
1072 - ^neutron/locale/.*$
1073 - ^neutron/tests/unit/.*$
1074 - ^neutron/tests/fullstack/.*
1075 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301076 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001077 - ^neutron_tempest_plugin/scenario/admin/.*$
1078 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301079 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|tap_as_a_service|vpnaas).*$
1080 - ^neutron_tempest_plugin/services/bgp/.*$
1081 - ^tools/.*$
1082 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301083 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301084 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301085 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301086 - ^playbooks/.*dvr-multinode.*$
1087 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301088 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301089 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301090 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301091 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001092
1093- job:
1094 name: neutron-tempest-plugin-bgpvpn-bagpipe
1095 parent: neutron-tempest-plugin-base
1096 required-projects:
1097 - openstack/networking-bagpipe
1098 - openstack/networking-bgpvpn
1099 vars:
elajkat3d7420a2021-05-12 11:28:40 +02001100 devstack_services:
1101 # Disable OVN services
1102 br-ex-tcpdump: false
1103 br-int-flows: false
1104 ovn-controller: false
1105 ovn-northd: false
1106 ovs-vswitchd: false
1107 ovsdb-server: false
1108 q-ovn-metadata-agent: false
1109 # Enable Neutron services that are not used by OVN
1110 q-agt: true
1111 q-dhcp: true
1112 q-l3: true
1113 q-meta: true
1114 q-metering: true
yatinkarelb8e69d32022-09-13 17:48:00 +05301115 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001116 tempest_test_regex: ^neutron_tempest_plugin\.bgpvpn
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001117 network_api_extensions_bgpvpn:
1118 - bgpvpn
1119 - bgpvpn-routes-control
1120 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +02001121 Q_AGENT: openvswitch
1122 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1123 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001124 NETWORKING_BGPVPN_DRIVER: "BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe_v2.BaGPipeBGPVPNDriver:default"
1125 BAGPIPE_DATAPLANE_DRIVER_IPVPN: "ovs"
1126 BAGPIPE_BGP_PEERS: "-"
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001127 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgpvpn) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001128 devstack_plugins:
1129 networking-bgpvpn: https://git.openstack.org/openstack/networking-bgpvpn
1130 networking-bagpipe: https://git.openstack.org/openstack/networking-bagpipe
yatinkarel007c22f2021-12-10 15:15:45 +05301131 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301132 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301133 - ^(test-|)requirements.txt$
1134 - lower-constraints.txt
1135 - ^releasenotes/.*$
1136 - ^doc/.*$
1137 - ^.*\.conf\.sample$
1138 - ^setup.cfg$
1139 - ^.*\.rst$
1140 - ^neutron/locale/.*$
1141 - ^neutron/tests/unit/.*$
1142 - ^neutron/tests/fullstack/.*
1143 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301144 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001145 - ^neutron_tempest_plugin/scenario/admin/.*$
1146 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301147 - ^neutron_tempest_plugin/(fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1148 - ^neutron_tempest_plugin/services/bgp/.*$
1149 - ^tools/.*$
1150 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301151 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301152 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301153 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301154 - ^playbooks/.*dvr-multinode.*$
1155 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301156 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301157 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301158 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301159 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001160
1161- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001162 name: neutron-tempest-plugin-dynamic-routing
1163 parent: neutron-tempest-plugin-base
1164 description: |
1165 Perform setup common to all Neutron dynamic routing tempest tests
1166 required-projects:
1167 - openstack/neutron
1168 - openstack/neutron-dynamic-routing
1169 - openstack/os-ken
1170 - openstack/tempest
1171 pre-run: playbooks/dynamic-routing-pre-run.yaml
1172 vars:
1173 devstack_plugins:
1174 neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing
1175 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001176 network_api_extensions_bgp:
1177 - bgp
1178 - bgp_dragent_scheduler
1179 - bgp_4byte_asn
1180 devstack_localrc:
1181 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgp) | join(',') }}"
1182 devstack_services:
1183 neutron-dr: true
1184 neutron-dr-agent: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001185 tempest_concurrency: 1
1186 tempest_test_regex: ^neutron_tempest_plugin\.neutron_dynamic_routing
yatinkarel007c22f2021-12-10 15:15:45 +05301187 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301188 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301189 - ^(test-|)requirements.txt$
1190 - lower-constraints.txt
1191 - ^releasenotes/.*$
1192 - ^doc/.*$
1193 - ^.*\.conf\.sample$
1194 - ^setup.cfg$
1195 - ^.*\.rst$
1196 - ^neutron/locale/.*$
1197 - ^neutron/tests/unit/.*$
1198 - ^neutron/tests/fullstack/.*
1199 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301200 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001201 - ^neutron_tempest_plugin/scenario/admin/.*$
1202 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301203 - ^neutron_tempest_plugin/(bgpvpn|fwaas|sfc|tap_as_a_service|vpnaas).*$
1204 - ^tools/.*$
1205 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301206 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301207 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301208 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301209 - ^playbooks/.*dvr-multinode.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301210 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301211 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301212 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301213 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001214
1215- job:
zhouhenglc446cc592022-02-09 10:19:06 +08001216 name: neutron-tempest-plugin-fwaas
1217 parent: neutron-tempest-plugin-base
1218 timeout: 10800
1219 required-projects:
1220 - openstack/devstack-gate
1221 - openstack/neutron-fwaas
1222 - openstack/neutron
1223 - openstack/neutron-tempest-plugin
1224 - openstack/tempest
1225 vars:
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001226 tempest_concurrency: 4
zhouhenglc446cc592022-02-09 10:19:06 +08001227 tempest_test_regex: ^neutron_tempest_plugin\.fwaas
1228 devstack_plugins:
1229 neutron-fwaas: https://opendev.org/openstack/neutron-fwaas.git
1230 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
zhouhenglc446cc592022-02-09 10:19:06 +08001231 network_api_extensions_fwaas:
1232 - fwaas_v2
1233 devstack_localrc:
1234 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_fwaas) | join(',') }}"
1235 Q_AGENT: openvswitch
1236 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1237 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1238 devstack_services:
1239 # Disable OVN services
1240 br-ex-tcpdump: false
1241 br-int-flows: false
1242 ovn-controller: false
1243 ovn-northd: false
1244 q-ovn-metadata-agent: false
1245 # Neutron services
1246 q-agt: true
1247 q-dhcp: true
1248 q-meta: true
1249 q-metering: true
1250 q-l3: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001251 neutron-log: false
yatinkarel91821d22022-05-19 11:11:50 +05301252 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301253 - ^\.pylintrc$
yatinkarel91821d22022-05-19 11:11:50 +05301254 - ^(test-|)requirements.txt$
1255 - ^releasenotes/.*$
1256 - ^doc/.*$
1257 - ^.*\.conf\.sample$
1258 - ^setup.cfg$
1259 - ^.*\.rst$
1260 - ^neutron/locale/.*$
1261 - ^neutron/tests/unit/.*$
1262 - ^neutron/tests/fullstack/.*
1263 - ^neutron/tests/functional/.*
1264 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001265 - ^neutron_tempest_plugin/scenario/admin/.*$
1266 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel91821d22022-05-19 11:11:50 +05301267 - ^neutron_tempest_plugin/(bgpvpn|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1268 - ^neutron_tempest_plugin/services/bgp/.*$
1269 - ^tools/.*$
1270 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301271 - ^plugin.spec$
yatinkarel91821d22022-05-19 11:11:50 +05301272 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301273 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301274 - ^playbooks/.*dvr-multinode.*$
1275 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301276 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301277 - ^playbooks/.*linuxbridge.*$
yatinkarel91821d22022-05-19 11:11:50 +05301278 - ^vagrant/.*$
1279 - ^zuul.d/(?!(project)).*\.yaml
zhouhenglc446cc592022-02-09 10:19:06 +08001280
1281- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001282 name: neutron-tempest-plugin-vpnaas
1283 parent: neutron-tempest-plugin-base
1284 timeout: 3900
1285 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001286 - openstack/neutron
1287 - openstack/neutron-vpnaas
1288 - openstack/neutron-tempest-plugin
1289 - openstack/tempest
1290 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301291 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001292 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
1293 devstack_plugins:
1294 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
1295 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1296 network_api_extensions_common: *api_extensions
1297 network_api_extensions_vpnaas:
1298 - vpnaas
1299 devstack_localrc:
1300 IPSEC_PACKAGE: strongswan
1301 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
elajkat3a98dae2021-09-17 17:25:27 +02001302 Q_AGENT: openvswitch
1303 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1304 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1305 devstack_services:
1306 # Disable OVN services
1307 br-ex-tcpdump: false
1308 br-int-flows: false
1309 ovn-controller: false
1310 ovn-northd: false
1311 ovs-vswitchd: false
1312 ovsdb-server: false
1313 q-ovn-metadata-agent: false
1314 # Neutron services
1315 q-agt: true
1316 q-dhcp: true
1317 q-meta: true
1318 q-metering: true
1319 q-l3: true
yatinkarel007c22f2021-12-10 15:15:45 +05301320 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301321 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301322 - ^(test-|)requirements.txt$
1323 - lower-constraints.txt
1324 - ^releasenotes/.*$
1325 - ^doc/.*$
1326 - ^.*\.conf\.sample$
1327 - ^setup.cfg$
1328 - ^.*\.rst$
1329 - ^neutron/locale/.*$
1330 - ^neutron/tests/unit/.*$
1331 - ^neutron/tests/fullstack/.*
1332 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301333 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001334 - ^neutron_tempest_plugin/scenario/admin/.*$
1335 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301336 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service).*$
1337 - ^neutron_tempest_plugin/services/bgp/.*$
1338 - ^tools/.*$
1339 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301340 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301341 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301342 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301343 - ^playbooks/.*dvr-multinode.*$
1344 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301345 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301346 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301347 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301348 - ^zuul.d/(?!(project)).*\.yaml
elajkat4abd0682021-08-06 16:05:23 +02001349
1350- job:
Bodo Petermannaf70af32022-06-21 13:48:42 +02001351 name: neutron-tempest-plugin-vpnaas-ovn
1352 parent: neutron-tempest-plugin-base
1353 timeout: 3900
1354 required-projects:
1355 - openstack/neutron
1356 - openstack/neutron-vpnaas
1357 - openstack/neutron-tempest-plugin
1358 - openstack/tempest
1359 vars:
1360 tempest_concurrency: 4
1361 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
1362 devstack_plugins:
1363 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
1364 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1365 network_api_extensions_common: *api_extensions
1366 network_api_extensions_vpnaas:
1367 - vpnaas
1368 devstack_localrc:
1369 IPSEC_PACKAGE: strongswan
1370 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
1371 devstack_services:
1372 q-ovn-vpn-agent: true
1373 devstack_local_conf:
1374 test-config:
1375 $TEMPEST_CONFIG:
1376 neutron_vpnaas_plugin_options:
1377 skip_6in4_tests: true
1378 skip_6in6_tests: true
1379
1380 irrelevant-files:
1381 - ^\.pylintrc$
1382 - ^(test-|)requirements.txt$
1383 - lower-constraints.txt
1384 - ^releasenotes/.*$
1385 - ^doc/.*$
1386 - ^.*\.conf\.sample$
1387 - ^setup.cfg$
1388 - ^.*\.rst$
1389 - ^neutron/locale/.*$
1390 - ^neutron/tests/unit/.*$
1391 - ^neutron/tests/fullstack/.*
1392 - ^neutron/tests/functional/.*
1393 - ^neutron_tempest_plugin/api/test_.*$
1394 - ^neutron_tempest_plugin/scenario/admin/.*$
1395 - ^neutron_tempest_plugin/scenario/test_.*$
1396 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service).*$
1397 - ^neutron_tempest_plugin/services/bgp/.*$
1398 - ^tools/.*$
1399 - ^tox.ini$
1400 - ^plugin.spec$
1401 - ^rally-jobs/.*$
1402 - ^roles/.*functional.*$
1403 - ^playbooks/.*dvr-multinode.*$
1404 - ^playbooks/.*dynamic-routing.*$
1405 - ^playbooks/.*functional.*$
1406 - ^playbooks/.*linuxbridge.*$
1407 - ^vagrant/.*$
1408 - ^zuul.d/(?!(project)).*\.yaml
1409
1410- job:
elajkat4abd0682021-08-06 16:05:23 +02001411 name: neutron-tempest-plugin-tap-as-a-service
1412 parent: neutron-tempest-plugin-base
1413 description: |
1414 Perform setup common to all tap-as-a-service tempest tests
1415 roles:
1416 - zuul: openstack/devstack
1417 required-projects:
1418 - openstack/devstack-gate
1419 - openstack/neutron
1420 - openstack/neutron-tempest-plugin
1421 - openstack/tap-as-a-service
1422 - openstack/tempest
1423 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301424 tempest_concurrency: 4
elajkat4abd0682021-08-06 16:05:23 +02001425 tempest_test_regex: ^neutron_tempest_plugin\.tap_as_a_service
1426 tox_envlist: all
elajkat4abd0682021-08-06 16:05:23 +02001427 network_api_extensions_tempest:
1428 - taas
1429 - taas-vlan-filter
1430 devstack_localrc:
1431 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
elajkat4abd0682021-08-06 16:05:23 +02001432 BUILD_TIMEOUT: 784
1433 Q_AGENT: openvswitch
elajkat1f275e42021-10-15 12:47:55 +02001434 Q_ML2_TENANT_NETWORK_TYPE: vxlan,vlan
elajkat4abd0682021-08-06 16:05:23 +02001435 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1436 devstack_local_conf:
1437 post-config:
1438 /$NEUTRON_CORE_PLUGIN_CONF:
1439 AGENT:
elajkat1f275e42021-10-15 12:47:55 +02001440 tunnel_types: vxlan
1441 ml2_type_vlan:
1442 network_vlan_ranges: public
elajkat4abd0682021-08-06 16:05:23 +02001443 test-config:
1444 $TEMPEST_CONFIG:
elajkat1f275e42021-10-15 12:47:55 +02001445 neutron_plugin_options:
1446 image_is_advanced: true
1447 advanced_image_flavor_ref: d1
1448 taas:
elajkat4abd0682021-08-06 16:05:23 +02001449 provider_physical_network: public
1450 provider_segmentation_id: 100
1451 image_feature_enabled:
1452 api_v2: true
1453 devstack_plugins:
1454 neutron: git://opendev.org/openstack/neutron.git
1455 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1456 tap-as-a-service: git://opendev.org/openstack/tap-as-a-service.git
1457 devstack_services:
1458 # Disable OVN services
1459 ovn-controller: false
1460 ovn-northd: false
1461 ovs-vswitchd: false
1462 ovsdb-server: false
1463 q-ovn-metadata-agent: false
1464 # Enable Neutron services that are not used by OVN
1465 q-agt: true
1466 q-dhcp: true
1467 q-l3: true
1468 q-meta: true
1469 q-metering: true
1470 br-ex-tcpdump: true
1471 br-int-flows: true
1472 base: false
1473 key: true
1474 mysql: true
1475 rabbit: true
1476 g-api: true
elajkat4abd0682021-08-06 16:05:23 +02001477 n-api: true
1478 n-cond: true
1479 n-cpu: true
1480 n-crt: true
1481 n-sch: true
1482 placement-api: true
1483 n-api-meta: true
1484 q-svc: true
Takashi Kajinamiffcc0172024-01-23 12:56:01 +09001485 neutron: true
elajkat4abd0682021-08-06 16:05:23 +02001486 taas: true
1487 taas_openvswitch_agent: true
1488 tempest: true
1489 dstat: true
yatinkarel007c22f2021-12-10 15:15:45 +05301490 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301491 - ^\.pylintrc$
elajkat4abd0682021-08-06 16:05:23 +02001492 - ^(test-|)requirements.txt$
yatinkarel007c22f2021-12-10 15:15:45 +05301493 - lower-constraints.txt
elajkat4abd0682021-08-06 16:05:23 +02001494 - ^releasenotes/.*$
1495 - ^doc/.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301496 - ^.*\.conf\.sample$
1497 - ^setup.cfg$
elajkat4abd0682021-08-06 16:05:23 +02001498 - ^.*\.rst$
yatinkarel007c22f2021-12-10 15:15:45 +05301499 - ^neutron/locale/.*$
1500 - ^neutron/tests/unit/.*$
1501 - ^neutron/tests/fullstack/.*
1502 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301503 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001504 - ^neutron_tempest_plugin/scenario/admin/.*$
1505 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301506 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|vpnaas).*$
1507 - ^neutron_tempest_plugin/services/bgp/.*$
elajkat4abd0682021-08-06 16:05:23 +02001508 - ^tools/.*$
1509 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301510 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301511 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301512 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301513 - ^playbooks/.*dvr-multinode.*$
1514 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301515 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301516 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301517 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301518 - ^zuul.d/(?!(project)).*\.yaml