neutron/neutron/plugins/ml2/drivers
Ihar Hrachyshka ef409d9da2 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
2015-09-04 08:30:22 +00:00
..
arista Arista Drivers decomposition part II 2015-07-31 12:38:40 -07:00
brocade Add block name to switch config options for MLX plug-ins. 2015-04-13 15:15:56 -04:00
cisco Final decomposition of ML2 Cisco UCSM driver 2015-08-19 11:32:03 -04:00
freescale Remove unnecessary executable permission 2015-08-01 05:16:32 +00:00
hyperv Fixes wrong neutron Hyper-V Agent name in constants 2015-08-30 04:21:56 +00:00
ibm IBM SDN-VE Plugin decomposition 2015-03-17 09:07:43 -07:00
l2pop l2pop: check port mac in pre-commit to stop change 2015-08-19 22:56:52 -07:00
linuxbridge Fix usage of netaddr '.broadcast' 2015-08-31 12:38:39 +00:00
mech_bigswitch Big Switch Networks code split 2015-03-06 09:43:30 +00:00
mech_sriov Move in-tree vendor VIF_TYPE_* constants 2015-08-21 00:12:29 +02:00
mlnx Move in-tree vendor AGENT_TYPE_* constants 2015-08-24 20:16:05 +00:00
ofagent ofagent: Update after networking-ofagent release 2015-03-12 13:13:53 +09:00
opendaylight Support delegation of bind_port to networking-odl backend driver. 2015-08-10 14:07:59 +00:00
openvswitch Enable most unit tests for py34 job 2015-09-04 08:30:22 +00:00
ovsvapp Ml2 Mechanism Driver for OVSvApp Solution 2015-03-24 16:28:10 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
helpers.py Randomize tunnel id query to avoid contention 2015-05-11 02:18:54 +04:00
mech_agent.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
type_flat.py Python3: use six.iteritems() instead of dict.iteritems() 2015-06-01 23:13:42 +02:00
type_geneve.py Add Geneve type driver support to ML2 2015-08-27 20:04:35 +03:00
type_gre.py Abstract sync_allocations 2015-06-25 09:12:54 +00:00
type_local.py Python3: use six.iteritems() instead of dict.iteritems() 2015-06-01 23:13:42 +02:00
type_tunnel.py Galera multi-writers compliant sync_allocations 2015-07-15 08:24:15 +00:00
type_vlan.py Python 3: use dict.values instead of dict.itervalues 2015-06-15 17:08:44 +02:00
type_vxlan.py Abstract sync_allocations 2015-06-25 09:12:54 +00:00