diff --git a/tempest_exclusion_list b/tempest_exclusion_list index e44083f..c5c4fe9 100644 --- a/tempest_exclusion_list +++ b/tempest_exclusion_list @@ -20,8 +20,6 @@ COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.scenario.test_volume_boot_ COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot" # Exclude server diagnostics tests. Need figure out why it's frequently failed. COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.admin.test_server_diagnostics.*" -# Disable ephemeral disk test before fixing https://bugs.launchpad.net/nova/+bug/1701153 -COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk" NOVA_NETWORK_TEMPEST_REGEX=$COMMON_TEMPEST_REGEX NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX)(^tempest\.(api|scenario|thirdparty))"