cinder/cinder/tests/unit/volume
Eric Harney 7a84172cb2 Tests: Disallow use of assertTrue(str)
self.assertTrue(string) is fairly dangerous because
things like self.assertTrue('False') will pass.

Require a more specific assertion when passing a
string to assertTrue, which should help prevent mistakes.

Fix up tests that do this currently, some of which
appear to not be testing what they intended.

Change-Id: I0cd29b9f3247ae5b7b3c478b96970b73d69a72c0
2017-06-15 12:09:52 -04:00
..
drivers Tests: Disallow use of assertTrue(str) 2017-06-15 12:09:52 -04:00
flows Merge "Create volumes from encrypted images" 2017-06-07 15:51:13 +00:00
__init__.py Fix volume retype with migration as non-admin 2017-02-15 17:31:59 -02:00
test_availability_zone.py [1/11] Refactor test_volume file 2017-02-08 17:05:15 +00:00
test_capabilities.py Trivial fix typos 2017-05-17 10:57:40 +07:00
test_connection.py Do proper cleanup if connect volume fails 2017-05-31 12:14:37 +02:00
test_driver.py Remove backup-restore methods in driver code 2017-05-04 10:55:20 -07:00
test_image.py Merge "Create volumes from encrypted images" 2017-06-07 15:51:13 +00:00
test_init_host.py [7/11] Refactor test_volume file 2017-02-08 23:38:59 +00:00
test_manage_volume.py [3/11] Refactor test_volume file 2017-02-08 23:38:23 +00:00
test_policy.py [1/11] Refactor test_volume file 2017-02-08 17:05:15 +00:00
test_replication_manager.py Make failover DB changes consistent 2017-05-30 10:15:22 +02:00
test_rpcapi.py Add service dynamic log change/query 2017-05-16 13:37:35 +02:00
test_snapshot.py Tests: Disallow use of assertTrue(str) 2017-06-15 12:09:52 -04:00
test_volume.py Revert "Using assertFalse(A) instead of assertEqual(False, A)" 2017-06-06 19:43:10 +00:00
test_volume_migration.py Fix: SnapshotStatus missing in Cinder 2017-03-15 10:38:43 +08:00
test_volume_usage_audit.py [5/11] Refactor test_volume file 2017-02-08 23:38:42 +00:00