commit | a4b30416df978e9e614ef1ad4538bb8f5d8b1e8d | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Dec 08 18:31:56 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Dec 08 18:31:56 2016 +0000 |
tree | a3b16e465389e10257ab38dc9b265d2fac8e5b14 | |
parent | d80cb7285ced83eee7388c5e39bf48f4c1273284 [diff] | |
parent | 171178e68b58bc59fa894553f595d76da4b72f2f [diff] |
Merge "[Tempest] Fix concurrency issue in scenario test"
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):