manila/manila_tempest_tests
Valeriy Ponomaryov 40bbbfd8c6 [Tempest] Refactor api/tests/admin/test_share_servers module
Doing following things:
 - Use ddt module removing code duplication.
 - Use v2 APIs instead of deprecated v1.
 - Use correct 'share_server_id' for
   'test_show_share_server_details' test to avoid concurrency issues.
   For more details, see closed b_u_g.
 - Use only 'active' status for listing servers with "status" filter.
   To avoid concurrency in case we pick server with different
   status than "active" and that may be changed before second call.

This commit is combination of two cherry-pick'ed commits:
 - 6e4e8fbfb4
 - 46d499a85c

Change-Id: If4d6029f2250e80c1eec0debb1b09a805d997028
Closes-Bug: #1663865
2017-03-10 13:20:42 +02:00
..
common Improve test coverage for share migration 2017-02-03 23:27:34 -05:00
services Improve test coverage for share migration 2017-02-03 23:27:34 -05:00
tests [Tempest] Refactor api/tests/admin/test_share_servers module 2017-03-10 13:20:42 +02:00
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
config.py Improve test coverage for share migration 2017-02-03 23:27:34 -05:00
plugin.py Implement share revert to snapshot 2017-01-17 15:06:01 -05:00
share_exceptions.py [Tempest] Add functional tests for share groups feature 2017-01-23 19:30:33 +00:00
utils.py Improve Share Migration tempest tests 2016-09-13 13:17:07 -03:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.