manila/manila_tempest_tests
Valeriy Ponomaryov d5e8b8d9e8 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
2016-07-29 13:20:08 +03:00
..
common Add tempest tests for Share Replication 2016-03-12 02:38:18 +00:00
services Add gateway in network_info and share network API 2016-06-30 12:08:12 -04:00
tests Fix race condition in tempest test 2016-07-29 13:20:08 +03:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
config.py Add dummy driver 2016-07-22 17:57:59 +03:00
plugin.py Fix tempest.conf generation 2016-04-28 09:58:12 -05:00
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
share_exceptions.py Add tempest tests for Share Replication 2016-03-12 02:38:18 +00:00
utils.py Manage and unmanage snapshot 2016-02-18 04:09:05 -05:00

Tempest Integration

This directory contains Tempest tests to cover Manila project.