]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable most unit tests for py34 job
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 1 Sep 2015 19:45:55 +0000 (21:45 +0200)
committerCedric Brandily <zzelle@gmail.com>
Fri, 4 Sep 2015 08:30:22 +0000 (08:30 +0000)
commitef409d9da2ecbf12f9916a9a933231146538cf04
treeafbe7138e66c9d73610248a4cde2b779617ca5d4
parent7ea38a14bd32a3697b2cd72be4c947aa19378185
Enable most unit tests for py34 job

* Skip TestWSGIServerWithSSL[1] for Python 3 since it seems wsgi + ssl +
  eventlet setup does not behave correctly now,
* Skip test_json_with_utf8[2] until we solve unicode/utf8 encode/decode,
* Fix some more tests to pass for py3,
* Replace print by print() in docs/docstrings.

[1] neutron.tests.unit.test_wsgi (bug 1482633)
[2] neutron.tests.unit.test_wsgi.JSONDictSerializerTest (bug 1491824)

Related-Bug: #1482633
Related-Bug: #1491824
Blueprint: neutron-python3
Co-Authored-By: Cyril Roelandt <cyril@redhat.com>
Co-Authored-By: Cedric Brandily <zzelle@gmail.com>
Co-Authored-By: sonu.kumar <sonu.kumar@nectechnologies.in>
Change-Id: I26e513d4dcf473f4cd79728382fc94af3d901b5d
doc/source/devref/callbacks.rst
neutron/agent/linux/async_process.py
neutron/agent/linux/ip_monitor.py
neutron/common/exceptions.py
neutron/extensions/dns.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/ipam/drivers/neutrondb_ipam/test_db_api.py
neutron/tests/unit/objects/test_base.py
neutron/tests/unit/test_wsgi.py
tox.ini