cinder/cinder/tests
Walter A. Boring IV 4dfca46ce8 Move NVMET driver exceptions to driver file
This patch migrates the NVMET driver specific exceptions from
the cinder/exception.py file to the respective driver.

Change-Id: Ie75babd057d71e31b442485d64eba8b2dc0b1809
2019-05-06 13:48:55 +00:00
..
compliance
functional Fix deprecation escape sequence errors under 3.6 2019-04-04 12:20:38 -05:00
unit Move NVMET driver exceptions to driver file 2019-05-06 13:48:55 +00:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py
fake_driver.py Add empty check before using zone driver 2019-02-14 09:47:08 +08: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.