nova/nova/api/openstack
Davanum Srinivas 9f698dc296 Enable python34 tests for nova/tests/unit/objects/test*.py
All tests in nova/tests/unit/objects/test*.py now run with
python3.4 tox target.

* Fix imports in limits.py and urlmap.py
* Add a list() as keys()/values() return iterator in
  availability_zones.py, flavors.py and instance_numa_topology.py
* contextlib.nested is not present in python3, so whip up an
  alternative using ExitStack(). Directly using ExitStack() wont
  work for us.
* Add a few assertJsonEqual in the test cases
* Ensure fingerprinting generates the same exact value in both
  python27 and python34

Blueprint nova-python3
Change-Id: I848c48475189c4b4ad8151e14509020ae7d110a4
2015-07-01 20:29:42 +00:00
..
compute Enable python34 tests for nova/tests/unit/objects/test*.py 2015-07-01 20:29:42 +00:00
__init__.py Replace unicode with six.text_type 2015-05-12 12:31:20 +02:00
api_version_request.py Add microversion to allow server search option ip6 for non-admin 2015-06-22 10:29:54 +02:00
auth.py create noauth2 2015-03-04 08:09:01 -05:00
common.py Add and use raise_feature_not_supported() 2015-06-08 03:06:44 +00:00
extensions.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
rest_api_version_history.rst Merge "Add microversion to allow server search option ip6 for non-admin" 2015-06-26 23:58:33 +00:00
urlmap.py Enable python34 tests for nova/tests/unit/objects/test*.py 2015-07-01 20:29:42 +00:00
versioned_method.py Implement microversion support on api methods 2014-12-05 09:54:41 +08:00
wsgi.py Merge "Replace unicode with six.text_type" 2015-05-21 00:47:36 +00:00