blob: 6b41f872ebea0bcf79af355f837e44b7159994fb [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
Daniel Alvarez Sanchez366a5152023-09-07 09:06:57 +0000649 network_available_features: *available_features
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000650 devstack_local_conf:
651 post-config:
652 $NEUTRON_CONF:
653 DEFAULT:
654 enable_dvr: false
Eduardo Olivares088707b2020-12-01 21:13:45 +0100655 vlan_transparent: true
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000656 /$NEUTRON_CORE_PLUGIN_CONF:
657 ml2:
658 type_drivers: local,flat,vlan,geneve
659 test-config:
660 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100661 network-feature-enabled:
Daniel Alvarez Sanchez366a5152023-09-07 09:06:57 +0000662 available_features: "{{ network_available_features | join(',') }}"
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000663 neutron_plugin_options:
664 available_type_drivers: local,flat,vlan,geneve
665 is_igmp_snooping_enabled: True
Hang Yange6e0ccf2021-02-26 15:07:05 -0600666 firewall_driver: ovn
Jakub Libosvar08f3c612021-02-07 15:50:23 +0100667 zuul_copy_output:
668 '{{ devstack_base_dir }}/data/ovs': 'logs'
669 '{{ devstack_base_dir }}/data/ovn': 'logs'
670 '{{ devstack_log_dir }}/ovsdb-server-nb.log': 'logs'
671 '{{ devstack_log_dir }}/ovsdb-server-sb.log': 'logs'
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200672 '/var/log/ovn': 'logs'
673 '/var/log/openvswitch': 'logs'
674 '/var/lib/ovn': 'logs'
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100675 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530676 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100677 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530678 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100679 - ^releasenotes/.*$
680 - ^doc/.*$
681 - ^setup.cfg$
682 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530683 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100684 - ^neutron/locale/.*$
685 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530686 - ^neutron/tests/fullstack/.*
687 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100688 - ^tools/.*$
689 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530690 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100691 - ^neutron/agent/dhcp/.*$
692 - ^neutron/agent/l2/.*$
693 - ^neutron/agent/l3/.*$
694 - ^neutron/agent/metadata/.*$
695 - ^neutron/agent/windows/.*$
696 - ^neutron/agent/dhcp_agent.py
697 - ^neutron/agent/l3_agent.py
698 - ^neutron/agent/metadata_agent.py
699 - ^neutron/agent/resource_cache.py
700 - ^neutron/agent/rpc.py
701 - ^neutron/agent/securitygroup_rpc.py
702 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
703 - ^neutron/plugins/ml2/drivers/openvswitch/.*$
704 - ^neutron/plugins/ml2/drivers/macvtap/.*$
705 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
yatinkarel9d85f292022-01-27 17:26:57 +0530706 - ^neutron/services/qos/drivers/linuxbridge/.*$
707 - ^neutron/services/qos/drivers/openvswitch/.*$
708 - ^neutron/services/trunk/drivers/linuxbridge/.*$
709 - ^neutron/services/trunk/drivers/openvswitch/.*$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100710 - ^neutron/scheduler/.*$
yatinkarel007c22f2021-12-10 15:15:45 +0530711 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
712 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530713 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530714 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530715 - ^playbooks/.*dvr-multinode.*$
716 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +0530717 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +0530718 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +0530719 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +0530720 - ^zuul.d/(?!(project)).*\.yaml
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000721
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200722# TODO(slaweq): remove that job's definition as soon as new job
723# "neutron-tempest-plugin-ovn" will be used in the neutron-lib repo as
724# instead of old "neutron-tempest-plugin-api" job
725- job:
726 name: neutron-tempest-plugin-api
727 parent: neutron-tempest-plugin-ovn
728
Maciej Jozefczykf5855ac2020-06-10 13:17:27 +0000729- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200730 name: neutron-tempest-plugin-dvr-multinode-scenario
731 parent: tempest-multinode-full
732 description: |
733 Perform setup for Neutron tempest tests in multinode with DVR scenario
734 roles:
735 - zuul: openstack/devstack
736 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200737 - openstack/neutron
738 - openstack/neutron-tempest-plugin
739 - openstack/tempest
740 pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml
741 voting: false
742 vars:
743 tempest_concurrency: 4
744 tox_envlist: all
745 tempest_test_regex: ^neutron_tempest_plugin\.scenario
746 # NOTE(slaweq): in case of some tests, which requires advanced image,
747 # default test timeout set to 1200 seconds may be not enough if job is
748 # run on slow node
749 tempest_test_timeout: 2400
750 network_api_extensions_common: *api_extensions
751 network_api_extensions_dvr:
Slawek Kaplonski909402b2022-09-23 09:35:09 +0200752 - dhcp_agent_scheduler
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200753 - dvr
754 devstack_localrc:
755 USE_PYTHON3: true
756 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_dvr) | join(',') }}"
757 PHYSICAL_NETWORK: default
yatinkarel1f5797e2023-08-01 12:09:43 +0530758 CIRROS_VERSION: 0.6.2
759 DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-uec
760 DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-uec.tar.gz
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200761 IMAGE_URLS: https://cloud-images.ubuntu.com/minimal/releases/focal/release/ubuntu-20.04-minimal-cloudimg-amd64.img
762 ADVANCED_IMAGE_NAME: ubuntu-20.04-minimal-cloudimg-amd64
763 ADVANCED_INSTANCE_TYPE: ntp_image_256M
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200764 ADVANCED_INSTANCE_USER: ubuntu
Slawek Kaplonski7e5923a2021-10-08 16:05:21 +0200765 CUSTOMIZE_IMAGE: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200766 BUILD_TIMEOUT: 784
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200767 Q_AGENT: openvswitch
768 Q_ML2_TENANT_NETWORK_TYPE: vxlan
769 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200770 devstack_plugins:
771 neutron: https://opendev.org/openstack/neutron.git
772 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
773 tempest_plugins:
774 - neutron-tempest-plugin
775 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200776 tls-proxy: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200777 tempest: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200778 # Disable OVN services
779 br-ex-tcpdump: false
780 br-int-flows: false
781 ovn-controller: false
782 ovn-northd: false
783 ovs-vswitchd: false
784 ovsdb-server: false
785 q-ovn-metadata-agent: false
786 # Neutron services
787 q-agt: true
788 q-dhcp: true
789 q-l3: true
790 q-meta: true
791 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200792 neutron-dns: true
793 neutron-qos: true
794 neutron-segments: true
795 neutron-trunk: true
796 neutron-log: true
797 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100798 # Cinder services
799 c-api: false
800 c-bak: false
801 c-sch: false
802 c-vol: false
803 cinder: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100804 # We don't need Swift to be run in the Neutron jobs
805 s-account: false
806 s-container: false
807 s-object: false
808 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200809 devstack_local_conf:
810 post-config:
811 $NEUTRON_CONF:
812 quotas:
813 quota_router: 100
814 quota_floatingip: 500
815 quota_security_group: 100
816 quota_security_group_rule: 1000
817 DEFAULT:
818 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200819 "/$NEUTRON_CORE_PLUGIN_CONF":
820 ml2:
821 type_drivers: flat,geneve,vlan,gre,local,vxlan
822 mechanism_drivers: openvswitch,l2population
823 ml2_type_vlan:
824 network_vlan_ranges: foo:1:10
825 ml2_type_vxlan:
826 vni_ranges: 1:2000
827 ml2_type_gre:
828 tunnel_id_ranges: 1:1000
829 agent:
830 enable_distributed_routing: True
831 l2_population: True
832 tunnel_types: vxlan,gre
833 ovs:
834 tunnel_bridge: br-tun
835 bridge_mappings: public:br-ex
836 $NEUTRON_L3_CONF:
837 DEFAULT:
838 agent_mode: dvr_snat
839 agent:
840 availability_zone: nova
841 $NEUTRON_DHCP_CONF:
842 agent:
843 availability_zone: nova
844 "/etc/neutron/api-paste.ini":
845 "composite:neutronapi_v2_0":
846 use: "call:neutron.auth:pipeline_factory"
847 noauth: "cors request_id catch_errors osprofiler extensions neutronapiapp_v2_0"
848 keystone: "cors request_id catch_errors osprofiler authtoken keystonecontext extensions neutronapiapp_v2_0"
849 test-config:
850 $TEMPEST_CONFIG:
elajkat8bbd7432020-11-04 16:41:34 +0100851 network-feature-enabled:
852 available_features: *available_features
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200853 neutron_plugin_options:
854 provider_vlans: foo,
855 agent_availability_zone: nova
856 image_is_advanced: true
857 available_type_drivers: flat,geneve,vlan,gre,local,vxlan
858 l3_agent_mode: dvr_snat
Hang Yange6e0ccf2021-02-26 15:07:05 -0600859 firewall_driver: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200860 group-vars:
861 subnode:
862 devstack_services:
Slawek Kaplonski579b6df2021-06-11 08:47:32 +0200863 tls-proxy: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200864 br-ex-tcpdump: false
865 br-int-flows: false
866 # Disable OVN services
867 ovn-controller: false
868 ovn-northd: false
869 ovs-vswitchd: false
870 ovsdb-server: false
871 q-ovn-metadata-agent: false
872 # Neutron services
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200873 q-agt: true
874 q-l3: true
875 q-meta: true
876 neutron-qos: true
877 neutron-trunk: true
878 neutron-log: true
879 neutron-port-forwarding: true
Slawek Kaplonski643820c2020-11-12 16:48:12 +0100880 # Cinder services
881 c-bak: false
882 c-vol: false
Slawek Kaplonskif2893442020-11-02 21:40:26 +0100883 # We don't need Swift to be run in the Neutron jobs
884 s-account: false
885 s-container: false
886 s-object: false
887 s-proxy: false
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200888 devstack_localrc:
889 USE_PYTHON3: true
Slawek Kaplonskic28b4002021-06-09 09:52:01 +0200890 Q_AGENT: openvswitch
891 Q_ML2_TENANT_NETWORK_TYPE: vxlan
892 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200893 devstack_local_conf:
894 post-config:
895 $NEUTRON_CONF:
896 DEFAULT:
897 router_distributed: True
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200898 "/$NEUTRON_CORE_PLUGIN_CONF":
899 agent:
900 enable_distributed_routing: True
901 l2_population: True
902 tunnel_types: vxlan,gre
903 ovs:
904 tunnel_bridge: br-tun
905 bridge_mappings: public:br-ex
906 $NEUTRON_L3_CONF:
907 DEFAULT:
908 agent_mode: dvr_snat
909 agent:
910 availability_zone: nova
yatinkarel55f1f922023-10-06 18:51:31 +0530911 irrelevant-files:
912 - ^\.pylintrc$
913 - ^(test-|)requirements.txt$
914 - lower-constraints.txt
915 - ^releasenotes/.*$
916 - ^doc/.*$
917 - ^setup.cfg$
918 - ^.*\.rst$
919 - ^.*\.conf\.sample$
920 - ^neutron/locale/.*$
921 - ^neutron/tests/unit/.*$
922 - ^neutron/tests/fullstack/.*
923 - ^neutron/tests/functional/.*
924 - ^tools/.*$
925 - ^tox.ini$
926 - ^plugin.spec$
927 - ^neutron/agent/ovn/.*$
928 - ^neutron/agent/windows/.*$
929 - ^neutron/plugins/ml2/drivers/linuxbridge/.*$
930 - ^neutron/plugins/ml2/drivers/macvtap/.*$
931 - ^neutron/plugins/ml2/drivers/mech_sriov/.*$
932 - ^neutron/plugins/ml2/drivers/ovn/.*$
933 - ^neutron/services/ovn_l3/.*$
934 - ^neutron/services/logapi/drivers/ovn/.*$
935 - ^neutron/services/portforwarding/drivers/ovn/.*$
936 - ^neutron/services/qos/drivers/linuxbridge/.*$
937 - ^neutron/services/qos/drivers/ovn/.*$
938 - ^neutron/services/trunk/drivers/linuxbridge/.*$
939 - ^neutron/services/trunk/drivers/ovn/.*$
940 - ^neutron/cmd/ovn/.*$
941 - ^neutron/common/ovn/.*$
942 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
943 - ^neutron_tempest_plugin/services/bgp/.*$
944 - ^rally-jobs/.*$
945 - ^roles/.*functional.*$
946 - ^playbooks/.*dynamic-routing.*$
947 - ^playbooks/.*functional.*$
948 - ^playbooks/.*linuxbridge.*$
949 - ^vagrant/.*$
950 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200951
952- job:
953 name: neutron-tempest-plugin-designate-scenario
Slawek Kaplonski8988a012022-04-07 10:50:44 +0200954 parent: neutron-tempest-plugin-base-nested-switch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200955 description: Neutron designate integration scenario
956 required-projects:
957 - openstack/designate
958 - openstack/designate-dashboard
959 - openstack/designate-tempest-plugin
960 timeout: 3600
961 vars:
962 network_api_extensions_common: *api_extensions
963 devstack_localrc:
964 DESIGNATE_BACKEND_DRIVER: bind9
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200965 # In this job advanced image is not needed, so it's name should be
966 # empty
967 ADVANCED_IMAGE_NAME: ""
968 NETWORK_API_EXTENSIONS: "{{ network_api_extensions_common | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +0200969 devstack_plugins:
970 designate: https://opendev.org/openstack/designate.git
971 devstack_services:
972 cinder: false
973 designate: true
974 tempest_plugins:
975 - designate-tempest-plugin
976 - neutron-tempest-plugin
977 tempest_test_regex: ^neutron_tempest_plugin\.scenario\.test_dns_integration
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100978 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +0530979 - ^\.pylintrc$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100980 - ^(test-|)requirements.txt$
yatinkarele191dde2021-12-09 12:38:42 +0530981 - lower-constraints.txt
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100982 - ^releasenotes/.*$
983 - ^doc/.*$
984 - ^setup.cfg$
985 - ^.*\.rst$
yatinkarele191dde2021-12-09 12:38:42 +0530986 - ^.*\.conf\.sample$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100987 - ^neutron/locale/.*$
988 - ^neutron/tests/unit/.*$
yatinkarele191dde2021-12-09 12:38:42 +0530989 - ^neutron/tests/fullstack/.*
990 - ^neutron/tests/functional/.*
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100991 - ^tools/.*$
992 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +0530993 - ^plugin.spec$
Slawek Kaplonskid89e7e32021-02-04 12:12:27 +0100994 - ^neutron/agent/.*$
995 - ^neutron/cmd/.*$
996 - ^neutron/privileged/.*$
997 - ^neutron/plugins/ml2/drivers/.*$
998 - ^neutron/scheduler/.*$
999 - ^neutron/services/(?!externaldns).*$
yatinkarel9d85f292022-01-27 17:26:57 +05301000 - ^neutron_tempest_plugin/api/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301001 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1002 - ^neutron_tempest_plugin/services/bgp/.*$
yatinkarele191dde2021-12-09 12:38:42 +05301003 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301004 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301005 - ^playbooks/.*dvr-multinode.*$
1006 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301007 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301008 - ^playbooks/.*linuxbridge.*$
yatinkarele191dde2021-12-09 12:38:42 +05301009 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301010 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001011
1012- job:
1013 name: neutron-tempest-plugin-sfc
1014 parent: neutron-tempest-plugin-base
1015 timeout: 10800
1016 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001017 - openstack/networking-sfc
1018 - openstack/neutron
1019 - openstack/neutron-tempest-plugin
1020 - openstack/tempest
1021 vars:
elajkat3d7420a2021-05-12 11:28:40 +02001022 devstack_services:
1023 # Disable OVN services
1024 br-ex-tcpdump: false
1025 br-int-flows: false
1026 ovn-controller: false
1027 ovn-northd: false
1028 ovs-vswitchd: false
1029 ovsdb-server: false
1030 q-ovn-metadata-agent: false
1031 # Enable Neutron services that are not used by OVN
1032 q-agt: true
1033 q-dhcp: true
1034 q-l3: true
1035 q-meta: true
1036 q-metering: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001037 tempest_test_regex: ^neutron_tempest_plugin\.sfc
1038 devstack_plugins:
1039 networking-sfc: https://opendev.org/openstack/networking-sfc
1040 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
1041 network_api_extensions_sfc:
1042 - flow_classifier
1043 - sfc
1044 devstack_localrc:
Slawek Kaplonskifea6b0b2023-01-04 10:16:20 +01001045 # TODO(slaweq): check why traceroute output is different in Cirros >
1046 # 0.6.1 which is causing failures of the networking-sfc jobs
Rodolfo Alonso Hernandez9aa8eb42023-10-14 23:29:58 +00001047 CIRROS_VERSION: 0.5.2
1048 DEFAULT_IMAGE_NAME: cirros-0.5.2-x86_64-uec
1049 DEFAULT_IMAGE_FILE_NAME: cirros-0.5.2-x86_64-uec.tar.gz
elajkat3d7420a2021-05-12 11:28:40 +02001050 Q_AGENT: openvswitch
1051 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1052 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001053 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
1054 # TODO(bcafarel): tests still fail from time to time in parallel
1055 # https://bugs.launchpad.net/neutron/+bug/1851500
1056 # https://bugs.launchpad.net/networking-sfc/+bug/1660366
1057 tempest_concurrency: 1
yatinkarel007c22f2021-12-10 15:15:45 +05301058 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301059 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301060 - ^(test-|)requirements.txt$
1061 - lower-constraints.txt
1062 - ^releasenotes/.*$
1063 - ^doc/.*$
1064 - ^.*\.conf\.sample$
1065 - ^setup.cfg$
1066 - ^.*\.rst$
1067 - ^neutron/locale/.*$
1068 - ^neutron/tests/unit/.*$
1069 - ^neutron/tests/fullstack/.*
1070 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301071 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001072 - ^neutron_tempest_plugin/scenario/admin/.*$
1073 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301074 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|tap_as_a_service|vpnaas).*$
1075 - ^neutron_tempest_plugin/services/bgp/.*$
1076 - ^tools/.*$
1077 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301078 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301079 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301080 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301081 - ^playbooks/.*dvr-multinode.*$
1082 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301083 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301084 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301085 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301086 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001087
1088- job:
1089 name: neutron-tempest-plugin-bgpvpn-bagpipe
1090 parent: neutron-tempest-plugin-base
1091 required-projects:
1092 - openstack/networking-bagpipe
1093 - openstack/networking-bgpvpn
1094 vars:
elajkat3d7420a2021-05-12 11:28:40 +02001095 devstack_services:
1096 # Disable OVN services
1097 br-ex-tcpdump: false
1098 br-int-flows: false
1099 ovn-controller: false
1100 ovn-northd: false
1101 ovs-vswitchd: false
1102 ovsdb-server: false
1103 q-ovn-metadata-agent: false
1104 # Enable Neutron services that are not used by OVN
1105 q-agt: true
1106 q-dhcp: true
1107 q-l3: true
1108 q-meta: true
1109 q-metering: true
yatinkarelb8e69d32022-09-13 17:48:00 +05301110 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001111 tempest_test_regex: ^neutron_tempest_plugin\.bgpvpn
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001112 network_api_extensions_bgpvpn:
1113 - bgpvpn
1114 - bgpvpn-routes-control
1115 devstack_localrc:
elajkat3d7420a2021-05-12 11:28:40 +02001116 Q_AGENT: openvswitch
1117 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1118 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001119 NETWORKING_BGPVPN_DRIVER: "BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe_v2.BaGPipeBGPVPNDriver:default"
1120 BAGPIPE_DATAPLANE_DRIVER_IPVPN: "ovs"
1121 BAGPIPE_BGP_PEERS: "-"
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001122 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgpvpn) | join(',') }}"
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001123 devstack_plugins:
1124 networking-bgpvpn: https://git.openstack.org/openstack/networking-bgpvpn
1125 networking-bagpipe: https://git.openstack.org/openstack/networking-bagpipe
yatinkarel007c22f2021-12-10 15:15:45 +05301126 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301127 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301128 - ^(test-|)requirements.txt$
1129 - lower-constraints.txt
1130 - ^releasenotes/.*$
1131 - ^doc/.*$
1132 - ^.*\.conf\.sample$
1133 - ^setup.cfg$
1134 - ^.*\.rst$
1135 - ^neutron/locale/.*$
1136 - ^neutron/tests/unit/.*$
1137 - ^neutron/tests/fullstack/.*
1138 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301139 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001140 - ^neutron_tempest_plugin/scenario/admin/.*$
1141 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301142 - ^neutron_tempest_plugin/(fwaas|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1143 - ^neutron_tempest_plugin/services/bgp/.*$
1144 - ^tools/.*$
1145 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301146 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301147 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301148 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301149 - ^playbooks/.*dvr-multinode.*$
1150 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301151 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301152 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301153 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301154 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001155
1156- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001157 name: neutron-tempest-plugin-dynamic-routing
1158 parent: neutron-tempest-plugin-base
1159 description: |
1160 Perform setup common to all Neutron dynamic routing tempest tests
1161 required-projects:
1162 - openstack/neutron
1163 - openstack/neutron-dynamic-routing
1164 - openstack/os-ken
1165 - openstack/tempest
1166 pre-run: playbooks/dynamic-routing-pre-run.yaml
1167 vars:
1168 devstack_plugins:
1169 neutron-dynamic-routing: https://opendev.org/openstack/neutron-dynamic-routing
1170 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001171 network_api_extensions_bgp:
1172 - bgp
1173 - bgp_dragent_scheduler
1174 - bgp_4byte_asn
1175 devstack_localrc:
1176 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_bgp) | join(',') }}"
1177 devstack_services:
1178 neutron-dr: true
1179 neutron-dr-agent: true
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001180 tempest_concurrency: 1
1181 tempest_test_regex: ^neutron_tempest_plugin\.neutron_dynamic_routing
yatinkarel007c22f2021-12-10 15:15:45 +05301182 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301183 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301184 - ^(test-|)requirements.txt$
1185 - lower-constraints.txt
1186 - ^releasenotes/.*$
1187 - ^doc/.*$
1188 - ^.*\.conf\.sample$
1189 - ^setup.cfg$
1190 - ^.*\.rst$
1191 - ^neutron/locale/.*$
1192 - ^neutron/tests/unit/.*$
1193 - ^neutron/tests/fullstack/.*
1194 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301195 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001196 - ^neutron_tempest_plugin/scenario/admin/.*$
1197 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301198 - ^neutron_tempest_plugin/(bgpvpn|fwaas|sfc|tap_as_a_service|vpnaas).*$
1199 - ^tools/.*$
1200 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301201 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301202 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301203 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301204 - ^playbooks/.*dvr-multinode.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301205 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301206 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301207 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301208 - ^zuul.d/(?!(project)).*\.yaml
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001209
1210- job:
zhouhenglc446cc592022-02-09 10:19:06 +08001211 name: neutron-tempest-plugin-fwaas
1212 parent: neutron-tempest-plugin-base
1213 timeout: 10800
1214 required-projects:
1215 - openstack/devstack-gate
1216 - openstack/neutron-fwaas
1217 - openstack/neutron
1218 - openstack/neutron-tempest-plugin
1219 - openstack/tempest
1220 vars:
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001221 tempest_concurrency: 4
zhouhenglc446cc592022-02-09 10:19:06 +08001222 tempest_test_regex: ^neutron_tempest_plugin\.fwaas
1223 devstack_plugins:
1224 neutron-fwaas: https://opendev.org/openstack/neutron-fwaas.git
1225 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
zhouhenglc446cc592022-02-09 10:19:06 +08001226 network_api_extensions_fwaas:
1227 - fwaas_v2
1228 devstack_localrc:
1229 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_fwaas) | join(',') }}"
1230 Q_AGENT: openvswitch
1231 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1232 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1233 devstack_services:
1234 # Disable OVN services
1235 br-ex-tcpdump: false
1236 br-int-flows: false
1237 ovn-controller: false
1238 ovn-northd: false
1239 q-ovn-metadata-agent: false
1240 # Neutron services
1241 q-agt: true
1242 q-dhcp: true
1243 q-meta: true
1244 q-metering: true
1245 q-l3: true
Slawek Kaplonski8988a012022-04-07 10:50:44 +02001246 neutron-log: false
yatinkarel91821d22022-05-19 11:11:50 +05301247 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301248 - ^\.pylintrc$
yatinkarel91821d22022-05-19 11:11:50 +05301249 - ^(test-|)requirements.txt$
1250 - ^releasenotes/.*$
1251 - ^doc/.*$
1252 - ^.*\.conf\.sample$
1253 - ^setup.cfg$
1254 - ^.*\.rst$
1255 - ^neutron/locale/.*$
1256 - ^neutron/tests/unit/.*$
1257 - ^neutron/tests/fullstack/.*
1258 - ^neutron/tests/functional/.*
1259 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001260 - ^neutron_tempest_plugin/scenario/admin/.*$
1261 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel91821d22022-05-19 11:11:50 +05301262 - ^neutron_tempest_plugin/(bgpvpn|neutron_dynamic_routing|sfc|tap_as_a_service|vpnaas).*$
1263 - ^neutron_tempest_plugin/services/bgp/.*$
1264 - ^tools/.*$
1265 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301266 - ^plugin.spec$
yatinkarel91821d22022-05-19 11:11:50 +05301267 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301268 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301269 - ^playbooks/.*dvr-multinode.*$
1270 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301271 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301272 - ^playbooks/.*linuxbridge.*$
yatinkarel91821d22022-05-19 11:11:50 +05301273 - ^vagrant/.*$
1274 - ^zuul.d/(?!(project)).*\.yaml
zhouhenglc446cc592022-02-09 10:19:06 +08001275
1276- job:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001277 name: neutron-tempest-plugin-vpnaas
1278 parent: neutron-tempest-plugin-base
1279 timeout: 3900
1280 required-projects:
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001281 - openstack/neutron
1282 - openstack/neutron-vpnaas
1283 - openstack/neutron-tempest-plugin
1284 - openstack/tempest
1285 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301286 tempest_concurrency: 4
Slawek Kaplonski40ec8e52020-05-20 13:07:44 +02001287 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
1288 devstack_plugins:
1289 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
1290 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1291 network_api_extensions_common: *api_extensions
1292 network_api_extensions_vpnaas:
1293 - vpnaas
1294 devstack_localrc:
1295 IPSEC_PACKAGE: strongswan
1296 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
elajkat3a98dae2021-09-17 17:25:27 +02001297 Q_AGENT: openvswitch
1298 Q_ML2_TENANT_NETWORK_TYPE: vxlan
1299 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1300 devstack_services:
1301 # Disable OVN services
1302 br-ex-tcpdump: false
1303 br-int-flows: false
1304 ovn-controller: false
1305 ovn-northd: false
1306 ovs-vswitchd: false
1307 ovsdb-server: false
1308 q-ovn-metadata-agent: false
1309 # Neutron services
1310 q-agt: true
1311 q-dhcp: true
1312 q-meta: true
1313 q-metering: true
1314 q-l3: true
yatinkarel007c22f2021-12-10 15:15:45 +05301315 irrelevant-files:
yatinkarel3ff83002022-09-27 10:55:55 +05301316 - ^\.pylintrc$
yatinkarel007c22f2021-12-10 15:15:45 +05301317 - ^(test-|)requirements.txt$
1318 - lower-constraints.txt
1319 - ^releasenotes/.*$
1320 - ^doc/.*$
1321 - ^.*\.conf\.sample$
1322 - ^setup.cfg$
1323 - ^.*\.rst$
1324 - ^neutron/locale/.*$
1325 - ^neutron/tests/unit/.*$
1326 - ^neutron/tests/fullstack/.*
1327 - ^neutron/tests/functional/.*
yatinkarel9d85f292022-01-27 17:26:57 +05301328 - ^neutron_tempest_plugin/api/test_.*$
Slawek Kaplonski4330ca02023-04-20 10:56:51 +02001329 - ^neutron_tempest_plugin/scenario/admin/.*$
1330 - ^neutron_tempest_plugin/scenario/test_.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301331 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service).*$
1332 - ^neutron_tempest_plugin/services/bgp/.*$
1333 - ^tools/.*$
1334 - ^tox.ini$
yatinkarel1ecc1e52023-03-28 12:01:02 +05301335 - ^plugin.spec$
yatinkarel007c22f2021-12-10 15:15:45 +05301336 - ^rally-jobs/.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301337 - ^roles/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301338 - ^playbooks/.*dvr-multinode.*$
1339 - ^playbooks/.*dynamic-routing.*$
yatinkarelaecc32a2022-05-31 11:17:40 +05301340 - ^playbooks/.*functional.*$
yatinkarel55f1f922023-10-06 18:51:31 +05301341 - ^playbooks/.*linuxbridge.*$
yatinkarel007c22f2021-12-10 15:15:45 +05301342 - ^vagrant/.*$
yatinkarel77bfe312022-02-03 12:17:34 +05301343 - ^zuul.d/(?!(project)).*\.yaml
elajkat4abd0682021-08-06 16:05:23 +02001344
1345- job:
Bodo Petermannaf70af32022-06-21 13:48:42 +02001346 name: neutron-tempest-plugin-vpnaas-ovn
1347 parent: neutron-tempest-plugin-base
1348 timeout: 3900
1349 required-projects:
1350 - openstack/neutron
1351 - openstack/neutron-vpnaas
1352 - openstack/neutron-tempest-plugin
1353 - openstack/tempest
1354 vars:
1355 tempest_concurrency: 4
1356 tempest_test_regex: ^neutron_tempest_plugin\.vpnaas
1357 devstack_plugins:
1358 neutron-vpnaas: https://opendev.org/openstack/neutron-vpnaas.git
1359 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1360 network_api_extensions_common: *api_extensions
1361 network_api_extensions_vpnaas:
1362 - vpnaas
1363 devstack_localrc:
1364 IPSEC_PACKAGE: strongswan
1365 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_vpnaas) | join(',') }}"
1366 devstack_services:
1367 q-ovn-vpn-agent: true
1368 devstack_local_conf:
1369 test-config:
1370 $TEMPEST_CONFIG:
1371 neutron_vpnaas_plugin_options:
1372 skip_6in4_tests: true
1373 skip_6in6_tests: true
1374
1375 irrelevant-files:
1376 - ^\.pylintrc$
1377 - ^(test-|)requirements.txt$
1378 - lower-constraints.txt
1379 - ^releasenotes/.*$
1380 - ^doc/.*$
1381 - ^.*\.conf\.sample$
1382 - ^setup.cfg$
1383 - ^.*\.rst$
1384 - ^neutron/locale/.*$
1385 - ^neutron/tests/unit/.*$
1386 - ^neutron/tests/fullstack/.*
1387 - ^neutron/tests/functional/.*
1388 - ^neutron_tempest_plugin/api/test_.*$
1389 - ^neutron_tempest_plugin/scenario/admin/.*$
1390 - ^neutron_tempest_plugin/scenario/test_.*$
1391 - ^neutron_tempest_plugin/(bgpvpn|fwaas|neutron_dynamic_routing|sfc|tap_as_a_service).*$
1392 - ^neutron_tempest_plugin/services/bgp/.*$
1393 - ^tools/.*$
1394 - ^tox.ini$
1395 - ^plugin.spec$
1396 - ^rally-jobs/.*$
1397 - ^roles/.*functional.*$
1398 - ^playbooks/.*dvr-multinode.*$
1399 - ^playbooks/.*dynamic-routing.*$
1400 - ^playbooks/.*functional.*$
1401 - ^playbooks/.*linuxbridge.*$
1402 - ^vagrant/.*$
1403 - ^zuul.d/(?!(project)).*\.yaml
1404
1405- job:
elajkat4abd0682021-08-06 16:05:23 +02001406 name: neutron-tempest-plugin-tap-as-a-service
1407 parent: neutron-tempest-plugin-base
1408 description: |
1409 Perform setup common to all tap-as-a-service tempest tests
1410 roles:
1411 - zuul: openstack/devstack
1412 required-projects:
1413 - openstack/devstack-gate
1414 - openstack/neutron
1415 - openstack/neutron-tempest-plugin
1416 - openstack/tap-as-a-service
1417 - openstack/tempest
1418 vars:
yatinkarelb8e69d32022-09-13 17:48:00 +05301419 tempest_concurrency: 4
elajkat4abd0682021-08-06 16:05:23 +02001420 tempest_test_regex: ^neutron_tempest_plugin\.tap_as_a_service
1421 tox_envlist: all
elajkat4abd0682021-08-06 16:05:23 +02001422 network_api_extensions_tempest:
1423 - taas
1424 - taas-vlan-filter
1425 devstack_localrc:
1426 NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
elajkat4abd0682021-08-06 16:05:23 +02001427 BUILD_TIMEOUT: 784
1428 Q_AGENT: openvswitch
elajkat1f275e42021-10-15 12:47:55 +02001429 Q_ML2_TENANT_NETWORK_TYPE: vxlan,vlan
elajkat4abd0682021-08-06 16:05:23 +02001430 Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
1431 devstack_local_conf:
1432 post-config:
1433 /$NEUTRON_CORE_PLUGIN_CONF:
1434 AGENT:
elajkat1f275e42021-10-15 12:47:55 +02001435 tunnel_types: vxlan
1436 ml2_type_vlan:
1437 network_vlan_ranges: public
elajkat4abd0682021-08-06 16:05:23 +02001438 test-config:
1439 $TEMPEST_CONFIG:
elajkat1f275e42021-10-15 12:47:55 +02001440 neutron_plugin_options:
1441 image_is_advanced: true
1442 advanced_image_flavor_ref: d1
1443 taas:
elajkat4abd0682021-08-06 16:05:23 +02001444 provider_physical_network: public
1445 provider_segmentation_id: 100
1446 image_feature_enabled:
1447 api_v2: true
1448 devstack_plugins:
1449 neutron: git://opendev.org/openstack/neutron.git
1450 neutron-tempest-plugin: https://opendev.org/openstack/neutron-tempest-plugin.git
1451 tap-as-a-service: git://opendev.org/openstack/tap-as-a-service.git
1452 devstack_services:
1453 # Disable OVN services
1454 ovn-controller: false
1455 ovn-northd: false
1456 ovs-vswitchd: false
1457 ovsdb-server: false
1458 q-ovn-metadata-agent: false
1459 # Enable Neutron services that are not used by OVN
1460 q-agt: true
1461 q-dhcp: true
1462 q-l3: true
1463 q-meta: true
1464 q-metering: true
1465 br-ex-tcpdump: true
1466 br-int-flows: true
1467 base: false
1468 key: true
1469 mysql: true
1470 rabbit: true
1471 g-api: true
elajkat4abd0682021-08-06 16:05:23 +02001472 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
Takashi Kajinamiffcc0172024-01-23 12:56:01 +09001480 neutron: true
elajkat4abd0682021-08-06 16:05:23 +02001481 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