commit | 9a4eb1a12d97a80b7b2294e0a0ad4d4ecb0132ae | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Dec 09 12:18:40 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Dec 09 12:18:40 2016 +0000 |
tree | 6befd03edd5f722355568fe2a73c1c6dae0ce0ef | |
parent | a4b30416df978e9e614ef1ad4538bb8f5d8b1e8d [diff] | |
parent | f99c7e990124b6ff5ffcc62beb4e0786cd06f194 [diff] |
Merge "Add share_type filter support to pool_list"
diff --git a/manila_tempest_tests/tests/scenario/test_share_basic_ops.py b/manila_tempest_tests/tests/scenario/test_share_basic_ops.py index 0e2e390..304d4e3 100644 --- a/manila_tempest_tests/tests/scenario/test_share_basic_ops.py +++ b/manila_tempest_tests/tests/scenario/test_share_basic_ops.py
@@ -202,7 +202,6 @@ for location in locations: self.mount_share(location, ssh_client) self.umount_share(ssh_client) - self.servers_client.delete_server(instance['id']) @tc.attr(base.TAG_POSITIVE, base.TAG_BACKEND) def test_read_write_two_vms(self):