From 0cfe925dc37996c9e222a07238f3a10d21a0f788 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 15 Mar 2018 09:27:37 -0400 Subject: [PATCH] Cleanup tempest-dsvm-cells-rc blacklist Now that the nova-cells-v1 job is running with neutron we can remove several explicit blacklist entries for things that wouldn't work with nova-network and cells v1. To be clear, these tests won't be added back for nova-cells-v1, it's just that with the configuration on that job the skips are handled via config in tempest rather than our blacklist rc file, which is cleaner. Depends-On: https://review.openstack.org/549785/ Change-Id: Ib61f159056d229ad190d3f3b61e6d7e3eb6d067f --- devstack/tempest-dsvm-cells-rc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/devstack/tempest-dsvm-cells-rc b/devstack/tempest-dsvm-cells-rc index 6306cd1498f6..e1871e631c1f 100644 --- a/devstack/tempest-dsvm-cells-rc +++ b/devstack/tempest-dsvm-cells-rc @@ -42,23 +42,6 @@ r="$r|(?:tempest\.scenario\.test_aggregates_basic_ops)" # skip availability zone tests r="$r|(?:(tempest\.api\.compute\.)(servers\.|admin\.)(test_availability_zone*))" -# skip fixed-ip tests -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 -# tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause -r="$r|(?:.*id\-2b2642db\-6568\-4b35\-b812\-eceed3fa20ce.*)" -# tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops -r="$r|(?:.*id\-f323b3ba\-82f8\-4db7\-8ea6\-6a895869ec49.*)" -# tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state -r="$r|(?:.*id\-04b9fe4e\-85e8\-4aea\-b937\-ea93885ac59f.*)" -# tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os -r="$r|(?:.*id\-2c92df61\-29f0\-4eaa\-bee3\-7c65bef62a43.*)" -# tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic -r="$r|(?:.*id\-e79f879e\-debb\-440c\-a7e4\-efeda05b6848.*)" - # exclude the slow tag r="$r|(?:.*\[.*\bslow\b.*\])"