deb-os-vif/vif_plug_ovs
Sean M. Collins 5e72ecd5ad Fix calls to create_ovs_vif_port
create_ovs_vif_port has six required arguments:
* bridge
* dev
* iface_id
* mac
* instance_id
* mtu

And an optional argument - timeout.

However calls to create_ovs_vif_port only supplied five of six required
arguments and the optional argument, and mocks to the call also had the
incorrect number of arguments. Therefore the unit tests passed but any
code that actually called create_ovs_vif_port would have thrown an
error.

Change-Id: Ic165557da57cf6df1fd39309b16e0a89a02df16d
2016-02-24 14:03:21 -05:00
..
tests Fix calls to create_ovs_vif_port 2016-02-24 14:03:21 -05:00
__init__.py import openvswitch plugin implementation 2016-02-16 11:06:59 +00:00
exception.py import openvswitch plugin implementation 2016-02-16 11:06:59 +00:00
i18n.py import openvswitch plugin implementation 2016-02-16 11:06:59 +00:00
linux_net.py import openvswitch plugin implementation 2016-02-16 11:06:59 +00:00
ovs.py import openvswitch plugin implementation 2016-02-16 11:06:59 +00:00
ovs_hybrid.py Fix calls to create_ovs_vif_port 2016-02-24 14:03:21 -05:00