cinder/cinder/tests
TommyLike af66bce676 Add 'volume_attachment' to volume expected attributes
'volume_attachment' is a frequently used attribute when
listing volumes inside or outside cinder, considering
it already has been loaded from database [1], this patch
adds it to volume's expected attributes to improve
performance.

[1]: 0652085f23/cinder/db/sqlalchemy/api.py (L1926)

Change-Id: I3be3c99f9317726fa3182f750b27690da3cdab83
2018-08-21 17:06:12 +08:00
..
compliance Use assertEqual/Less/Greater/In/IsNone 2016-07-04 17:58:16 +02:00
functional Default functional tests to use v3 API 2018-08-08 10:56:04 -05:00
unit Add 'volume_attachment' to volume expected attributes 2018-08-21 17:06:12 +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.