commit | 51ac70b7439d6cb5ba74d6a6a7296c764afa6282 | [log] [tgz] |
---|---|---|
author | Valeriy Ponomaryov <vponomaryov@mirantis.com> | Fri Jul 29 13:20:08 2016 +0300 |
committer | Valeriy Ponomaryov <vponomaryov@mirantis.com> | Fri Jul 29 13:20:08 2016 +0300 |
tree | 6bdb12c838614c24f0456a64565964f621da0d46 | |
parent | 33ea9005d660d56b03bee97b47be24d3fd4dd468 [diff] |
Fix race condition in tempest test Test "test_create_get_delete_share" located in "manila_tempest_tests/tests/api/test_shares.py" assumes that share is created not so fast and has "creating" status. But it can be "available" in case of really fast creation as in case of "dummy" driver. Change-Id: Ie8a01e9352da47ff6e47ad8baeb5409282d3305c Closes-Bug: #1607723