nova/nova/tests/unit/api/openstack
Victor Stinner cfaa22ed6e Replace dict.itervalues() with six.itervalues(dict)
The Python 2 itervalues() method of dictionaries was renamed to values()
in Python 3. Replace dict.itervalues() with six.itervalues(dict) to get
code working on Python 2 and Python 3.

This patch was generated by the following tool (revision fcbf8ad0ec7a)
with the "itervalues" operation:
https://bitbucket.org/haypo/misc/src/tip/python/sixer.py

Blueprint nova-python3
Change-Id: Ied9a76447fbdc933369f926cb19aab9d8896ab92
2015-05-12 12:21:46 +02:00
..
compute Replace dict.itervalues() with six.itervalues(dict) 2015-05-12 12:21:46 +02:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
common.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
fakes.py Merge "Adds x509 certificate keypair support" 2015-03-06 01:46:47 +00:00
test_api_version_request.py Adds global API version check for microversions 2014-12-05 09:55:37 +08:00
test_common.py Make unit tests inherit from test.NoDBTestCase 2015-03-06 09:46:31 +02:00
test_faults.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_mapper.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_wsgi.py refactored tests in test_wsgi to pass with random PYTHONHASHSEED 2015-03-26 09:59:11 +03:00