cinder/cinder/tests
Alan Bishop 780986481b 3PAR - Fix renaming volume after migration
After migrating a volume, if the original and new volumes are on
the same 3PAR backend, then the volume names are swapped. However,
if the original volume is not in the same 3PAR backend, the new
volume is renamed to the original volume's name.

Closes-Bug: 1858119
Change-Id: I1f9d4143d1ad2637a2173090b290f6f96b64c492
(cherry picked from commit d8062063a3)
2020-05-20 18:42:56 +00:00
..
compliance
functional Merge "Automate generation of quotas api-ref samples" 2020-03-11 21:25:58 +00:00
hacking Add hacking check for 3rd party mock 2020-04-09 15:21:12 -05:00
unit 3PAR - Fix renaming volume after migration 2020-05-20 18:42:56 +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 Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08: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.