Remove unnecessary wait_for_volume_resource_status

In test_volume_crud_with_volume_type_and_extra_specs,
wait_for_volume_resource_status is already included in
self.create_volume, so there is no need to call it after
self.create_volume. This is to remove it for code clean.

Change-Id: I1057c7776ff5938f5fc72400c12410d57b732320
This commit is contained in:
zhufl 2017-06-09 14:09:55 +08:00
parent a863236795
commit b9b03484e5

View File

@ -57,8 +57,6 @@ class VolumeTypesTest(base.BaseVolumeAdminTest):
"to the requested name")
self.assertIsNotNone(volume['id'],
"Field volume id is empty or not found.")
waiters.wait_for_volume_resource_status(self.volumes_client,
volume['id'], 'available')
# Update volume with new volume_type
self.volumes_client.retype_volume(volume['id'],