nova/nova/tests/pci
Matt Riedemann c28c87db4c Check for None when cleaning PCI dev usage
The PCI manager needs to check for instance UUIDs mapped to
None when cleaning up it's internal claims/allocations maps.

Also adds a check so the claims dict doesn't map to None in
the first place.  There was already a check like this when
setting a value in the allocations dict.

Closes-Bug: #1238374

Change-Id: I7ac010f7d50ad85c145e536cfd48e07c8f4602d3
2013-10-13 20:31:18 -07:00
..
__init__.py PCI utils 2013-08-23 14:21:12 +08:00
test_pci_manager.py Check for None when cleaning PCI dev usage 2013-10-13 20:31:18 -07:00
test_pci_request.py Utilizes assertNotIn 2013-10-09 15:08:41 +08:00
test_pci_stats.py Convert TestCases to NoDBTestCase 2013-09-21 06:57:49 +10:00
test_pci_utils.py Convert TestCases to NoDBTestCase 2013-09-21 06:57:49 +10:00
test_pci_whitelist.py Convert TestCases to NoDBTestCase 2013-09-21 06:57:49 +10:00