nova/nova/tests/pci
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
..
__init__.py PCI utils 2013-08-23 14:21:12 +08:00
test_pci_manager.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_pci_request.py Change assertTrue(isinstance()) by optimal assert 2014-02-12 16:19:08 +01:00
test_pci_stats.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_pci_utils.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_pci_whitelist.py Remove vi modelines 2014-02-03 14:19:44 +00:00