neutron/neutron/tests/unit/common
Vladimir Eremin aac460b0a7 Allow to use several nics for physnet with SR-IOV
Accordind specs and docs, SRIOV_NIC.physical_device_mappings is not
limited to be a 1-1 mapping between physnets and NICs. However,
implementation requires this. This bugfix unlocks 1-M mappings, so one
physnet could be managed by many NICs.

* introduced unique_keys in neutron.utils.parse_mappings
* SRIOV_NIC.physical_device_mappings is parsed as dict with lists as
  values with parse_mappings(..., unique_keys=False)

DocImpact
Change-Id: I07b8682fdfe8389a35893cc662b87c94a00bd4a5
Closes-Bug: #1558626
(cherry picked from commit 46ddaf4288)
2016-03-31 12:04:50 +00:00
..
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00
test_ipv6_utils.py Add OpenFixture and get rid of 'open' mocks 2015-10-09 19:20:53 +00:00
test_rpc.py Add separate transport for notifications 2016-01-26 17:40:03 +00:00
test_utils.py Allow to use several nics for physnet with SR-IOV 2016-03-31 12:04:50 +00:00