cinder/cinder/tests
Avishay Traeger 935bcdd8e1 Return WWN for validation in Pure Storage drivers
Return the volume's WWN in initialize connection. This is used by
os-brick for validating that the found devices have the expected WWN.

Change-Id: I107b0e2458bac5700e43e3740b6fc98ebac1f12e
Partially-Implements: blueprint validate-volume-wwn-upon-connect
2019-01-29 21:07:55 +02: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 Return WWN for validation in Pure Storage drivers 2019-01-29 21:07:55 +02: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.