manila/manila_tempest_tests
Vu Cong Tuan 9863c1b93d Replace assertEqual([], items) with assertEmpty(items)
Since assertEmpty() function has already been implemented in tempest,
let's use this function instead of generic assertEqual() function.
This change makes the code and the error messages to be more readable.
Therefore it improves maintainability a little bit.

TrivialFix
Change-Id: I3d671436e9ea2f7cbdda6d3dbf5c8a3f9d7625d4
2017-06-14 14:28:26 +07: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 Replace assertEqual([], items) with assertEmpty(items) 2017-06-14 14:28:26 +07: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 [Share Groups] Add two new fields to SG API object 2017-06-06 10:13:36 +00:00
plugin.py Remove redundant revert-to-snapshot test option 2017-02-20 12:49:00 -03: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.