os-vif/vif_plug_ovs
lingyongxu de3df0f2c4 Using assertIsNone() instead of assertEqual(None)
Following OpenStack Style Guidelines:
[1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises
[H203] Unit test assertions tend to give better messages for more specific
assertions. As a result, assertIsNone(...) is preferred over
assertEqual(None, ...) and assertIs(..., None)

Change-Id: I6c43e4618d972c7c8b3925df6532c8b67930fdd7
2017-08-22 10:31:24 +08:00
..
tests Using assertIsNone() instead of assertEqual(None) 2017-08-22 10:31:24 +08:00
__init__.py import openvswitch plugin implementation 2016-02-16 11:06:59 +00:00
constants.py add support for vhost-user reconnect 2016-12-13 03:40:43 +00:00
exception.py hardware offload support for openvswitch 2017-06-25 09:21:16 +03:00
i18n.py Update the documentation link for doc migration 2017-07-24 17:20:28 +08:00
linux_net.py Improve OVS Representor VF Lookup 2017-07-19 14:40:59 -04:00
ovs.py Read datapath_type from VIF object 2017-08-01 13:03:10 +00:00
privsep.py ovs: convert over to use privsep module 2016-04-04 12:42:51 +01:00