- creates new OVS bridge and adds port
- create Neutron port
- update Neutron port with proper `link_local_information`
- check that requested changes have propagated to OVS
- delete dridge
As setting some Neutron port properties is not available from Neutron
CLI, this test uses a mixture of BASH (for OVS query and manipulation)
and Python (for Neutron API interactions).
Change-Id: I335b8af77c036be6bba4506c675e6e1f10f26097
Closes-Bug: #1557355