tempest/tempest/tests/common
Shuquan Huang 29e9cab8c2 Change assertTrue(isinstance()) by optimal assert
Some of tests use different method of assertTrue(isinstance(A, B)) or
assertEqual(type(A), B). The correct way is to use assertIsInstance(A,
B) provided by testtools.

Change-Id: Ie98c1aec65281fa1784070ce76e472caca7cfc47
Closes-bug: #1268480
2016-04-08 10:33:23 +02:00
..
utils Merge "Teach Tempest how to count vcpus" 2015-12-18 02:28:05 +00:00
__init__.py Add unit test for data_utils 2014-03-10 16:23:16 +09:00
test_admin_available.py deprecate use of tenant in configs 2016-04-06 22:26:18 +01:00
test_alt_available.py deprecate use of tenant in configs 2016-04-06 22:26:18 +01:00
test_configured_creds.py Use tempest.lib code in tempest 2016-02-24 10:43:59 -05:00
test_credentials.py Factor up config dependent credential classes 2015-11-13 11:08:54 +01:00
test_custom_matchers.py Move to hacking 0.10 2015-02-25 12:42:37 -08:00
test_dynamic_creds.py Change assertTrue(isinstance()) by optimal assert 2016-04-08 10:33:23 +02:00
test_preprov_creds.py Change assertTrue(isinstance()) by optimal assert 2016-04-08 10:33:23 +02:00
test_waiters.py Unit tests: mock some time.sleep and time.time 2016-03-03 14:33:45 +01:00