nova/nova/tests/unit/virt
Victor Stinner 68f6f080b2 Replace dict.iteritems() with six.iteritems(dict)
This patch was generated by the sixer tool version 0.2 using the
"iteritems" operation:
https://pypi.python.org/pypi/sixer

Manual changes:

- Don't change get_instance_metadata() in nova/compute/api.py:
  fixed by the change Ifd455e70002eb9636b87f83788384127ba6edeeb.
- Don't change sqlalchemy code and
  nova/tests/unit/db/test_db_api.py. sqlalchemy objects cannot be
  converted to a dictionary using dict(obj) directly yet. It will be
  possible with the change I702be362a58155a28482e733e60539d36c039509.
- Revert change in a comment in nova/objects/instance.py; the sixer tool
  is limited and don't understand comments
- Reformat nova/virt/vmwareapi/driver.py to respect the 80 columns
  contraint

Blueprint nova-python3
Change-Id: I81465661cb8a74778d70ba9b6641073f1effa49b
2015-05-22 11:33:18 -07:00
..
disk Handle return code 2 from blkid calls 2015-05-11 14:38:36 +01:00
hyperv Merge "Use six.moves.range for Python 3" 2015-05-22 18:04:43 +00:00
ironic Merge "Ironic: Fix delete instance when spawning" 2015-05-21 18:09:44 +00:00
libvirt Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
vmwareapi Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
xenapi Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_block_device.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
test_configdrive.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_diagnostics.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_driver.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_events.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_fake.py fake: fix public API signatures to match virt driver 2015-02-19 11:44:00 +00:00
test_hardware.py Fix missing the cpu_pinning request 2015-03-26 21:36:35 +08:00
test_imagecache.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_images.py Enable W292 2015-01-10 21:45:08 +00:00
test_virt.py Replace unicode with six.text_type 2015-05-12 12:31:20 +02:00
test_virt_drivers.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
test_volumeutils.py Make unit tests inherit from test.NoDBTestCase 2015-03-06 09:46:31 +02:00