cinder/cinder/tests
Mingyue Qian 5d39f67105 Move Fujitsu ETERNUS DX related file
Since there are three volume driver files relating to
Fujitsu ETERNUS DX in cinder.volume.drivers.fujitsu,
Due to the need to distinguish from the new series,
I make 'eternus_dx' directory at cinder.volume.drivers.fujitsu
and I move these files to the directory.

Change-Id: I605698e7cf028e4fcf4896ce676250b00ecb7c86
2019-01-17 12:04:04 +08:00
..
compliance Use assertEqual/Less/Greater/In/IsNone 2016-07-04 17:58:16 +02:00
functional Automate generation of API versions api-ref samples 2019-01-10 19:48:18 +05:30
unit Move Fujitsu ETERNUS DX related file 2019-01-17 12:04:04 +08:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py
fake_driver.py FC: refactor fczm utils decorators to functions 2018-04-16 16:23:59 -07: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.