blob: 1c47f85d970dc5f03771d507ccbc873dbe8104a0 [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
Hang Yange6e0ccf2021-02-26 15:07:05 -0600117 - security-groups-remote-address-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200118 - segment
119 - service-type
120 - sorting
121 - standard-attr-description
122 - standard-attr-revisions
123 - standard-attr-segment
124 - standard-attr-tag
125 - standard-attr-timestamp
Ihar Hrachyshkab0b597f2021-11-04 03:00:42 +0000126 - stateful-security-group
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200127 - subnet_allocation
128 - subnet-dns-publish-fixed-ip
Slawek Kaplonskia5cdede2021-06-23 09:37:04 +0200129 - subnet-service-types
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200130 - subnetpool-prefix-ops
131 - tag-ports-during-bulk-creation
132 - trunk
133 - trunk-details
134 - uplink-status-propagation
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200135 devstack_services:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200136 tempest: true
137 neutron-dns: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200138 neutron-log: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200139 neutron-qos: true
140 neutron-segments: true
141 neutron-trunk: true
142 neutron-uplink-status-propagation: true
143 neutron-network-segment-range: true
144 neutron-port-forwarding: true
145 neutron-conntrack-helper: true
146 neutron-tag-ports-during-bulk-creation: true
yangjianfeng2936a292022-02-04 11:22:11 +0800147 neutron-ndp-proxy: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200148 br-ex-tcpdump: true
149 br-int-flows: true
150 # Cinder services
151 c-api: false
152 c-bak: false
153 c-sch: false
154 c-vol: false
155 cinder: false
156 # We don't need Swift to be run in the Neutron jobs
157 s-account: false
158 s-container: false
159 s-object: false
160 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200161 devstack_local_conf:
162 post-config:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200163 $NEUTRON_CONF:
164 QUOTAS:
165 quota_router: 100
166 quota_floatingip: 500
167 quota_security_group: 150
168 quota_security_group_rule: 1000
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200169 /$NEUTRON_CORE_PLUGIN_CONF:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200170 ml2:
171 type_drivers: flat,geneve,vlan,gre,local,vxlan
172 ml2_type_vlan:
173 network_vlan_ranges: foo:1:10
174 ml2_type_vxlan:
175 vni_ranges: 1:2000
176 ml2_type_gre:
177 tunnel_id_ranges: 1:1000
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200178 network_log:
179 local_output_log_base: /tmp/test_log.log
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200180 $NEUTRON_L3_CONF:
181 agent:
182 availability_zone: nova
183 $NEUTRON_DHCP_CONF:
184 agent:
185 availability_zone: nova
186 test-config:
187 $TEMPEST_CONFIG:
188 neutron_plugin_options:
189 provider_vlans: foo,
190 agent_availability_zone: nova
191 image_is_advanced: true
192 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
193 provider_net_base_segm_id: 1
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100194 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530195 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100196 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530197 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100198 - ^releasenotes/.*$
199 - ^doc/.*$
200 - ^setup.cfg$
201 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530202 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100203 - ^neutron/locale/.*$
204 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530205 - ^neutron/tests/fullstack/.*
206 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100207 - ^tools/.*$
208 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530209 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100210 - ^neutron/agent/.*$
211 - ^neutron/privileged/.*$
Takashi Kajinamia78d12a2021-08-22 13:25:18 +0900212 - ^neutron_lib/tests/unit/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100213 - ^neutron_tempest_plugin/scenario/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530214 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530215 - ^roles/.*functional.*$
216 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530217 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530218 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100219
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200220- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200221 name: neutron-tempest-plugin-openvswitch
222 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200223 timeout: 10000
224 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530225 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100226 devstack_services:
227 # Disable OVN services
228 br-ex-tcpdump: false
229 br-int-flows: false
230 ovn-controller: false
231 ovn-northd: false
232 ovs-vswitchd: false
233 ovsdb-server: false
234 q-ovn-metadata-agent: false
235 # Neutron services
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300236 neutron-local-ip-static: true
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100237 q-agt: true
238 q-dhcp: true
239 q-l3: true
240 q-meta: true
241 q-metering: true
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300242 network_api_extensions_openvswitch:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200243 - dhcp_agent_scheduler
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300244 - local_ip
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200245 - qos-bw-minimum-ingress
246 network_available_features: &available_features
247 - ipv6_metadata
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200248 devstack_localrc:
249 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100250 Q_ML2_TENANT_NETWORK_TYPE: vxlan
251 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200252 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_openvswitch) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200253 devstack_local_conf:
254 post-config:
255 $NEUTRON_CONF:
256 DEFAULT:
257 enable_dvr: false
Brian Haley1945f922023-10-10 16:50:15 +0000258 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200259 /$NEUTRON_CORE_PLUGIN_CONF:
260 agent:
261 tunnel_types: vxlan,gre
262 ovs:
263 tunnel_bridge: br-tun
264 bridge_mappings: public:br-ex
Rodolfo Alonso Hernandez68596be2022-05-03 14:51:54 +0000265 openflow_processed_per_port: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200266 test-config:
267 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100268 network-feature-enabled:
269 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200270 neutron_plugin_options:
271 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600272 firewall_driver: openvswitch
yatinkarel55f1f922023-10-06 18:51:31 +0530273 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530274 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100275 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530276 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100277 - ^releasenotes/.*$
278 - ^doc/.*$
279 - ^setup.cfg$
280 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530281 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100282 - ^neutron/locale/.*$
283 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530284 - ^neutron/tests/fullstack/.*
285 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100286 - ^tools/.*$
287 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530288 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100289 - ^neutron/agent/ovn/.*$
290 - ^neutron/agent/windows/.*$
291 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
292 - ^neutron/plugins/ml2/drivers/macvtap/.*$
293 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
294 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530295 - ^neutron/services/ovn_l3/.*$
296 - ^neutron/services/logapi/drivers/ovn/.*$
297 - ^neutron/services/portforwarding/drivers/ovn/.*$
298 - ^neutron/services/qos/drivers/linuxbridge/.*$
299 - ^neutron/services/qos/drivers/ovn/.*$
300 - ^neutron/services/trunk/drivers/linuxbridge/.*$
301 - ^neutron/services/trunk/drivers/ovn/.*$
302 - ^neutron/cmd/ovn/.*$
303 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530304 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
305 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530306 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530307 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530308 - ^playbooks/.*dvr-multinode.*$
309 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530310 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530311 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530312 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530313 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200314
315- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200316 name: neutron-tempest-plugin-openvswitch-iptables_hybrid
317 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200318 timeout: 10000
319 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530320 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100321 devstack_services:
322 # Disable OVN services
323 br-ex-tcpdump: false
324 br-int-flows: false
325 ovn-controller: false
326 ovn-northd: false
327 ovs-vswitchd: false
328 ovsdb-server: false
329 q-ovn-metadata-agent: false
330 # Neutron services
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300331 neutron-local-ip: true
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100332 q-agt: true
333 q-dhcp: true
334 q-l3: true
335 q-meta: true
336 q-metering: true
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300337 network_api_extensions_openvswitch:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200338 - dhcp_agent_scheduler
Nurmatov Mamatisa1b1c9d32021-12-27 15:37:03 +0300339 - local_ip
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200340 - logging
elajkat8bbd7432020-11-04 16:41:34 +0100341 network_available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200342 # TODO(slaweq): remove trunks subport_connectivity test from blacklist
343 # when bug https://bugs.launchpad.net/neutron/+bug/1838760 will be fixed
Alex Katzbd2bfd42021-05-26 18:12:36 +0300344 # TODO(akatz): remove established tcp session verification test when the
345 # bug https://bugzilla.redhat.com/show_bug.cgi?id=1965036 will be fixed
346 tempest_exclude_regex: "\
347 (^neutron_tempest_plugin.scenario.test_trunk.TrunkTest.test_subport_connectivity)|\
Slawek Kaplonski83979b92022-12-15 14:15:12 +0100348 (^neutron_tempest_plugin.scenario.test_security_groups.StatefulNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
349 (^neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200350 devstack_localrc:
351 Q_AGENT: openvswitch
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100352 Q_ML2_TENANT_NETWORK_TYPE: vxlan
353 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200354 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_openvswitch) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200355 devstack_local_conf:
356 post-config:
357 $NEUTRON_CONF:
358 DEFAULT:
359 enable_dvr: false
Brian Haley1945f922023-10-10 16:50:15 +0000360 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200361 /$NEUTRON_CORE_PLUGIN_CONF:
362 agent:
363 tunnel_types: vxlan,gre
364 ovs:
365 tunnel_bridge: br-tun
366 bridge_mappings: public:br-ex
367 securitygroup:
368 firewall_driver: iptables_hybrid
369 test-config:
370 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100371 network-feature-enabled:
372 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200373 neutron_plugin_options:
374 available_type_drivers: flat,vlan,local,vxlan
Hang Yange6e0ccf2021-02-26 15:07:05 -0600375 firewall_driver: iptables_hybrid
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100376 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530377 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100378 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530379 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100380 - ^releasenotes/.*$
381 - ^doc/.*$
382 - ^setup.cfg$
383 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530384 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100385 - ^neutron/locale/.*$
386 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530387 - ^neutron/tests/fullstack/.*
388 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100389 - ^tools/.*$
390 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530391 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100392 - ^neutron/agent/linux/openvswitch_firewall/.*$
393 - ^neutron/agent/ovn/.*$
394 - ^neutron/agent/windows/.*$
395 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
396 - ^neutron/plugins/ml2/drivers/macvtap/.*$
397 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
398 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530399 - ^neutron/services/ovn_l3/.*$
400 - ^neutron/services/logapi/drivers/ovn/.*$
401 - ^neutron/services/portforwarding/drivers/ovn/.*$
402 - ^neutron/services/qos/drivers/linuxbridge/.*$
403 - ^neutron/services/qos/drivers/ovn/.*$
404 - ^neutron/services/trunk/drivers/linuxbridge/.*$
405 - ^neutron/services/trunk/drivers/ovn/.*$
406 - ^neutron/cmd/ovn/.*$
407 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530408 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
409 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530410 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530411 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530412 - ^playbooks/.*dvr-multinode.*$
413 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530414 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530415 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530416 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530417 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200418
Sławek Kapłoński6a074c92022-12-13 15:28:29 +0100419- job:
Ghanshyam608b85f2023-10-25 20:05:39 +0000420 name: neutron-tempest-plugin-openvswitch-enforce-scope-old-defaults
Sławek Kapłoński6a074c92022-12-13 15:28:29 +0100421 parent: neutron-tempest-plugin-openvswitch
422 vars:
423 devstack_localrc:
Ghanshyam608b85f2023-10-25 20:05:39 +0000424 NEUTRON_ENFORCE_SCOPE: false
Sławek Kapłoński6a074c92022-12-13 15:28:29 +0100425
426
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200427# TODO(slaweq): remove that job's definition as soon as new job
428# "neutron-tempest-plugin-openvswitch-iptables_hybrid" will be used in the
429# neutron repo as a parent for a
430# "neutron-ovs-tempest-plugin-scenario-iptables_hybrid-nftables" job
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200431- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200432 name: neutron-tempest-plugin-scenario-openvswitch-iptables_hybrid
433 parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
434
435- job:
436 name: neutron-tempest-plugin-openvswitch-distributed-dhcp
437 parent: neutron-tempest-plugin-openvswitch
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200438 timeout: 10000
439 vars:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200440 network_api_extensions_openvswitch:
441 - local_ip
442 - qos-bw-minimum-ingress
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200443 # NOTE: DHCP extra options and dns services aren't supported with
444 # distributed DHCP L2 agent extension
445 tempest_exclude_regex: "\
446 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
447 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
448 devstack_services:
449 q-dhcp: false
450 q-distributed-dhcp: true
451
452- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200453 name: neutron-tempest-plugin-openvswitch-iptables_hybrid-distributed-dhcp
454 parent: neutron-tempest-plugin-openvswitch-iptables_hybrid
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200455 timeout: 10000
456 vars:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200457 network_api_extensions_openvswitch:
458 - local_ip
459 - logging
Slawek Kaplonskie7198c02021-08-04 14:13:37 +0200460 # NOTE: DHCP extra options and dns services aren't supported with
461 # distributed DHCP L2 agent extension
462 tempest_exclude_regex: "\
463 (^neutron_tempest_plugin.scenario.test_dhcp.DHCPTest.test_extra_dhcp_opts)|\
464 (^neutron_tempest_plugin.scenario.test_internal_dns.InternalDNSTest.test_dns_domain_and_name)"
465 devstack_services:
466 q-dhcp: false
467 q-distributed-dhcp: true
468
469- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200470 name: neutron-tempest-plugin-linuxbridge
471 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200472 timeout: 10000
Slawek Kaplonskide8e5032020-08-27 09:12:43 +0200473 roles:
474 - zuul: openstack/neutron
475 pre-run: playbooks/linuxbridge-scenario-pre-run.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200476 vars:
yatinkarel9853a012022-06-15 12:55:13 +0530477 configure_swap_size: 2048
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100478 devstack_services:
479 # Disable OVN services
480 br-ex-tcpdump: false
481 br-int-flows: false
482 ovn-controller: false
483 ovn-northd: false
484 ovs-vswitchd: false
485 ovsdb-server: false
486 q-ovn-metadata-agent: false
487 # Neutron services
488 q-agt: true
489 q-dhcp: true
490 q-l3: true
491 q-meta: true
492 q-metering: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200493 # SG logging isn't supported by linuxbridge backend
494 neutron-log: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100495 network_api_extensions_linuxbridge:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200496 - dhcp_agent_scheduler
Eduardo Olivares088707b2020-12-01 21:13:45 +0100497 - vlan-transparent
elajkat8bbd7432020-11-04 16:41:34 +0100498 network_available_features: *available_features
Eduardo Olivares088707b2020-12-01 21:13:45 +0100499 # TODO(eolivare): remove VLAN Transparency tests from blacklist
500 # when bug https://bugs.launchpad.net/neutron/+bug/1907548 will be fixed
Slawek Kaplonskicc63c422021-07-21 10:20:18 +0200501 # TODO(slaweq): remove
502 # test_established_tcp_session_after_re_attachinging_sg from the
503 # exclude regex when bug https://bugs.launchpad.net/neutron/+bug/1936911
504 # will be fixed
Slawek Kaplonski3fe3a902022-04-13 09:46:24 +0200505 # TODO(slaweq) remove test_floatingip_port_details from the exclude
506 # regex when bug https://bugs.launchpad.net/neutron/+bug/1799790 will be
507 # fixed
Slawek Kaplonskicc63c422021-07-21 10:20:18 +0200508 tempest_exclude_regex: "\
509 (^neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest)|\
Slawek Kaplonski83979b92022-12-15 14:15:12 +0100510 (^neutron_tempest_plugin.scenario.test_security_groups.StatefulNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
511 (^neutron_tempest_plugin.scenario.test_security_groups.StatelessNetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
Slawek Kaplonski3fe3a902022-04-13 09:46:24 +0200512 (^neutron_tempest_plugin.scenario.test_floatingip.FloatingIPPortDetailsTest.test_floatingip_port_details)"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200513 devstack_localrc:
514 Q_AGENT: linuxbridge
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200515 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_linuxbridge) | join(',') }}"
Lucas Alvares Gomes743c3b22020-09-02 14:40:22 +0100516 Q_ML2_TENANT_NETWORK_TYPE: vxlan
517 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch,linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200518 devstack_local_conf:
519 post-config:
520 $NEUTRON_CONF:
521 DEFAULT:
522 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100523 vlan_transparent: true
Brian Haley1945f922023-10-10 16:50:15 +0000524 l3_ha: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200525 AGENT:
526 debug_iptables_rules: true
Miguel Lavalle22173b82022-06-13 17:53:50 -0500527 EXPERIMENTAL:
528 linuxbridge: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200529 /$NEUTRON_CORE_PLUGIN_CONF:
530 ml2:
531 type_drivers: flat,vlan,local,vxlan
Eduardo Olivares088707b2020-12-01 21:13:45 +0100532 mechanism_drivers: linuxbridge
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200533 test-config:
534 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100535 network-feature-enabled:
536 available_features: "{{ network_available_features | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200537 neutron_plugin_options:
538 available_type_drivers: flat,vlan,local,vxlan
539 q_agent: linuxbridge
Hang Yange6e0ccf2021-02-26 15:07:05 -0600540 firewall_driver: iptables
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100541 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530542 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100543 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530544 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100545 - ^releasenotes/.*$
546 - ^doc/.*$
547 - ^setup.cfg$
548 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530549 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100550 - ^neutron/locale/.*$
551 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530552 - ^neutron/tests/fullstack/.*
553 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100554 - ^tools/.*$
555 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530556 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100557 - ^neutron/agent/linux/openvswitch_firewall/.*$
558 - ^neutron/agent/ovn/.*$
559 - ^neutron/agent/windows/.*$
560 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
561 - ^neutron/plugins/ml2/drivers/macvtap/.*$
562 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
563 - ^neutron/plugins/ml2/drivers/ovn/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530564 - ^neutron/services/ovn_l3/.*$
565 - ^neutron/services/logapi/drivers/openvswitch/.*$
566 - ^neutron/services/logapi/drivers/ovn/.*$
567 - ^neutron/services/portforwarding/drivers/ovn/.*$
568 - ^neutron/services/qos/drivers/openvswitch/.*$
569 - ^neutron/services/qos/drivers/ovn/.*$
570 - ^neutron/services/trunk/drivers/openvswitch/.*$
571 - ^neutron/services/trunk/drivers/ovn/.*$
572 - ^neutron/cmd/ovn/.*$
573 - ^neutron/common/ovn/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530574 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
575 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530576 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530577 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530578 - ^playbooks/.*dvr-multinode.*$
579 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530580 - ^playbooks/.*functional.*$
yatinkarele191dde2021-12-09 12:38:42 +0530581 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530582 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200583
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200584# TODO(slaweq): remove that job's definition as soon as new job
585# "neutron-tempest-plugin-linuxbridge" will be used in the neutron repo as
586# a parent for a "neutron-linuxbridge-tempest-plugin-scenario-nftables" job
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200587- job:
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200588 name: neutron-tempest-plugin-scenario-linuxbridge
589 parent: neutron-tempest-plugin-linuxbridge
590
591- job:
592 name: neutron-tempest-plugin-ovn
593 parent: neutron-tempest-plugin-base-nested-switch
Rodolfo Alonso Hernandez99acc992021-11-03 08:30:33 +0000594 timeout: 10800
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000595 vars:
Eduardo Olivares088707b2020-12-01 21:13:45 +0100596 network_api_extensions_ovn:
597 - vlan-transparent
Jakub Libosvar20591c52020-10-29 21:01:51 +0100598 # TODO(jlibosva): Remove the NetworkWritableMtuTest test from the list
599 # once east/west fragmentation is supported in core OVN
Ghanshyam Mannff54bba2021-02-11 13:17:16 -0600600 tempest_exclude_regex: "\
Jakub Libosvar20591c52020-10-29 21:01:51 +0100601 (^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest)"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000602 devstack_localrc:
603 Q_AGENT: ovn
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200604 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000605 Q_ML2_PLUGIN_MECHANISM_DRIVERS: ovn,logger
606 Q_ML2_PLUGIN_TYPE_DRIVERS: local,flat,vlan,geneve
607 Q_ML2_TENANT_NETWORK_TYPE: geneve
608 Q_USE_PROVIDERNET_FOR_PUBLIC: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000609 ENABLE_CHASSIS_AS_GW: true
610 OVN_L3_CREATE_PUBLIC_NETWORK: true
611 OVN_DBS_LOG_LEVEL: dbg
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000612 ENABLE_TLS: True
613 OVN_IGMP_SNOOPING_ENABLE: True
Ihar Hrachyshkacb596482023-04-19 16:33:13 -0400614 # TODO(ihrachys): remove OVN_BUILD_FROM_SOURCE once the OS packages
615 # include at least OVN v22.03.3.
Eduardo Olivares088707b2020-12-01 21:13:45 +0100616 OVN_BUILD_FROM_SOURCE: True
Ihar Hrachyshkacb596482023-04-19 16:33:13 -0400617 # TODO(ihrachys): switch back to a tagged version when it's released
618 # OVN_BRANCH: "v22.03.3"
619 OVN_BRANCH: "36e3ab9b47e93af0599a818e9d6b2930e49473f0"
620 OVS_BRANCH: "2410b95597fcec5f733caf77febdb46f4ffacd27"
Slawek Kaplonski862cbeb2021-03-20 10:05:26 +0100621 OVS_SYSCONFDIR: "/usr/local/etc/openvswitch"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000622 devstack_services:
623 br-ex-tcpdump: true
624 br-int-flows: true
625 q-ovn-metadata-agent: true
626 ovn-controller: true
627 ovn-northd: true
628 ovs-vswitchd: true
629 ovsdb-server: true
630 q-agt: false
631 q-dhcp: false
632 q-l3: false
633 q-meta: false
634 q-metering: false
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100635 q-qos: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100636 # Cinder services
637 c-api: false
638 c-bak: false
639 c-sch: false
640 c-vol: false
641 cinder: false
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000642 s-account: false
643 s-container-sync: false
644 s-container: false
645 s-object: false
646 s-proxy: false
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000647 devstack_local_conf:
648 post-config:
649 $NEUTRON_CONF:
650 DEFAULT:
651 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100652 vlan_transparent: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000653 /$NEUTRON_CORE_PLUGIN_CONF:
654 ml2:
655 type_drivers: local,flat,vlan,geneve
656 test-config:
657 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100658 network-feature-enabled:
659 available_features: ""
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000660 neutron_plugin_options:
661 available_type_drivers: local,flat,vlan,geneve
662 is_igmp_snooping_enabled: True
Hang Yange6e0ccf2021-02-26 15:07:05 -0600663 firewall_driver: ovn
Jakub Libosvar08f3c612021-02-07 15:50:23 +0100664 zuul_copy_output:
665 '{{ devstack_base_dir }}/data/ovs': 'logs'
666 '{{ devstack_base_dir }}/data/ovn': 'logs'
667 '{{ devstack_log_dir }}/ovsdb-server-nb.log': 'logs'
668 '{{ devstack_log_dir }}/ovsdb-server-sb.log': 'logs'
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200669 '/var/log/ovn': 'logs'
670 '/var/log/openvswitch': 'logs'
671 '/var/lib/ovn': 'logs'
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100672 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530673 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100674 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530675 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100676 - ^releasenotes/.*$
677 - ^doc/.*$
678 - ^setup.cfg$
679 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530680 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100681 - ^neutron/locale/.*$
682 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530683 - ^neutron/tests/fullstack/.*
684 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100685 - ^tools/.*$
686 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530687 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100688 - ^neutron/agent/dhcp/.*$
689 - ^neutron/agent/l2/.*$
690 - ^neutron/agent/l3/.*$
691 - ^neutron/agent/metadata/.*$
692 - ^neutron/agent/windows/.*$
693 - ^neutron/agent/dhcp_agent.py
694 - ^neutron/agent/l3_agent.py
695 - ^neutron/agent/metadata_agent.py
696 - ^neutron/agent/resource_cache.py
697 - ^neutron/agent/rpc.py
698 - ^neutron/agent/securitygroup_rpc.py
699 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
700 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
701 - ^neutron/plugins/ml2/drivers/macvtap/.*$
702 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530703 - ^neutron/services/qos/drivers/linuxbridge/.*$
704 - ^neutron/services/qos/drivers/openvswitch/.*$
705 - ^neutron/services/trunk/drivers/linuxbridge/.*$
706 - ^neutron/services/trunk/drivers/openvswitch/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100707 - ^neutron/scheduler/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530708 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
709 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530710 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530711 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530712 - ^playbooks/.*dvr-multinode.*$
713 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530714 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530715 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530716 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530717 - ^zuul.d/(?!(project)).*\.yaml
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000718
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200719# TODO(slaweq): remove that job's definition as soon as new job
720# "neutron-tempest-plugin-ovn" will be used in the neutron-lib repo as
721# instead of old "neutron-tempest-plugin-api" job
722- job:
723 name: neutron-tempest-plugin-api
724 parent: neutron-tempest-plugin-ovn
725
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000726- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200727 name: neutron-tempest-plugin-dvr-multinode-scenario
728 parent: tempest-multinode-full
729 description: |
730 Perform setup for Neutron tempest tests in multinode with DVR scenario
731 roles:
732 - zuul: openstack/devstack
733 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200734 - openstack/neutron
735 - openstack/neutron-tempest-plugin
736 - openstack/tempest
737 pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
738 voting: false
739 vars:
740 tempest_concurrency: 4
741 tox_envlist: all
742 tempest_test_regex: ^neutron_tempest_plugin\.scenario
743 # NOTE(slaweq): in case of some tests, which requires advanced image,
744 # default test timeout set to 1200 seconds may be not enough if job is
745 # run on slow node
746 tempest_test_timeout: 2400
747 network_api_extensions_common: *api_extensions
748 network_api_extensions_dvr:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200749 - dhcp_agent_scheduler
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200750 - dvr
751 devstack_localrc:
752 USE_PYTHON3: true
753 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_dvr) | join(',') }}"
754 PHYSICAL_NETWORK: default
yatinkarel1f5797e2023-08-01 12:09:43 +0530755 CIRROS_VERSION: 0.6.2
756 DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-uec
757 DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-uec.tar.gz
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200758 IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
759 ADVANCED_IMAGE_NAME: ubuntu-20.04-minimal-cloudimg-amd64
760 ADVANCED_INSTANCE_TYPE: ntp_image_256M
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200761 ADVANCED_INSTANCE_USER: ubuntu
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200762 CUSTOMIZE_IMAGE: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200763 BUILD_TIMEOUT: 784
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200764 Q_AGENT: openvswitch
765 Q_ML2_TENANT_NETWORK_TYPE: vxlan
766 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200767 devstack_plugins:
768 neutron: https://opendev.org/openstack/neutron.git
769 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
770 tempest_plugins:
771 - neutron-tempest-plugin
772 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200773 tls-proxy: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200774 tempest: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200775 # Disable OVN services
776 br-ex-tcpdump: false
777 br-int-flows: false
778 ovn-controller: false
779 ovn-northd: false
780 ovs-vswitchd: false
781 ovsdb-server: false
782 q-ovn-metadata-agent: false
783 # Neutron services
784 q-agt: true
785 q-dhcp: true
786 q-l3: true
787 q-meta: true
788 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200789 neutron-dns: true
790 neutron-qos: true
791 neutron-segments: true
792 neutron-trunk: true
793 neutron-log: true
794 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100795 # Cinder services
796 c-api: false
797 c-bak: false
798 c-sch: false
799 c-vol: false
800 cinder: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100801 # We don't need Swift to be run in the Neutron jobs
802 s-account: false
803 s-container: false
804 s-object: false
805 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200806 devstack_local_conf:
807 post-config:
808 $NEUTRON_CONF:
809 quotas:
810 quota_router: 100
811 quota_floatingip: 500
812 quota_security_group: 100
813 quota_security_group_rule: 1000
814 DEFAULT:
815 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200816 "/$NEUTRON_CORE_PLUGIN_CONF":
817 ml2:
818 type_drivers: flat,geneve,vlan,gre,local,vxlan
819 mechanism_drivers: openvswitch,l2population
820 ml2_type_vlan:
821 network_vlan_ranges: foo:1:10
822 ml2_type_vxlan:
823 vni_ranges: 1:2000
824 ml2_type_gre:
825 tunnel_id_ranges: 1:1000
826 agent:
827 enable_distributed_routing: True
828 l2_population: True
829 tunnel_types: vxlan,gre
830 ovs:
831 tunnel_bridge: br-tun
832 bridge_mappings: public:br-ex
833 $NEUTRON_L3_CONF:
834 DEFAULT:
835 agent_mode: dvr_snat
836 agent:
837 availability_zone: nova
838 $NEUTRON_DHCP_CONF:
839 agent:
840 availability_zone: nova
841 "/etc/neutron/api-paste.ini":
842 "composite:neutronapi_v2_0":
843 use: "call:neutron.auth:pipeline_factory"
844 noauth: "cors request_id catch_errors osprofiler extensions neutronapiapp_v2_0"
845 keystone: "cors request_id catch_errors osprofiler authtoken keystonecontext extensions neutronapiapp_v2_0"
846 test-config:
847 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100848 network-feature-enabled:
849 available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200850 neutron_plugin_options:
851 provider_vlans: foo,
852 agent_availability_zone: nova
853 image_is_advanced: true
854 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
855 l3_agent_mode: dvr_snat
Hang Yange6e0ccf2021-02-26 15:07:05 -0600856 firewall_driver: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200857 group-vars:
858 subnode:
859 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200860 tls-proxy: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200861 br-ex-tcpdump: false
862 br-int-flows: false
863 # Disable OVN services
864 ovn-controller: false
865 ovn-northd: false
866 ovs-vswitchd: false
867 ovsdb-server: false
868 q-ovn-metadata-agent: false
869 # Neutron services
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200870 q-agt: true
871 q-l3: true
872 q-meta: true
873 neutron-qos: true
874 neutron-trunk: true
875 neutron-log: true
876 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100877 # Cinder services
878 c-bak: false
879 c-vol: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100880 # We don't need Swift to be run in the Neutron jobs
881 s-account: false
882 s-container: false
883 s-object: false
884 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200885 devstack_localrc:
886 USE_PYTHON3: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200887 Q_AGENT: openvswitch
888 Q_ML2_TENANT_NETWORK_TYPE: vxlan
889 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200890 devstack_local_conf:
891 post-config:
892 $NEUTRON_CONF:
893 DEFAULT:
894 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200895 "/$NEUTRON_CORE_PLUGIN_CONF":
896 agent:
897 enable_distributed_routing: True
898 l2_population: True
899 tunnel_types: vxlan,gre
900 ovs:
901 tunnel_bridge: br-tun
902 bridge_mappings: public:br-ex
903 $NEUTRON_L3_CONF:
904 DEFAULT:
905 agent_mode: dvr_snat
906 agent:
907 availability_zone: nova
yatinkarel55f1f922023-10-06 18:51:31 +0530908 irrelevant-files:
909 - ^\.pylintrc$
910 - ^(test-|)requirements.txt$
911 - lower-constraints.txt
912 - ^releasenotes/.*$
913 - ^doc/.*$
914 - ^setup.cfg$
915 - ^.*\.rst$
916 - ^.*\.conf\.sample$
917 - ^neutron/locale/.*$
918 - ^neutron/tests/unit/.*$
919 - ^neutron/tests/fullstack/.*
920 - ^neutron/tests/functional/.*
921 - ^tools/.*$
922 - ^tox.ini$
923 - ^plugin.spec$
924 - ^neutron/agent/ovn/.*$
925 - ^neutron/agent/windows/.*$
926 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
927 - ^neutron/plugins/ml2/drivers/macvtap/.*$
928 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
929 - ^neutron/plugins/ml2/drivers/ovn/.*$
930 - ^neutron/services/ovn_l3/.*$
931 - ^neutron/services/logapi/drivers/ovn/.*$
932 - ^neutron/services/portforwarding/drivers/ovn/.*$
933 - ^neutron/services/qos/drivers/linuxbridge/.*$
934 - ^neutron/services/qos/drivers/ovn/.*$
935 - ^neutron/services/trunk/drivers/linuxbridge/.*$
936 - ^neutron/services/trunk/drivers/ovn/.*$
937 - ^neutron/cmd/ovn/.*$
938 - ^neutron/common/ovn/.*$
939 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
940 - ^neutron_tempest_plugin/services/bgp/.*$
941 - ^rally-jobs/.*$
942 - ^roles/.*functional.*$
943 - ^playbooks/.*dynamic-routing.*$
944 - ^playbooks/.*functional.*$
945 - ^playbooks/.*linuxbridge.*$
946 - ^vagrant/.*$
947 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200948
949- job:
950 name: neutron-tempest-plugin-designate-scenario
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200951 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200952 description: Neutron designate integration scenario
953 required-projects:
954 - openstack/designate
955 - openstack/designate-dashboard
956 - openstack/designate-tempest-plugin
957 timeout: 3600
958 vars:
959 network_api_extensions_common: *api_extensions
960 devstack_localrc:
961 DESIGNATE_BACKEND_DRIVER: bind9
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200962 # In this job advanced image is not needed, so it's name should be
963 # empty
964 ADVANCED_IMAGE_NAME: ""
965 NETWORK_API_EXTENSIONS: "{{ network_api_extensions_common | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200966 devstack_plugins:
967 designate: https://opendev.org/openstack/designate.git
968 devstack_services:
969 cinder: false
970 designate: true
971 tempest_plugins:
972 - designate-tempest-plugin
973 - neutron-tempest-plugin
974 tempest_test_regex: ^neutron_tempest_plugin\.scenario\.test_dns_integration
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100975 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530976 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100977 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530978 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100979 - ^releasenotes/.*$
980 - ^doc/.*$
981 - ^setup.cfg$
982 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530983 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100984 - ^neutron/locale/.*$
985 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530986 - ^neutron/tests/fullstack/.*
987 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100988 - ^tools/.*$
989 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530990 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100991 - ^neutron/agent/.*$
992 - ^neutron/cmd/.*$
993 - ^neutron/privileged/.*$
994 - ^neutron/plugins/ml2/drivers/.*$
995 - ^neutron/scheduler/.*$
996 - ^neutron/services/(?!externaldns).*$
yatinkarel9d85f292022-01-27 17:26:57 +0530997 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530998 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
999 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +05301000 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301001 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301002 - ^playbooks/.*dvr-multinode.*$
1003 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301004 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301005 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +05301006 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301007 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001008
1009- job:
1010 name: neutron-tempest-plugin-sfc
1011 parent: neutron-tempest-plugin-base
1012 timeout: 10800
1013 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001014 - openstack/networking-sfc
1015 - openstack/neutron
1016 - openstack/neutron-tempest-plugin
1017 - openstack/tempest
1018 vars:
elajkat3d7420a2021-05-12 11:28:40 +02001019 devstack_services:
1020 # Disable OVN services
1021 br-ex-tcpdump: false
1022 br-int-flows: false
1023 ovn-controller: false
1024 ovn-northd: false
1025 ovs-vswitchd: false
1026 ovsdb-server: false
1027 q-ovn-metadata-agent: false
1028 # Enable Neutron services that are not used by OVN
1029 q-agt: true
1030 q-dhcp: true
1031 q-l3: true
1032 q-meta: true
1033 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001034 tempest_test_regex: ^neutron_tempest_plugin\.sfc
1035 devstack_plugins:
1036 networking-sfc: https://opendev.org/openstack/networking-sfc
1037 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
1038 network_api_extensions_sfc:
1039 - flow_classifier
1040 - sfc
1041 devstack_localrc:
Slawek Kaplonskifea6b0b2023-01-04 10:16:20 +01001042 # TODO(slaweq): check why traceroute output is different in Cirros >
1043 # 0.6.1 which is causing failures of the networking-sfc jobs
Rodolfo Alonso Hernandez9aa8eb42023-10-14 23:29:58 +00001044 CIRROS_VERSION: 0.5.2
1045 DEFAULT_IMAGE_NAME: cirros-0.5.2-x86_64-uec
1046 DEFAULT_IMAGE_FILE_NAME: cirros-0.5.2-x86_64-uec.tar.gz
elajkat3d7420a2021-05-12 11:28:40 +02001047 Q_AGENT: openvswitch
1048 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1049 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001050 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
1051 # TODO(bcafarel): tests still fail from time to time in parallel
1052 # https://bugs.launchpad.net/neutron/+bug/1851500
1053 # https://bugs.launchpad.net/networking-sfc/+bug/1660366
1054 tempest_concurrency: 1
yatinkarel007c22f2021-12-10 15:15:45 +05301055 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301056 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301057 - ^(test-|)requirements.txt$
1058 - lower-constraints.txt
1059 - ^releasenotes/.*$
1060 - ^doc/.*$
1061 - ^.*\.conf\.sample$
1062 - ^setup.cfg$
1063 - ^.*\.rst$
1064 - ^neutron/locale/.*$
1065 - ^neutron/tests/unit/.*$
1066 - ^neutron/tests/fullstack/.*
1067 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301068 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001069 - ^neutron_tempest_plugin/scenario/admin/.*$
1070 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301071 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|tap_as_a_service|vpnaas).*$
1072 - ^neutron_tempest_plugin/services/bgp/.*$
1073 - ^tools/.*$
1074 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301075 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301076 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301077 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301078 - ^playbooks/.*dvr-multinode.*$
1079 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301080 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301081 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301082 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301083 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001084
1085- job:
1086 name: neutron-tempest-plugin-bgpvpn-bagpipe
1087 parent: neutron-tempest-plugin-base
1088 required-projects:
1089 - openstack/networking-bagpipe
1090 - openstack/networking-bgpvpn
1091 vars:
elajkat3d7420a2021-05-12 11:28:40 +02001092 devstack_services:
1093 # Disable OVN services
1094 br-ex-tcpdump: false
1095 br-int-flows: false
1096 ovn-controller: false
1097 ovn-northd: false
1098 ovs-vswitchd: false
1099 ovsdb-server: false
1100 q-ovn-metadata-agent: false
1101 # Enable Neutron services that are not used by OVN
1102 q-agt: true
1103 q-dhcp: true
1104 q-l3: true
1105 q-meta: true
1106 q-metering: true
yatinkarelb8e69d32022-09-13 17:48:00 +05301107 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001108 tempest_test_regex: ^neutron_tempest_plugin\.bgpvpn
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001109 network_api_extensions_bgpvpn:
1110 - bgpvpn
1111 - bgpvpn-routes-control
1112 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +02001113 Q_AGENT: openvswitch
1114 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1115 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001116 NETWORKING_BGPVPN_DRIVER: "BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe_v2.BaGPipeBGPVPNDriver:default"
1117 BAGPIPE_DATAPLANE_DRIVER_IPVPN: "ovs"
1118 BAGPIPE_BGP_PEERS: "-"
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001119 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgpvpn) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001120 devstack_plugins:
1121 networking-bgpvpn: https://git.openstack.org/openstack/networking-bgpvpn
1122 networking-bagpipe: https://git.openstack.org/openstack/networking-bagpipe
yatinkarel007c22f2021-12-10 15:15:45 +05301123 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301124 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301125 - ^(test-|)requirements.txt$
1126 - lower-constraints.txt
1127 - ^releasenotes/.*$
1128 - ^doc/.*$
1129 - ^.*\.conf\.sample$
1130 - ^setup.cfg$
1131 - ^.*\.rst$
1132 - ^neutron/locale/.*$
1133 - ^neutron/tests/unit/.*$
1134 - ^neutron/tests/fullstack/.*
1135 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301136 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001137 - ^neutron_tempest_plugin/scenario/admin/.*$
1138 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301139 - ^neutron_tempest_plugin/(fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1140 - ^neutron_tempest_plugin/services/bgp/.*$
1141 - ^tools/.*$
1142 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301143 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301144 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301145 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301146 - ^playbooks/.*dvr-multinode.*$
1147 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301148 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301149 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301150 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301151 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001152
1153- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001154 name: neutron-tempest-plugin-dynamic-routing
1155 parent: neutron-tempest-plugin-base
1156 description: |
1157 Perform setup common to all Neutron dynamic routing tempest tests
1158 required-projects:
1159 - openstack/neutron
1160 - openstack/neutron-dynamic-routing
1161 - openstack/os-ken
1162 - openstack/tempest
1163 pre-run: playbooks/dynamic-routing-pre-run.yaml
1164 vars:
1165 devstack_plugins:
1166 neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing
1167 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001168 network_api_extensions_bgp:
1169 - bgp
1170 - bgp_dragent_scheduler
1171 - bgp_4byte_asn
1172 devstack_localrc:
1173 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgp) | join(',') }}"
1174 devstack_services:
1175 neutron-dr: true
1176 neutron-dr-agent: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001177 tempest_concurrency: 1
1178 tempest_test_regex: ^neutron_tempest_plugin\.neutron_dynamic_routing
yatinkarel007c22f2021-12-10 15:15:45 +05301179 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301180 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301181 - ^(test-|)requirements.txt$
1182 - lower-constraints.txt
1183 - ^releasenotes/.*$
1184 - ^doc/.*$
1185 - ^.*\.conf\.sample$
1186 - ^setup.cfg$
1187 - ^.*\.rst$
1188 - ^neutron/locale/.*$
1189 - ^neutron/tests/unit/.*$
1190 - ^neutron/tests/fullstack/.*
1191 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301192 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001193 - ^neutron_tempest_plugin/scenario/admin/.*$
1194 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301195 - ^neutron_tempest_plugin/(bgpvpn|fwaas|sfc|tap_as_a_service|vpnaas).*$
1196 - ^tools/.*$
1197 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301198 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301199 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301200 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301201 - ^playbooks/.*dvr-multinode.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301202 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301203 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301204 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301205 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001206
1207- job:
zhouhenglc446cc592022-02-09 10:19:06 +08001208 name: neutron-tempest-plugin-fwaas
1209 parent: neutron-tempest-plugin-base
1210 timeout: 10800
1211 required-projects:
1212 - openstack/devstack-gate
1213 - openstack/neutron-fwaas
1214 - openstack/neutron
1215 - openstack/neutron-tempest-plugin
1216 - openstack/tempest
1217 vars:
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001218 tempest_concurrency: 4
zhouhenglc446cc592022-02-09 10:19:06 +08001219 tempest_test_regex: ^neutron_tempest_plugin\.fwaas
1220 devstack_plugins:
1221 neutron-fwaas: https://opendev.org/openstack/neutron-fwaas.git
1222 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
zhouhenglc446cc592022-02-09 10:19:06 +08001223 network_api_extensions_fwaas:
1224 - fwaas_v2
1225 devstack_localrc:
1226 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_fwaas) | join(',') }}"
1227 Q_AGENT: openvswitch
1228 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1229 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1230 devstack_services:
1231 # Disable OVN services
1232 br-ex-tcpdump: false
1233 br-int-flows: false
1234 ovn-controller: false
1235 ovn-northd: false
1236 q-ovn-metadata-agent: false
1237 # Neutron services
1238 q-agt: true
1239 q-dhcp: true
1240 q-meta: true
1241 q-metering: true
1242 q-l3: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001243 neutron-log: false
yatinkarel91821d22022-05-19 11:11:50 +05301244 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301245 - ^\.pylintrc$
yatinkarel91821d22022-05-19 11:11:50 +05301246 - ^(test-|)requirements.txt$
1247 - ^releasenotes/.*$
1248 - ^doc/.*$
1249 - ^.*\.conf\.sample$
1250 - ^setup.cfg$
1251 - ^.*\.rst$
1252 - ^neutron/locale/.*$
1253 - ^neutron/tests/unit/.*$
1254 - ^neutron/tests/fullstack/.*
1255 - ^neutron/tests/functional/.*
1256 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001257 - ^neutron_tempest_plugin/scenario/admin/.*$
1258 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel91821d22022-05-19 11:11:50 +05301259 - ^neutron_tempest_plugin/(bgpvpn|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1260 - ^neutron_tempest_plugin/services/bgp/.*$
1261 - ^tools/.*$
1262 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301263 - ^plugin.spec$
yatinkarel91821d22022-05-19 11:11:50 +05301264 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301265 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301266 - ^playbooks/.*dvr-multinode.*$
1267 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301268 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301269 - ^playbooks/.*linuxbridge.*$
yatinkarel91821d22022-05-19 11:11:50 +05301270 - ^vagrant/.*$
1271 - ^zuul.d/(?!(project)).*\.yaml
zhouhenglc446cc592022-02-09 10:19:06 +08001272
1273- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001274 name: neutron-tempest-plugin-vpnaas
1275 parent: neutron-tempest-plugin-base
1276 timeout: 3900
1277 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001278 - openstack/neutron
1279 - openstack/neutron-vpnaas
1280 - openstack/neutron-tempest-plugin
1281 - openstack/tempest
1282 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301283 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001284 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
1285 devstack_plugins:
1286 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
1287 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1288 network_api_extensions_common: *api_extensions
1289 network_api_extensions_vpnaas:
1290 - vpnaas
1291 devstack_localrc:
1292 IPSEC_PACKAGE: strongswan
1293 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
elajkat3a98dae2021-09-17 17:25:27 +02001294 Q_AGENT: openvswitch
1295 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1296 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1297 devstack_services:
1298 # Disable OVN services
1299 br-ex-tcpdump: false
1300 br-int-flows: false
1301 ovn-controller: false
1302 ovn-northd: false
1303 ovs-vswitchd: false
1304 ovsdb-server: false
1305 q-ovn-metadata-agent: false
1306 # Neutron services
1307 q-agt: true
1308 q-dhcp: true
1309 q-meta: true
1310 q-metering: true
1311 q-l3: true
yatinkarel007c22f2021-12-10 15:15:45 +05301312 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301313 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301314 - ^(test-|)requirements.txt$
1315 - lower-constraints.txt
1316 - ^releasenotes/.*$
1317 - ^doc/.*$
1318 - ^.*\.conf\.sample$
1319 - ^setup.cfg$
1320 - ^.*\.rst$
1321 - ^neutron/locale/.*$
1322 - ^neutron/tests/unit/.*$
1323 - ^neutron/tests/fullstack/.*
1324 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301325 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001326 - ^neutron_tempest_plugin/scenario/admin/.*$
1327 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301328 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service).*$
1329 - ^neutron_tempest_plugin/services/bgp/.*$
1330 - ^tools/.*$
1331 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301332 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301333 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301334 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301335 - ^playbooks/.*dvr-multinode.*$
1336 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301337 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301338 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301339 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301340 - ^zuul.d/(?!(project)).*\.yaml
elajkat4abd0682021-08-06 16:05:23 +02001341
1342- job:
1343 name: neutron-tempest-plugin-tap-as-a-service
1344 parent: neutron-tempest-plugin-base
1345 description: |
1346 Perform setup common to all tap-as-a-service tempest tests
1347 roles:
1348 - zuul: openstack/devstack
1349 required-projects:
1350 - openstack/devstack-gate
1351 - openstack/neutron
1352 - openstack/neutron-tempest-plugin
1353 - openstack/tap-as-a-service
1354 - openstack/tempest
1355 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301356 tempest_concurrency: 4
elajkat4abd0682021-08-06 16:05:23 +02001357 tempest_test_regex: ^neutron_tempest_plugin\.tap_as_a_service
1358 tox_envlist: all
elajkat4abd0682021-08-06 16:05:23 +02001359 network_api_extensions_tempest:
1360 - taas
1361 - taas-vlan-filter
1362 devstack_localrc:
1363 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
elajkat4abd0682021-08-06 16:05:23 +02001364 BUILD_TIMEOUT: 784
1365 Q_AGENT: openvswitch
elajkat1f275e42021-10-15 12:47:55 +02001366 Q_ML2_TENANT_NETWORK_TYPE: vxlan,vlan
elajkat4abd0682021-08-06 16:05:23 +02001367 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1368 devstack_local_conf:
1369 post-config:
1370 /$NEUTRON_CORE_PLUGIN_CONF:
1371 AGENT:
elajkat1f275e42021-10-15 12:47:55 +02001372 tunnel_types: vxlan
1373 ml2_type_vlan:
1374 network_vlan_ranges: public
elajkat4abd0682021-08-06 16:05:23 +02001375 test-config:
1376 $TEMPEST_CONFIG:
elajkat1f275e42021-10-15 12:47:55 +02001377 neutron_plugin_options:
1378 image_is_advanced: true
1379 advanced_image_flavor_ref: d1
1380 taas:
elajkat4abd0682021-08-06 16:05:23 +02001381 provider_physical_network: public
1382 provider_segmentation_id: 100
1383 image_feature_enabled:
1384 api_v2: true
1385 devstack_plugins:
1386 neutron: git://opendev.org/openstack/neutron.git
1387 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1388 tap-as-a-service: git://opendev.org/openstack/tap-as-a-service.git
1389 devstack_services:
1390 # Disable OVN services
1391 ovn-controller: false
1392 ovn-northd: false
1393 ovs-vswitchd: false
1394 ovsdb-server: false
1395 q-ovn-metadata-agent: false
1396 # Enable Neutron services that are not used by OVN
1397 q-agt: true
1398 q-dhcp: true
1399 q-l3: true
1400 q-meta: true
1401 q-metering: true
1402 br-ex-tcpdump: true
1403 br-int-flows: true
1404 base: false
1405 key: true
1406 mysql: true
1407 rabbit: true
1408 g-api: true
1409 g-reg: true
1410 n-api: true
1411 n-cond: true
1412 n-cpu: true
1413 n-crt: true
1414 n-sch: true
1415 placement-api: true
1416 n-api-meta: true
1417 q-svc: true
1418 quantum: true
1419 taas: true
1420 taas_openvswitch_agent: true
1421 tempest: true
1422 dstat: true
yatinkarel007c22f2021-12-10 15:15:45 +05301423 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301424 - ^\.pylintrc$
elajkat4abd0682021-08-06 16:05:23 +02001425 - ^(test-|)requirements.txt$
yatinkarel007c22f2021-12-10 15:15:45 +05301426 - lower-constraints.txt
elajkat4abd0682021-08-06 16:05:23 +02001427 - ^releasenotes/.*$
1428 - ^doc/.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301429 - ^.*\.conf\.sample$
1430 - ^setup.cfg$
elajkat4abd0682021-08-06 16:05:23 +02001431 - ^.*\.rst$
yatinkarel007c22f2021-12-10 15:15:45 +05301432 - ^neutron/locale/.*$
1433 - ^neutron/tests/unit/.*$
1434 - ^neutron/tests/fullstack/.*
1435 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301436 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001437 - ^neutron_tempest_plugin/scenario/admin/.*$
1438 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301439 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|vpnaas).*$
1440 - ^neutron_tempest_plugin/services/bgp/.*$
elajkat4abd0682021-08-06 16:05:23 +02001441 - ^tools/.*$
1442 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301443 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301444 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301445 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301446 - ^playbooks/.*dvr-multinode.*$
1447 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301448 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301449 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301450 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301451 - ^zuul.d/(?!(project)).*\.yaml