nova/nova/tests/pci
Sean Dague 5dd34c93e2 fix up assertEqual(None...) check to catch more cases
To finally close out bug #1280522 it turned out that our hacking check
to eliminate assertEqual(None, ...) was pretty sub optimal. The
perfect fix would actually use the tokenizer, however this is a better
regex which catches a few more missing bits in our codebase. It's
probably close enough for most of what we need.

Fix the relevant tests that would fail the updating hacking check.

Change-Id: Ic8cb1192e001409d827c8da55fe536681895944b
Closes-Bug: #1280522
2014-09-15 10:23:40 -04:00
..
__init__.py PCI utils 2013-08-23 14:21:12 +08:00
pci_fakes.py Support SR-IOV networking in the PCI modules 2014-09-10 20:19:48 +00:00
test_pci_device.py Add request_id in PciDevice 2014-09-10 20:19:21 +00:00
test_pci_devspec.py Enhance PCI whitelist 2014-08-08 14:09:42 +00:00
test_pci_manager.py Support SR-IOV networking in nova compute api and nova neutronv2 2014-09-10 15:40:00 -07:00
test_pci_request.py Replace pci_request flavor storage with proper object usage 2014-09-10 16:16:14 -04:00
test_pci_stats.py fix up assertEqual(None...) check to catch more cases 2014-09-15 10:23:40 -04:00
test_pci_utils.py Remove vi modelines 2014-02-03 14:19:44 +00:00
test_pci_whitelist.py Support SR-IOV networking in the PCI modules 2014-09-10 20:19:48 +00:00