cinder/cinder/tests/brick
Ivan Kolodyazhny 1cfb7da7ce Use immutable default values for args
Default mutable values (e.g. arg1=[], arg2={}) could have side effects
in Python. So using None as a default value is safer.

Added hacking checks for default mutable args.

Closes: bug #1327473

Change-Id: I7055e534b91df794550de6c3b243324e582d4430
2014-07-16 09:42:08 +03:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
fake_lvm.py Volume manage/unmanage support 2014-03-04 19:54:19 +02:00
test_brick_connector.py Use immutable default values for args 2014-07-16 09:42:08 +03:00
test_brick_exception.py Brick fix BrickException message formatting 2014-02-07 13:33:13 -08:00
test_brick_linuxfc.py Remove vim header 2013-12-30 18:53:02 -06:00
test_brick_linuxscsi.py Ensure flushing of IO prior to removing FC device 2014-06-05 10:52:15 -07:00
test_brick_lvm.py Can't force-create snapshot by an non-exist error volume 2014-03-19 06:52:47 -07:00
test_brick_remotefs.py Brick support for pNFS 2014-02-09 17:45:00 +05:30