deb-manila/manila_tempest_tests
Valeriy Ponomaryov 4475a5ca00 [Tempest] Fix visibility of test_quotas.py module
Commit [1] added wrong decorator to test class located in
"manila_tempest_tests/tests/api/test_quotas.py" module that
made it invisible for tempest.

It should be "ddt.ddt" instead of "ddt.data" as it is now.

Also, fix negative quota tests that were testing wrong thing.
It should have been testing "quota-sets" and "os-quota-sets", not
"services" and "os-services" as it is now.

[1] I82f00114db985b4b3bf4db0a64191559508ac600

Change-Id: Ie0eb7d32b7b032ffdb7f7dd47f68841211e7d7a6
Closes-Bug: #1635588
2016-11-01 13:17:20 +02:00
..
common Fix Share Migration improper behavior for drivers 2016-08-30 08:30:21 -03:00
services [TrivialFix] Correct file mode settings 2016-09-28 17:02:24 +08:00
tests [Tempest] Fix visibility of test_quotas.py module 2016-11-01 13:17:20 +02:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
config.py Stop adding ServiceAvailable group option 2016-10-04 20:38:15 +05:30
plugin.py Stop adding ServiceAvailable group option 2016-10-04 20:38:15 +05:30
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
share_exceptions.py Add snapshot instances admin APIs 2016-07-29 11:21:35 +08:00
utils.py Improve Share Migration tempest tests 2016-09-13 13:17:07 -03:00

Tempest Integration

This directory contains Tempest tests to cover Manila project.