
In case of ML2/OVN, driver creates additional network:distributed port for each subnet with enabled DHCP. That caused failures of that test in the ML2/OVN environment as subnets created in the test had only some specified service_type thus Neutron couldn't find any IP address to allocate for the "network:distributed" port. Now it's fixed by adding "network:distributed" service_type to both subnets. Closes-Bug: #1934622 Change-Id: Ifc2c75abd49209625065de6fece413aed0bb7a4e
WARNING
Some files under this path were copied from tempest as part of the move of the api tests, and they will be removed as required over time to minimize the dependency on the tempest testing framework. While it exists, only neutron_tempest_plugin.* should be importing files from this path. neutron_tempest_plugin.config uses the global cfg.CONF instance and importing it outside of the api tests has the potential to break Neutron's use of cfg.CONF.