Skip testcases when shared nets are found in AutoAllocateNetworkTest
Shared nets is common configuration for the system, e.g., if we set
create_isolated_networks = False, we will create a shared net for
all testcases/tenants to use, which is specified by fixed_network_name.
So, when shared nets are found, we should skip the testcase instead of
raising an exception.
Related-Issue: PROD-29645
Cherry-picked from e4f9dfd8f02fe4768cc6b5021aad73f46009942d
Change-Id: I34a89deaf3ad85e18903e05a332c80fe6da27bb2
1 file changed