cinder/cinder/tests
Jay S. Bryant cbda94022c Remove ProphetStor Flexvisor Driver
The ProphetStor Flexvisor driver was marked
unsupported during the Train release.  Since
then, the 3rd Party CI hasn't been fixed and
there has been no sign of activity from the
vendor.  As a result the driver is being removed.

Change-Id: I17f50948a6b2ad7adde29b4f28fac9ff1441d75f
2019-12-19 11:18:37 -06:00
..
compliance Use assertEqual/Less/Greater/In/IsNone 2016-07-04 17:58:16 +02:00
functional Untyped to Default Volume Type 2019-09-20 05:37:54 +00:00
hacking Move hacking checks to tests dir 2019-09-13 10:06:48 -04:00
unit Remove ProphetStor Flexvisor Driver 2019-12-19 11:18:37 -06: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.