blob: bc02082d703c73a18f42da7f8897c8e14c9baf0b [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
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200150 br-ex-tcpdump: true
151 br-int-flows: true
152 # Cinder services
153 c-api: false
154 c-bak: false
155 c-sch: false
156 c-vol: false
157 cinder: false
158 # We don't need Swift to be run in the Neutron jobs
159 s-account: false
160 s-container: false
161 s-object: false
162 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200163 devstack_local_conf:
164 post-config:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200165 $NEUTRON_CONF:
166 QUOTAS:
167 quota_router: 100
168 quota_floatingip: 500
169 quota_security_group: 150
170 quota_security_group_rule: 1000
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200171 /$NEUTRON_CORE_PLUGIN_CONF:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200172 ml2:
173 type_drivers: flat,geneve,vlan,gre,local,vxlan
174 ml2_type_vlan:
175 network_vlan_ranges: foo:1:10
176 ml2_type_vxlan:
177 vni_ranges: 1:2000
178 ml2_type_gre:
179 tunnel_id_ranges: 1:1000
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200180 network_log:
181 local_output_log_base: /tmp/test_log.log
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200182 $NEUTRON_L3_CONF:
183 agent:
184 availability_zone: nova
185 $NEUTRON_DHCP_CONF:
186 agent:
187 availability_zone: nova
188 test-config:
189 $TEMPEST_CONFIG:
190 neutron_plugin_options:
191 provider_vlans: foo,
192 agent_availability_zone: nova
193 image_is_advanced: true
194 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
195 provider_net_base_segm_id: 1
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100196 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530197 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100198 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530199 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100200 - ^releasenotes/.*$
201 - ^doc/.*$
202 - ^setup.cfg$
203 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530204 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100205 - ^neutron/locale/.*$
206 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530207 - ^neutron/tests/fullstack/.*
208 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100209 - ^tools/.*$
210 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530211 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100212 - ^neutron/agent/.*$
213 - ^neutron/privileged/.*$
Takashi Kajinamia78d12a2021-08-22 13:25:18 +0900214 - ^neutron_lib/tests/unit/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100215 - ^neutron_tempest_plugin/scenario/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530216 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530217 - ^roles/.*functional.*$
218 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530219 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530220 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100221
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200222- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200223 name: neutron-tempest-plugin-openvswitch
224 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200225 timeout: 10000
226 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530227 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100228 devstack_services:
229 # Disable OVN services
230 br-ex-tcpdump: false
231 br-int-flows: false
232 ovn-controller: false
233 ovn-northd: false
234 ovs-vswitchd: false
235 ovsdb-server: false
236 q-ovn-metadata-agent: false
237 # Neutron services
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300238 neutron-local-ip-static: true
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100239 q-agt: true
240 q-dhcp: true
241 q-l3: true
242 q-meta: true
243 q-metering: true
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300244 network_api_extensions_openvswitch:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200245 - dhcp_agent_scheduler
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300246 - local_ip
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200247 - qos-bw-minimum-ingress
248 network_available_features: &available_features
249 - ipv6_metadata
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200250 devstack_localrc:
251 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100252 Q_ML2_TENANT_NETWORK_TYPE: vxlan
253 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200254 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_openvswitch) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200255 devstack_local_conf:
256 post-config:
257 $NEUTRON_CONF:
258 DEFAULT:
259 enable_dvr: false
Brian Haley1945f922023-10-10 16:50:15 +0000260 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200261 /$NEUTRON_CORE_PLUGIN_CONF:
262 agent:
263 tunnel_types: vxlan,gre
264 ovs:
265 tunnel_bridge: br-tun
266 bridge_mappings: public:br-ex
Rodolfo Alonso Hernandez68596be2022-05-03 14:51:54 +0000267 openflow_processed_per_port: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200268 test-config:
269 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100270 network-feature-enabled:
271 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200272 neutron_plugin_options:
273 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600274 firewall_driver: openvswitch
yatinkarel55f1f922023-10-06 18:51:31 +0530275 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530276 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100277 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530278 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100279 - ^releasenotes/.*$
280 - ^doc/.*$
281 - ^setup.cfg$
282 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530283 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100284 - ^neutron/locale/.*$
285 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530286 - ^neutron/tests/fullstack/.*
287 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100288 - ^tools/.*$
289 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530290 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100291 - ^neutron/agent/ovn/.*$
292 - ^neutron/agent/windows/.*$
293 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
294 - ^neutron/plugins/ml2/drivers/macvtap/.*$
295 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
296 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530297 - ^neutron/services/ovn_l3/.*$
298 - ^neutron/services/logapi/drivers/ovn/.*$
299 - ^neutron/services/portforwarding/drivers/ovn/.*$
300 - ^neutron/services/qos/drivers/linuxbridge/.*$
301 - ^neutron/services/qos/drivers/ovn/.*$
302 - ^neutron/services/trunk/drivers/linuxbridge/.*$
303 - ^neutron/services/trunk/drivers/ovn/.*$
304 - ^neutron/cmd/ovn/.*$
305 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530306 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
307 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530308 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530309 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530310 - ^playbooks/.*dvr-multinode.*$
311 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530312 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530313 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530314 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530315 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200316
317- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200318 name: neutron-tempest-plugin-openvswitch-iptables_hybrid
319 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200320 timeout: 10000
321 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530322 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100323 devstack_services:
324 # Disable OVN services
325 br-ex-tcpdump: false
326 br-int-flows: false
327 ovn-controller: false
328 ovn-northd: false
329 ovs-vswitchd: false
330 ovsdb-server: false
331 q-ovn-metadata-agent: false
332 # Neutron services
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300333 neutron-local-ip: true
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100334 q-agt: true
335 q-dhcp: true
336 q-l3: true
337 q-meta: true
338 q-metering: true
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300339 network_api_extensions_openvswitch:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200340 - dhcp_agent_scheduler
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300341 - local_ip
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200342 - logging
elajkat8bbd7432020-11-04 16:41:34 +0100343 network_available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200344 # TODO(slaweq): remove trunks subport_connectivity test from blacklist
345 # when bug https://bugs.launchpad.net/neutron/+bug/1838760 will be fixed
Alex Katzbd2bfd42021-05-26 18:12:36 +0300346 # TODO(akatz): remove established tcp session verification test when the
347 # bug https://bugzilla.redhat.com/show_bug.cgi?id=1965036 will be fixed
348 tempest_exclude_regex: "\
349 (^neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity)|\
Slawek Kaplonski83979b92022-12-15 14:15:12 +0100350 (^neutron_tempest_plugin.scenario.test_security_groups.StatefulNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
351 (^neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200352 devstack_localrc:
353 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100354 Q_ML2_TENANT_NETWORK_TYPE: vxlan
355 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200356 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_openvswitch) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200357 devstack_local_conf:
358 post-config:
359 $NEUTRON_CONF:
360 DEFAULT:
361 enable_dvr: false
Brian Haley1945f922023-10-10 16:50:15 +0000362 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200363 /$NEUTRON_CORE_PLUGIN_CONF:
364 agent:
365 tunnel_types: vxlan,gre
366 ovs:
367 tunnel_bridge: br-tun
368 bridge_mappings: public:br-ex
369 securitygroup:
370 firewall_driver: iptables_hybrid
371 test-config:
372 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100373 network-feature-enabled:
374 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200375 neutron_plugin_options:
376 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600377 firewall_driver: iptables_hybrid
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100378 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530379 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100380 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530381 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100382 - ^releasenotes/.*$
383 - ^doc/.*$
384 - ^setup.cfg$
385 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530386 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100387 - ^neutron/locale/.*$
388 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530389 - ^neutron/tests/fullstack/.*
390 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100391 - ^tools/.*$
392 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530393 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100394 - ^neutron/agent/linux/openvswitch_firewall/.*$
395 - ^neutron/agent/ovn/.*$
396 - ^neutron/agent/windows/.*$
397 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
398 - ^neutron/plugins/ml2/drivers/macvtap/.*$
399 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
400 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530401 - ^neutron/services/ovn_l3/.*$
402 - ^neutron/services/logapi/drivers/ovn/.*$
403 - ^neutron/services/portforwarding/drivers/ovn/.*$
404 - ^neutron/services/qos/drivers/linuxbridge/.*$
405 - ^neutron/services/qos/drivers/ovn/.*$
406 - ^neutron/services/trunk/drivers/linuxbridge/.*$
407 - ^neutron/services/trunk/drivers/ovn/.*$
408 - ^neutron/cmd/ovn/.*$
409 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530410 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
411 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530412 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530413 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530414 - ^playbooks/.*dvr-multinode.*$
415 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530416 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530417 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530418 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530419 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200420
Sławek Kapłoński6a074c92022-12-13 15:28:29 +0100421- job:
Ghanshyam608b85f2023-10-25 20:05:39 +0000422 name: neutron-tempest-plugin-openvswitch-enforce-scope-old-defaults
Sławek Kapłoński6a074c92022-12-13 15:28:29 +0100423 parent: neutron-tempest-plugin-openvswitch
424 vars:
425 devstack_localrc:
Ghanshyam608b85f2023-10-25 20:05:39 +0000426 NEUTRON_ENFORCE_SCOPE: false
Sławek Kapłoński6a074c92022-12-13 15:28:29 +0100427
428
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200429# TODO(slaweq): remove that job's definition as soon as new job
430# "neutron-tempest-plugin-openvswitch-iptables_hybrid" will be used in the
431# neutron repo as a parent for a
432# "neutron-ovs-tempest-plugin-scenario-iptables_hybrid-nftables" job
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200433- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200434 name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
435 parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
436
437- job:
438 name: neutron-tempest-plugin-openvswitch-distributed-dhcp
439 parent: neutron-tempest-plugin-openvswitch
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200440 timeout: 10000
441 vars:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200442 network_api_extensions_openvswitch:
443 - local_ip
444 - qos-bw-minimum-ingress
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200445 # NOTE: DHCP extra options and dns services aren't supported with
446 # distributed DHCP L2 agent extension
447 tempest_exclude_regex: "\
448 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
449 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
450 devstack_services:
451 q-dhcp: false
452 q-distributed-dhcp: true
453
454- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200455 name: neutron-tempest-plugin-openvswitch-iptables_hybrid-distributed-dhcp
456 parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200457 timeout: 10000
458 vars:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200459 network_api_extensions_openvswitch:
460 - local_ip
461 - logging
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200462 # NOTE: DHCP extra options and dns services aren't supported with
463 # distributed DHCP L2 agent extension
464 tempest_exclude_regex: "\
465 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
466 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
467 devstack_services:
468 q-dhcp: false
469 q-distributed-dhcp: true
470
471- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200472 name: neutron-tempest-plugin-linuxbridge
473 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200474 timeout: 10000
Slawek Kaplonskide8e5032020-08-27 09:12:43 +0200475 roles:
476 - zuul: openstack/neutron
477 pre-run: playbooks/linuxbridge-scenario-pre-run.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200478 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530479 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100480 devstack_services:
481 # Disable OVN services
482 br-ex-tcpdump: false
483 br-int-flows: false
484 ovn-controller: false
485 ovn-northd: false
486 ovs-vswitchd: false
487 ovsdb-server: false
488 q-ovn-metadata-agent: false
489 # Neutron services
490 q-agt: true
491 q-dhcp: true
492 q-l3: true
493 q-meta: true
494 q-metering: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200495 # SG logging isn't supported by linuxbridge backend
496 neutron-log: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100497 network_api_extensions_linuxbridge:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200498 - dhcp_agent_scheduler
Eduardo Olivares088707b2020-12-01 21:13:45 +0100499 - vlan-transparent
elajkat8bbd7432020-11-04 16:41:34 +0100500 network_available_features: *available_features
Eduardo Olivares088707b2020-12-01 21:13:45 +0100501 # TODO(eolivare): remove VLAN Transparency tests from blacklist
502 # when bug https://bugs.launchpad.net/neutron/+bug/1907548 will be fixed
Slawek Kaplonskicc63c422021-07-21 10:20:18 +0200503 # TODO(slaweq): remove
504 # test_established_tcp_session_after_re_attachinging_sg from the
505 # exclude regex when bug https://bugs.launchpad.net/neutron/+bug/1936911
506 # will be fixed
Slawek Kaplonski3fe3a902022-04-13 09:46:24 +0200507 # TODO(slaweq) remove test_floatingip_port_details from the exclude
508 # regex when bug https://bugs.launchpad.net/neutron/+bug/1799790 will be
509 # fixed
Slawek Kaplonskicc63c422021-07-21 10:20:18 +0200510 tempest_exclude_regex: "\
511 (^neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest)|\
Slawek Kaplonski83979b92022-12-15 14:15:12 +0100512 (^neutron_tempest_plugin.scenario.test_security_groups.StatefulNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
513 (^neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
Slawek Kaplonski3fe3a902022-04-13 09:46:24 +0200514 (^neutron_tempest_plugin.scenario.test_floatingip.FloatingIPPortDetailsTest.test_floatingip_port_details)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200515 devstack_localrc:
516 Q_AGENT: linuxbridge
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200517 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_linuxbridge) | join(',') }}"
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100518 Q_ML2_TENANT_NETWORK_TYPE: vxlan
519 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch,linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200520 devstack_local_conf:
521 post-config:
522 $NEUTRON_CONF:
523 DEFAULT:
524 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100525 vlan_transparent: true
Brian Haley1945f922023-10-10 16:50:15 +0000526 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200527 AGENT:
528 debug_iptables_rules: true
Miguel Lavalle22173b82022-06-13 17:53:50 -0500529 EXPERIMENTAL:
530 linuxbridge: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200531 /$NEUTRON_CORE_PLUGIN_CONF:
532 ml2:
533 type_drivers: flat,vlan,local,vxlan
Eduardo Olivares088707b2020-12-01 21:13:45 +0100534 mechanism_drivers: linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200535 test-config:
536 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100537 network-feature-enabled:
538 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200539 neutron_plugin_options:
540 available_type_drivers: flat,vlan,local,vxlan
541 q_agent: linuxbridge
Hang Yange6e0ccf2021-02-26 15:07:05 -0600542 firewall_driver: iptables
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100543 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530544 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100545 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530546 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100547 - ^releasenotes/.*$
548 - ^doc/.*$
549 - ^setup.cfg$
550 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530551 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100552 - ^neutron/locale/.*$
553 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530554 - ^neutron/tests/fullstack/.*
555 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100556 - ^tools/.*$
557 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530558 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100559 - ^neutron/agent/linux/openvswitch_firewall/.*$
560 - ^neutron/agent/ovn/.*$
561 - ^neutron/agent/windows/.*$
562 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
563 - ^neutron/plugins/ml2/drivers/macvtap/.*$
564 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
565 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530566 - ^neutron/services/ovn_l3/.*$
567 - ^neutron/services/logapi/drivers/openvswitch/.*$
568 - ^neutron/services/logapi/drivers/ovn/.*$
569 - ^neutron/services/portforwarding/drivers/ovn/.*$
570 - ^neutron/services/qos/drivers/openvswitch/.*$
571 - ^neutron/services/qos/drivers/ovn/.*$
572 - ^neutron/services/trunk/drivers/openvswitch/.*$
573 - ^neutron/services/trunk/drivers/ovn/.*$
574 - ^neutron/cmd/ovn/.*$
575 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530576 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
577 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530578 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530579 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530580 - ^playbooks/.*dvr-multinode.*$
581 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530582 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530583 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530584 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200585
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200586# TODO(slaweq): remove that job's definition as soon as new job
587# "neutron-tempest-plugin-linuxbridge" will be used in the neutron repo as
588# a parent for a "neutron-linuxbridge-tempest-plugin-scenario-nftables" job
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200589- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200590 name: neutron-tempest-plugin-scenario-linuxbridge
591 parent: neutron-tempest-plugin-linuxbridge
592
593- job:
594 name: neutron-tempest-plugin-ovn
595 parent: neutron-tempest-plugin-base-nested-switch
Rodolfo Alonso Hernandez99acc992021-11-03 08:30:33 +0000596 timeout: 10800
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000597 vars:
Eduardo Olivares088707b2020-12-01 21:13:45 +0100598 network_api_extensions_ovn:
599 - vlan-transparent
Jakub Libosvar20591c52020-10-29 21:01:51 +0100600 # TODO(jlibosva): Remove the NetworkWritableMtuTest test from the list
601 # once east/west fragmentation is supported in core OVN
Ghanshyam Mannff54bba2021-02-11 13:17:16 -0600602 tempest_exclude_regex: "\
Jakub Libosvar20591c52020-10-29 21:01:51 +0100603 (^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest)"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000604 devstack_localrc:
605 Q_AGENT: ovn
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200606 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000607 Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
608 Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
609 Q_ML2_TENANT_NETWORK_TYPE: geneve
610 Q_USE_PROVIDERNET_FOR_PUBLIC: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000611 ENABLE_CHASSIS_AS_GW: true
612 OVN_L3_CREATE_PUBLIC_NETWORK: true
613 OVN_DBS_LOG_LEVEL: dbg
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000614 ENABLE_TLS: True
615 OVN_IGMP_SNOOPING_ENABLE: True
Ihar Hrachyshkacb596482023-04-19 16:33:13 -0400616 # TODO(ihrachys): remove OVN_BUILD_FROM_SOURCE once the OS packages
617 # include at least OVN v22.03.3.
Eduardo Olivares088707b2020-12-01 21:13:45 +0100618 OVN_BUILD_FROM_SOURCE: True
Ihar Hrachyshkacb596482023-04-19 16:33:13 -0400619 # TODO(ihrachys): switch back to a tagged version when it's released
620 # OVN_BRANCH: "v22.03.3"
621 OVN_BRANCH: "36e3ab9b47e93af0599a818e9d6b2930e49473f0"
622 OVS_BRANCH: "2410b95597fcec5f733caf77febdb46f4ffacd27"
Slawek Kaplonski862cbeb2021-03-20 10:05:26 +0100623 OVS_SYSCONFDIR: "/usr/local/etc/openvswitch"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000624 devstack_services:
625 br-ex-tcpdump: true
626 br-int-flows: true
627 q-ovn-metadata-agent: true
628 ovn-controller: true
629 ovn-northd: true
630 ovs-vswitchd: true
631 ovsdb-server: true
632 q-agt: false
633 q-dhcp: false
634 q-l3: false
635 q-meta: false
636 q-metering: false
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100637 q-qos: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100638 # Cinder services
639 c-api: false
640 c-bak: false
641 c-sch: false
642 c-vol: false
643 cinder: false
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000644 s-account: false
645 s-container-sync: false
646 s-container: false
647 s-object: false
648 s-proxy: false
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000649 devstack_local_conf:
650 post-config:
651 $NEUTRON_CONF:
652 DEFAULT:
653 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100654 vlan_transparent: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000655 /$NEUTRON_CORE_PLUGIN_CONF:
656 ml2:
657 type_drivers: local,flat,vlan,geneve
658 test-config:
659 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100660 network-feature-enabled:
661 available_features: ""
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000662 neutron_plugin_options:
663 available_type_drivers: local,flat,vlan,geneve
664 is_igmp_snooping_enabled: True
Hang Yange6e0ccf2021-02-26 15:07:05 -0600665 firewall_driver: ovn
Jakub Libosvar08f3c612021-02-07 15:50:23 +0100666 zuul_copy_output:
667 '{{ devstack_base_dir }}/data/ovs': 'logs'
668 '{{ devstack_base_dir }}/data/ovn': 'logs'
669 '{{ devstack_log_dir }}/ovsdb-server-nb.log': 'logs'
670 '{{ devstack_log_dir }}/ovsdb-server-sb.log': 'logs'
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200671 '/var/log/ovn': 'logs'
672 '/var/log/openvswitch': 'logs'
673 '/var/lib/ovn': 'logs'
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100674 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530675 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100676 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530677 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100678 - ^releasenotes/.*$
679 - ^doc/.*$
680 - ^setup.cfg$
681 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530682 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100683 - ^neutron/locale/.*$
684 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530685 - ^neutron/tests/fullstack/.*
686 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100687 - ^tools/.*$
688 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530689 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100690 - ^neutron/agent/dhcp/.*$
691 - ^neutron/agent/l2/.*$
692 - ^neutron/agent/l3/.*$
693 - ^neutron/agent/metadata/.*$
694 - ^neutron/agent/windows/.*$
695 - ^neutron/agent/dhcp_agent.py
696 - ^neutron/agent/l3_agent.py
697 - ^neutron/agent/metadata_agent.py
698 - ^neutron/agent/resource_cache.py
699 - ^neutron/agent/rpc.py
700 - ^neutron/agent/securitygroup_rpc.py
701 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
702 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
703 - ^neutron/plugins/ml2/drivers/macvtap/.*$
704 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530705 - ^neutron/services/qos/drivers/linuxbridge/.*$
706 - ^neutron/services/qos/drivers/openvswitch/.*$
707 - ^neutron/services/trunk/drivers/linuxbridge/.*$
708 - ^neutron/services/trunk/drivers/openvswitch/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100709 - ^neutron/scheduler/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530710 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
711 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530712 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530713 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530714 - ^playbooks/.*dvr-multinode.*$
715 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530716 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530717 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530718 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530719 - ^zuul.d/(?!(project)).*\.yaml
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000720
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200721# TODO(slaweq): remove that job's definition as soon as new job
722# "neutron-tempest-plugin-ovn" will be used in the neutron-lib repo as
723# instead of old "neutron-tempest-plugin-api" job
724- job:
725 name: neutron-tempest-plugin-api
726 parent: neutron-tempest-plugin-ovn
727
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000728- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200729 name: neutron-tempest-plugin-dvr-multinode-scenario
730 parent: tempest-multinode-full
731 description: |
732 Perform setup for Neutron tempest tests in multinode with DVR scenario
733 roles:
734 - zuul: openstack/devstack
735 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200736 - openstack/neutron
737 - openstack/neutron-tempest-plugin
738 - openstack/tempest
739 pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
740 voting: false
741 vars:
742 tempest_concurrency: 4
743 tox_envlist: all
744 tempest_test_regex: ^neutron_tempest_plugin\.scenario
745 # NOTE(slaweq): in case of some tests, which requires advanced image,
746 # default test timeout set to 1200 seconds may be not enough if job is
747 # run on slow node
748 tempest_test_timeout: 2400
749 network_api_extensions_common: *api_extensions
750 network_api_extensions_dvr:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200751 - dhcp_agent_scheduler
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200752 - dvr
753 devstack_localrc:
754 USE_PYTHON3: true
755 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_dvr) | join(',') }}"
756 PHYSICAL_NETWORK: default
yatinkarel1f5797e2023-08-01 12:09:43 +0530757 CIRROS_VERSION: 0.6.2
758 DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-uec
759 DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-uec.tar.gz
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200760 IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
761 ADVANCED_IMAGE_NAME: ubuntu-20.04-minimal-cloudimg-amd64
762 ADVANCED_INSTANCE_TYPE: ntp_image_256M
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200763 ADVANCED_INSTANCE_USER: ubuntu
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200764 CUSTOMIZE_IMAGE: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200765 BUILD_TIMEOUT: 784
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200766 Q_AGENT: openvswitch
767 Q_ML2_TENANT_NETWORK_TYPE: vxlan
768 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200769 devstack_plugins:
770 neutron: https://opendev.org/openstack/neutron.git
771 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
772 tempest_plugins:
773 - neutron-tempest-plugin
774 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200775 tls-proxy: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200776 tempest: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200777 # Disable OVN services
778 br-ex-tcpdump: false
779 br-int-flows: false
780 ovn-controller: false
781 ovn-northd: false
782 ovs-vswitchd: false
783 ovsdb-server: false
784 q-ovn-metadata-agent: false
785 # Neutron services
786 q-agt: true
787 q-dhcp: true
788 q-l3: true
789 q-meta: true
790 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200791 neutron-dns: true
792 neutron-qos: true
793 neutron-segments: true
794 neutron-trunk: true
795 neutron-log: true
796 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100797 # Cinder services
798 c-api: false
799 c-bak: false
800 c-sch: false
801 c-vol: false
802 cinder: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100803 # We don't need Swift to be run in the Neutron jobs
804 s-account: false
805 s-container: false
806 s-object: false
807 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200808 devstack_local_conf:
809 post-config:
810 $NEUTRON_CONF:
811 quotas:
812 quota_router: 100
813 quota_floatingip: 500
814 quota_security_group: 100
815 quota_security_group_rule: 1000
816 DEFAULT:
817 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200818 "/$NEUTRON_CORE_PLUGIN_CONF":
819 ml2:
820 type_drivers: flat,geneve,vlan,gre,local,vxlan
821 mechanism_drivers: openvswitch,l2population
822 ml2_type_vlan:
823 network_vlan_ranges: foo:1:10
824 ml2_type_vxlan:
825 vni_ranges: 1:2000
826 ml2_type_gre:
827 tunnel_id_ranges: 1:1000
828 agent:
829 enable_distributed_routing: True
830 l2_population: True
831 tunnel_types: vxlan,gre
832 ovs:
833 tunnel_bridge: br-tun
834 bridge_mappings: public:br-ex
835 $NEUTRON_L3_CONF:
836 DEFAULT:
837 agent_mode: dvr_snat
838 agent:
839 availability_zone: nova
840 $NEUTRON_DHCP_CONF:
841 agent:
842 availability_zone: nova
843 "/etc/neutron/api-paste.ini":
844 "composite:neutronapi_v2_0":
845 use: "call:neutron.auth:pipeline_factory"
846 noauth: "cors request_id catch_errors osprofiler extensions neutronapiapp_v2_0"
847 keystone: "cors request_id catch_errors osprofiler authtoken keystonecontext extensions neutronapiapp_v2_0"
848 test-config:
849 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100850 network-feature-enabled:
851 available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200852 neutron_plugin_options:
853 provider_vlans: foo,
854 agent_availability_zone: nova
855 image_is_advanced: true
856 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
857 l3_agent_mode: dvr_snat
Hang Yange6e0ccf2021-02-26 15:07:05 -0600858 firewall_driver: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200859 group-vars:
860 subnode:
861 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200862 tls-proxy: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200863 br-ex-tcpdump: false
864 br-int-flows: false
865 # Disable OVN services
866 ovn-controller: false
867 ovn-northd: false
868 ovs-vswitchd: false
869 ovsdb-server: false
870 q-ovn-metadata-agent: false
871 # Neutron services
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200872 q-agt: true
873 q-l3: true
874 q-meta: true
875 neutron-qos: true
876 neutron-trunk: true
877 neutron-log: true
878 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100879 # Cinder services
880 c-bak: false
881 c-vol: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100882 # We don't need Swift to be run in the Neutron jobs
883 s-account: false
884 s-container: false
885 s-object: false
886 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200887 devstack_localrc:
888 USE_PYTHON3: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200889 Q_AGENT: openvswitch
890 Q_ML2_TENANT_NETWORK_TYPE: vxlan
891 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200892 devstack_local_conf:
893 post-config:
894 $NEUTRON_CONF:
895 DEFAULT:
896 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200897 "/$NEUTRON_CORE_PLUGIN_CONF":
898 agent:
899 enable_distributed_routing: True
900 l2_population: True
901 tunnel_types: vxlan,gre
902 ovs:
903 tunnel_bridge: br-tun
904 bridge_mappings: public:br-ex
905 $NEUTRON_L3_CONF:
906 DEFAULT:
907 agent_mode: dvr_snat
908 agent:
909 availability_zone: nova
yatinkarel55f1f922023-10-06 18:51:31 +0530910 irrelevant-files:
911 - ^\.pylintrc$
912 - ^(test-|)requirements.txt$
913 - lower-constraints.txt
914 - ^releasenotes/.*$
915 - ^doc/.*$
916 - ^setup.cfg$
917 - ^.*\.rst$
918 - ^.*\.conf\.sample$
919 - ^neutron/locale/.*$
920 - ^neutron/tests/unit/.*$
921 - ^neutron/tests/fullstack/.*
922 - ^neutron/tests/functional/.*
923 - ^tools/.*$
924 - ^tox.ini$
925 - ^plugin.spec$
926 - ^neutron/agent/ovn/.*$
927 - ^neutron/agent/windows/.*$
928 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
929 - ^neutron/plugins/ml2/drivers/macvtap/.*$
930 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
931 - ^neutron/plugins/ml2/drivers/ovn/.*$
932 - ^neutron/services/ovn_l3/.*$
933 - ^neutron/services/logapi/drivers/ovn/.*$
934 - ^neutron/services/portforwarding/drivers/ovn/.*$
935 - ^neutron/services/qos/drivers/linuxbridge/.*$
936 - ^neutron/services/qos/drivers/ovn/.*$
937 - ^neutron/services/trunk/drivers/linuxbridge/.*$
938 - ^neutron/services/trunk/drivers/ovn/.*$
939 - ^neutron/cmd/ovn/.*$
940 - ^neutron/common/ovn/.*$
941 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
942 - ^neutron_tempest_plugin/services/bgp/.*$
943 - ^rally-jobs/.*$
944 - ^roles/.*functional.*$
945 - ^playbooks/.*dynamic-routing.*$
946 - ^playbooks/.*functional.*$
947 - ^playbooks/.*linuxbridge.*$
948 - ^vagrant/.*$
949 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200950
951- job:
952 name: neutron-tempest-plugin-designate-scenario
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200953 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200954 description: Neutron designate integration scenario
955 required-projects:
956 - openstack/designate
957 - openstack/designate-dashboard
958 - openstack/designate-tempest-plugin
959 timeout: 3600
960 vars:
961 network_api_extensions_common: *api_extensions
962 devstack_localrc:
963 DESIGNATE_BACKEND_DRIVER: bind9
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200964 # In this job advanced image is not needed, so it's name should be
965 # empty
966 ADVANCED_IMAGE_NAME: ""
967 NETWORK_API_EXTENSIONS: "{{ network_api_extensions_common | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200968 devstack_plugins:
969 designate: https://opendev.org/openstack/designate.git
970 devstack_services:
971 cinder: false
972 designate: true
973 tempest_plugins:
974 - designate-tempest-plugin
975 - neutron-tempest-plugin
976 tempest_test_regex: ^neutron_tempest_plugin\.scenario\.test_dns_integration
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100977 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530978 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100979 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530980 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100981 - ^releasenotes/.*$
982 - ^doc/.*$
983 - ^setup.cfg$
984 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530985 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100986 - ^neutron/locale/.*$
987 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530988 - ^neutron/tests/fullstack/.*
989 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100990 - ^tools/.*$
991 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530992 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100993 - ^neutron/agent/.*$
994 - ^neutron/cmd/.*$
995 - ^neutron/privileged/.*$
996 - ^neutron/plugins/ml2/drivers/.*$
997 - ^neutron/scheduler/.*$
998 - ^neutron/services/(?!externaldns).*$
yatinkarel9d85f292022-01-27 17:26:57 +0530999 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301000 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1001 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +05301002 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301003 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301004 - ^playbooks/.*dvr-multinode.*$
1005 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301006 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301007 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +05301008 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301009 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001010
1011- job:
1012 name: neutron-tempest-plugin-sfc
1013 parent: neutron-tempest-plugin-base
1014 timeout: 10800
1015 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001016 - openstack/networking-sfc
1017 - openstack/neutron
1018 - openstack/neutron-tempest-plugin
1019 - openstack/tempest
1020 vars:
elajkat3d7420a2021-05-12 11:28:40 +02001021 devstack_services:
1022 # Disable OVN services
1023 br-ex-tcpdump: false
1024 br-int-flows: false
1025 ovn-controller: false
1026 ovn-northd: false
1027 ovs-vswitchd: false
1028 ovsdb-server: false
1029 q-ovn-metadata-agent: false
1030 # Enable Neutron services that are not used by OVN
1031 q-agt: true
1032 q-dhcp: true
1033 q-l3: true
1034 q-meta: true
1035 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001036 tempest_test_regex: ^neutron_tempest_plugin\.sfc
1037 devstack_plugins:
1038 networking-sfc: https://opendev.org/openstack/networking-sfc
1039 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
1040 network_api_extensions_sfc:
1041 - flow_classifier
1042 - sfc
1043 devstack_localrc:
Slawek Kaplonskifea6b0b2023-01-04 10:16:20 +01001044 # TODO(slaweq): check why traceroute output is different in Cirros >
1045 # 0.6.1 which is causing failures of the networking-sfc jobs
Rodolfo Alonso Hernandez9aa8eb42023-10-14 23:29:58 +00001046 CIRROS_VERSION: 0.5.2
1047 DEFAULT_IMAGE_NAME: cirros-0.5.2-x86_64-uec
1048 DEFAULT_IMAGE_FILE_NAME: cirros-0.5.2-x86_64-uec.tar.gz
elajkat3d7420a2021-05-12 11:28:40 +02001049 Q_AGENT: openvswitch
1050 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1051 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001052 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
1053 # TODO(bcafarel): tests still fail from time to time in parallel
1054 # https://bugs.launchpad.net/neutron/+bug/1851500
1055 # https://bugs.launchpad.net/networking-sfc/+bug/1660366
1056 tempest_concurrency: 1
yatinkarel007c22f2021-12-10 15:15:45 +05301057 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301058 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301059 - ^(test-|)requirements.txt$
1060 - lower-constraints.txt
1061 - ^releasenotes/.*$
1062 - ^doc/.*$
1063 - ^.*\.conf\.sample$
1064 - ^setup.cfg$
1065 - ^.*\.rst$
1066 - ^neutron/locale/.*$
1067 - ^neutron/tests/unit/.*$
1068 - ^neutron/tests/fullstack/.*
1069 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301070 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001071 - ^neutron_tempest_plugin/scenario/admin/.*$
1072 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301073 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|tap_as_a_service|vpnaas).*$
1074 - ^neutron_tempest_plugin/services/bgp/.*$
1075 - ^tools/.*$
1076 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301077 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301078 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301079 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301080 - ^playbooks/.*dvr-multinode.*$
1081 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301082 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301083 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301084 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301085 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001086
1087- job:
1088 name: neutron-tempest-plugin-bgpvpn-bagpipe
1089 parent: neutron-tempest-plugin-base
1090 required-projects:
1091 - openstack/networking-bagpipe
1092 - openstack/networking-bgpvpn
1093 vars:
elajkat3d7420a2021-05-12 11:28:40 +02001094 devstack_services:
1095 # Disable OVN services
1096 br-ex-tcpdump: false
1097 br-int-flows: false
1098 ovn-controller: false
1099 ovn-northd: false
1100 ovs-vswitchd: false
1101 ovsdb-server: false
1102 q-ovn-metadata-agent: false
1103 # Enable Neutron services that are not used by OVN
1104 q-agt: true
1105 q-dhcp: true
1106 q-l3: true
1107 q-meta: true
1108 q-metering: true
yatinkarelb8e69d32022-09-13 17:48:00 +05301109 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001110 tempest_test_regex: ^neutron_tempest_plugin\.bgpvpn
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001111 network_api_extensions_bgpvpn:
1112 - bgpvpn
1113 - bgpvpn-routes-control
1114 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +02001115 Q_AGENT: openvswitch
1116 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1117 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001118 NETWORKING_BGPVPN_DRIVER: "BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe_v2.BaGPipeBGPVPNDriver:default"
1119 BAGPIPE_DATAPLANE_DRIVER_IPVPN: "ovs"
1120 BAGPIPE_BGP_PEERS: "-"
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001121 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgpvpn) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001122 devstack_plugins:
1123 networking-bgpvpn: https://git.openstack.org/openstack/networking-bgpvpn
1124 networking-bagpipe: https://git.openstack.org/openstack/networking-bagpipe
yatinkarel007c22f2021-12-10 15:15:45 +05301125 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301126 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301127 - ^(test-|)requirements.txt$
1128 - lower-constraints.txt
1129 - ^releasenotes/.*$
1130 - ^doc/.*$
1131 - ^.*\.conf\.sample$
1132 - ^setup.cfg$
1133 - ^.*\.rst$
1134 - ^neutron/locale/.*$
1135 - ^neutron/tests/unit/.*$
1136 - ^neutron/tests/fullstack/.*
1137 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301138 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001139 - ^neutron_tempest_plugin/scenario/admin/.*$
1140 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301141 - ^neutron_tempest_plugin/(fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1142 - ^neutron_tempest_plugin/services/bgp/.*$
1143 - ^tools/.*$
1144 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301145 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301146 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301147 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301148 - ^playbooks/.*dvr-multinode.*$
1149 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301150 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301151 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301152 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301153 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001154
1155- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001156 name: neutron-tempest-plugin-dynamic-routing
1157 parent: neutron-tempest-plugin-base
1158 description: |
1159 Perform setup common to all Neutron dynamic routing tempest tests
1160 required-projects:
1161 - openstack/neutron
1162 - openstack/neutron-dynamic-routing
1163 - openstack/os-ken
1164 - openstack/tempest
1165 pre-run: playbooks/dynamic-routing-pre-run.yaml
1166 vars:
1167 devstack_plugins:
1168 neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing
1169 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001170 network_api_extensions_bgp:
1171 - bgp
1172 - bgp_dragent_scheduler
1173 - bgp_4byte_asn
1174 devstack_localrc:
1175 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgp) | join(',') }}"
1176 devstack_services:
1177 neutron-dr: true
1178 neutron-dr-agent: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001179 tempest_concurrency: 1
1180 tempest_test_regex: ^neutron_tempest_plugin\.neutron_dynamic_routing
yatinkarel007c22f2021-12-10 15:15:45 +05301181 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301182 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301183 - ^(test-|)requirements.txt$
1184 - lower-constraints.txt
1185 - ^releasenotes/.*$
1186 - ^doc/.*$
1187 - ^.*\.conf\.sample$
1188 - ^setup.cfg$
1189 - ^.*\.rst$
1190 - ^neutron/locale/.*$
1191 - ^neutron/tests/unit/.*$
1192 - ^neutron/tests/fullstack/.*
1193 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301194 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001195 - ^neutron_tempest_plugin/scenario/admin/.*$
1196 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301197 - ^neutron_tempest_plugin/(bgpvpn|fwaas|sfc|tap_as_a_service|vpnaas).*$
1198 - ^tools/.*$
1199 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301200 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301201 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301202 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301203 - ^playbooks/.*dvr-multinode.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301204 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301205 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301206 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301207 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001208
1209- job:
zhouhenglc446cc592022-02-09 10:19:06 +08001210 name: neutron-tempest-plugin-fwaas
1211 parent: neutron-tempest-plugin-base
1212 timeout: 10800
1213 required-projects:
1214 - openstack/devstack-gate
1215 - openstack/neutron-fwaas
1216 - openstack/neutron
1217 - openstack/neutron-tempest-plugin
1218 - openstack/tempest
1219 vars:
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001220 tempest_concurrency: 4
zhouhenglc446cc592022-02-09 10:19:06 +08001221 tempest_test_regex: ^neutron_tempest_plugin\.fwaas
1222 devstack_plugins:
1223 neutron-fwaas: https://opendev.org/openstack/neutron-fwaas.git
1224 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
zhouhenglc446cc592022-02-09 10:19:06 +08001225 network_api_extensions_fwaas:
1226 - fwaas_v2
1227 devstack_localrc:
1228 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_fwaas) | join(',') }}"
1229 Q_AGENT: openvswitch
1230 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1231 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1232 devstack_services:
1233 # Disable OVN services
1234 br-ex-tcpdump: false
1235 br-int-flows: false
1236 ovn-controller: false
1237 ovn-northd: false
1238 q-ovn-metadata-agent: false
1239 # Neutron services
1240 q-agt: true
1241 q-dhcp: true
1242 q-meta: true
1243 q-metering: true
1244 q-l3: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001245 neutron-log: false
yatinkarel91821d22022-05-19 11:11:50 +05301246 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301247 - ^\.pylintrc$
yatinkarel91821d22022-05-19 11:11:50 +05301248 - ^(test-|)requirements.txt$
1249 - ^releasenotes/.*$
1250 - ^doc/.*$
1251 - ^.*\.conf\.sample$
1252 - ^setup.cfg$
1253 - ^.*\.rst$
1254 - ^neutron/locale/.*$
1255 - ^neutron/tests/unit/.*$
1256 - ^neutron/tests/fullstack/.*
1257 - ^neutron/tests/functional/.*
1258 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001259 - ^neutron_tempest_plugin/scenario/admin/.*$
1260 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel91821d22022-05-19 11:11:50 +05301261 - ^neutron_tempest_plugin/(bgpvpn|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1262 - ^neutron_tempest_plugin/services/bgp/.*$
1263 - ^tools/.*$
1264 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301265 - ^plugin.spec$
yatinkarel91821d22022-05-19 11:11:50 +05301266 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301267 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301268 - ^playbooks/.*dvr-multinode.*$
1269 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301270 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301271 - ^playbooks/.*linuxbridge.*$
yatinkarel91821d22022-05-19 11:11:50 +05301272 - ^vagrant/.*$
1273 - ^zuul.d/(?!(project)).*\.yaml
zhouhenglc446cc592022-02-09 10:19:06 +08001274
1275- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001276 name: neutron-tempest-plugin-vpnaas
1277 parent: neutron-tempest-plugin-base
1278 timeout: 3900
1279 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001280 - openstack/neutron
1281 - openstack/neutron-vpnaas
1282 - openstack/neutron-tempest-plugin
1283 - openstack/tempest
1284 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301285 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001286 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
1287 devstack_plugins:
1288 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
1289 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1290 network_api_extensions_common: *api_extensions
1291 network_api_extensions_vpnaas:
1292 - vpnaas
1293 devstack_localrc:
1294 IPSEC_PACKAGE: strongswan
1295 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
elajkat3a98dae2021-09-17 17:25:27 +02001296 Q_AGENT: openvswitch
1297 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1298 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1299 devstack_services:
1300 # Disable OVN services
1301 br-ex-tcpdump: false
1302 br-int-flows: false
1303 ovn-controller: false
1304 ovn-northd: false
1305 ovs-vswitchd: false
1306 ovsdb-server: false
1307 q-ovn-metadata-agent: false
1308 # Neutron services
1309 q-agt: true
1310 q-dhcp: true
1311 q-meta: true
1312 q-metering: true
1313 q-l3: true
yatinkarel007c22f2021-12-10 15:15:45 +05301314 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301315 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301316 - ^(test-|)requirements.txt$
1317 - lower-constraints.txt
1318 - ^releasenotes/.*$
1319 - ^doc/.*$
1320 - ^.*\.conf\.sample$
1321 - ^setup.cfg$
1322 - ^.*\.rst$
1323 - ^neutron/locale/.*$
1324 - ^neutron/tests/unit/.*$
1325 - ^neutron/tests/fullstack/.*
1326 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301327 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001328 - ^neutron_tempest_plugin/scenario/admin/.*$
1329 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301330 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service).*$
1331 - ^neutron_tempest_plugin/services/bgp/.*$
1332 - ^tools/.*$
1333 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301334 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301335 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301336 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301337 - ^playbooks/.*dvr-multinode.*$
1338 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301339 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301340 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301341 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301342 - ^zuul.d/(?!(project)).*\.yaml
elajkat4abd0682021-08-06 16:05:23 +02001343
1344- job:
Bodo Petermannaf70af32022-06-21 13:48:42 +02001345 name: neutron-tempest-plugin-vpnaas-ovn
1346 parent: neutron-tempest-plugin-base
1347 timeout: 3900
1348 required-projects:
1349 - openstack/neutron
1350 - openstack/neutron-vpnaas
1351 - openstack/neutron-tempest-plugin
1352 - openstack/tempest
1353 vars:
1354 tempest_concurrency: 4
1355 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
1356 devstack_plugins:
1357 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
1358 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1359 network_api_extensions_common: *api_extensions
1360 network_api_extensions_vpnaas:
1361 - vpnaas
1362 devstack_localrc:
1363 IPSEC_PACKAGE: strongswan
1364 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
1365 devstack_services:
1366 q-ovn-vpn-agent: true
1367 devstack_local_conf:
1368 test-config:
1369 $TEMPEST_CONFIG:
1370 neutron_vpnaas_plugin_options:
1371 skip_6in4_tests: true
1372 skip_6in6_tests: true
1373
1374 irrelevant-files:
1375 - ^\.pylintrc$
1376 - ^(test-|)requirements.txt$
1377 - lower-constraints.txt
1378 - ^releasenotes/.*$
1379 - ^doc/.*$
1380 - ^.*\.conf\.sample$
1381 - ^setup.cfg$
1382 - ^.*\.rst$
1383 - ^neutron/locale/.*$
1384 - ^neutron/tests/unit/.*$
1385 - ^neutron/tests/fullstack/.*
1386 - ^neutron/tests/functional/.*
1387 - ^neutron_tempest_plugin/api/test_.*$
1388 - ^neutron_tempest_plugin/scenario/admin/.*$
1389 - ^neutron_tempest_plugin/scenario/test_.*$
1390 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service).*$
1391 - ^neutron_tempest_plugin/services/bgp/.*$
1392 - ^tools/.*$
1393 - ^tox.ini$
1394 - ^plugin.spec$
1395 - ^rally-jobs/.*$
1396 - ^roles/.*functional.*$
1397 - ^playbooks/.*dvr-multinode.*$
1398 - ^playbooks/.*dynamic-routing.*$
1399 - ^playbooks/.*functional.*$
1400 - ^playbooks/.*linuxbridge.*$
1401 - ^vagrant/.*$
1402 - ^zuul.d/(?!(project)).*\.yaml
1403
1404- job:
elajkat4abd0682021-08-06 16:05:23 +02001405 name: neutron-tempest-plugin-tap-as-a-service
1406 parent: neutron-tempest-plugin-base
1407 description: |
1408 Perform setup common to all tap-as-a-service tempest tests
1409 roles:
1410 - zuul: openstack/devstack
1411 required-projects:
1412 - openstack/devstack-gate
1413 - openstack/neutron
1414 - openstack/neutron-tempest-plugin
1415 - openstack/tap-as-a-service
1416 - openstack/tempest
1417 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301418 tempest_concurrency: 4
elajkat4abd0682021-08-06 16:05:23 +02001419 tempest_test_regex: ^neutron_tempest_plugin\.tap_as_a_service
1420 tox_envlist: all
elajkat4abd0682021-08-06 16:05:23 +02001421 network_api_extensions_tempest:
1422 - taas
1423 - taas-vlan-filter
1424 devstack_localrc:
1425 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
elajkat4abd0682021-08-06 16:05:23 +02001426 BUILD_TIMEOUT: 784
1427 Q_AGENT: openvswitch
elajkat1f275e42021-10-15 12:47:55 +02001428 Q_ML2_TENANT_NETWORK_TYPE: vxlan,vlan
elajkat4abd0682021-08-06 16:05:23 +02001429 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1430 devstack_local_conf:
1431 post-config:
1432 /$NEUTRON_CORE_PLUGIN_CONF:
1433 AGENT:
elajkat1f275e42021-10-15 12:47:55 +02001434 tunnel_types: vxlan
1435 ml2_type_vlan:
1436 network_vlan_ranges: public
elajkat4abd0682021-08-06 16:05:23 +02001437 test-config:
1438 $TEMPEST_CONFIG:
elajkat1f275e42021-10-15 12:47:55 +02001439 neutron_plugin_options:
1440 image_is_advanced: true
1441 advanced_image_flavor_ref: d1
1442 taas:
elajkat4abd0682021-08-06 16:05:23 +02001443 provider_physical_network: public
1444 provider_segmentation_id: 100
1445 image_feature_enabled:
1446 api_v2: true
1447 devstack_plugins:
1448 neutron: git://opendev.org/openstack/neutron.git
1449 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1450 tap-as-a-service: git://opendev.org/openstack/tap-as-a-service.git
1451 devstack_services:
1452 # Disable OVN services
1453 ovn-controller: false
1454 ovn-northd: false
1455 ovs-vswitchd: false
1456 ovsdb-server: false
1457 q-ovn-metadata-agent: false
1458 # Enable Neutron services that are not used by OVN
1459 q-agt: true
1460 q-dhcp: true
1461 q-l3: true
1462 q-meta: true
1463 q-metering: true
1464 br-ex-tcpdump: true
1465 br-int-flows: true
1466 base: false
1467 key: true
1468 mysql: true
1469 rabbit: true
1470 g-api: true
1471 g-reg: true
1472 n-api: true
1473 n-cond: true
1474 n-cpu: true
1475 n-crt: true
1476 n-sch: true
1477 placement-api: true
1478 n-api-meta: true
1479 q-svc: true
1480 quantum: true
1481 taas: true
1482 taas_openvswitch_agent: true
1483 tempest: true
1484 dstat: true
yatinkarel007c22f2021-12-10 15:15:45 +05301485 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301486 - ^\.pylintrc$
elajkat4abd0682021-08-06 16:05:23 +02001487 - ^(test-|)requirements.txt$
yatinkarel007c22f2021-12-10 15:15:45 +05301488 - lower-constraints.txt
elajkat4abd0682021-08-06 16:05:23 +02001489 - ^releasenotes/.*$
1490 - ^doc/.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301491 - ^.*\.conf\.sample$
1492 - ^setup.cfg$
elajkat4abd0682021-08-06 16:05:23 +02001493 - ^.*\.rst$
yatinkarel007c22f2021-12-10 15:15:45 +05301494 - ^neutron/locale/.*$
1495 - ^neutron/tests/unit/.*$
1496 - ^neutron/tests/fullstack/.*
1497 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301498 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001499 - ^neutron_tempest_plugin/scenario/admin/.*$
1500 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301501 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|vpnaas).*$
1502 - ^neutron_tempest_plugin/services/bgp/.*$
elajkat4abd0682021-08-06 16:05:23 +02001503 - ^tools/.*$
1504 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301505 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301506 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301507 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301508 - ^playbooks/.*dvr-multinode.*$
1509 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301510 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301511 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301512 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301513 - ^zuul.d/(?!(project)).*\.yaml