Since [1], Neutron will return also the subnets belonging to an external network. By default, the class ``SubnetsSearchCriteriaTest`` will not consider these networks, same as in the class ``NetworksSearchCriteriaTest``. [1]https://review.opendev.org/q/topic:%22bug/2051831%22 Depends-On: https://review.opendev.org/c/openstack/neutron/+/948073 Closes-Bug: #2076328 Related-Bug: #2051831 Related-Bug: #2082883 Change-Id: Id7048793d75640694299f340762f079111c81565
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.