nova/nova/tests/virt
Marcos Lobo d5e8f1af67 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: I4a5413f9d90d2e581044885a440a46bf3d76598f
Closes-Bug: #1268480
2014-02-12 16:19:08 +01:00
..
baremetal Change assertTrue(isinstance()) by optimal assert 2014-02-12 16:19:08 +01:00
disk Remove vi modelines 2014-02-03 14:19:44 +00:00
docker Docker cannot start a new instance because of an internal error 2014-02-10 17:06:57 +01:00
hyperv Hyper-V driver RDP console access support 2014-02-07 23:41:33 +02:00
libvirt Change assertTrue(isinstance()) by optimal assert 2014-02-12 16:19:08 +01:00
vmwareapi Merge "VMware: update test name" 2014-02-11 08:46:40 +00:00
xenapi Change assertTrue(isinstance()) by optimal assert 2014-02-12 16:19:08 +01:00
__init__.py refactor: extract method: connect_volume 2012-11-20 08:30:19 +00:00
test_block_device.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_cpu.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_driver.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_imagecache.py Image cache: move all of the variables to a common place 2013-12-17 02:33:45 -08:00
test_images.py Convert TestCases to NoDBTestCase 2013-09-21 06:58:31 +10:00
test_virt.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_virt_disk.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_virt_disk_vfs_guestfs.py Merge "Test guestfs without support for close_on_exit" 2014-02-10 19:20:15 +00:00
test_virt_disk_vfs_localfs.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_virt_drivers.py Change assertTrue(isinstance()) by optimal assert 2014-02-12 16:19:08 +01:00