cells: skip 5 networking scenario tests that use floating IPs
These scenario tests run with neutron and rely on assigning floating IPs which cells v1 doesn't support, so skip them. Longer term I think we'll have a feature toggle in Tempest to allow disabling these tests via config but this is quicker and easier for now to get a cells v1 + neutron job in the experimental queue. Change-Id: Ieb3b117449f56810f1a41fcf43e737ae919b8945
This commit is contained in:
		| @@ -47,6 +47,12 @@ r="$r|(?:tempest\.api\.compute\.admin\.test_fixed_ips)" | ||||
|  | ||||
| # skip floating-ip tests | ||||
| r="$r|(?:tempest\.api\.compute\.floating_ips)" | ||||
| # https://bugs.launchpad.net/tempest/+bug/1513983 - The follow scenario tests rely on Neutron but use floating IPs | ||||
| r="$r|(?:tempest\.scenario\.test_network_advanced_server_ops\.TestNetworkAdvancedServerOps\.test_server_connectivity_pause_unpause)" | ||||
| r="$r|(?:tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_network_basic_ops)" | ||||
| r="$r|(?:tempest\.scenario\.test_network_basic_ops\.TestNetworkBasicOps\.test_update_router_admin_state)" | ||||
| r="$r|(?:tempest\.scenario\.test_network_v6\.TestGettingAddress\.test_slaac_from_os)" | ||||
| r="$r|(?:tempest\.scenario\.test_security_groups_basic_ops\.TestSecurityGroupsBasicOps\.test_cross_tenant_traffic)" | ||||
|  | ||||
| # exclude the slow tag | ||||
| r="$r|(?:.*\[.*\bslow\b.*\])" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matt Riedemann
					Matt Riedemann