cinder/cinder/tests
Rajat Dhasmana 1f733cdf2d Fix: show volume transfer by name for non-admins
When we try to show a volume transfer as a non-admin, it doesn't work.
The problem is that the 'all_tenants' key isn't parsable by the DB,
we remove it for admins but not for non-admins.
Since all_tenants is just used to redirect to the correct db method,
it should be removed for non-admins as well.

Change-Id: I79362ee6b819c6472fa5e69ea1a85a1185dda5a3
Closes-Bug: #1884268
2020-08-03 12:46:31 +00:00
..
compliance Fix compliance tests 2020-05-11 14:46:19 -05:00
functional Default volume_type set too early 2020-06-24 17:07:38 -04:00
hacking Add hacking check for 3rd party mock 2020-04-09 15:21:12 -05:00
unit Fix: show volume transfer by name for non-admins 2020-08-03 12:46:31 +00:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py
fake_driver.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
fixtures.py Stop to use the __future__ module. 2020-06-11 15:30:09 +02:00

README.rst

IMPORTANT DEFINITION OF TESTS IN CINDER

Cinder has a number of different test types, PLEASE be sure to refer to the Cinder Testing Docs to familiarize yourself with the various options before creating any new tests.

Please check Cinder-Testing.