os-net-config/os_net_config/tests
Dan Sneddon e12837353d Fix numbered NIC mapping when using dotted VLAN notation
When declaring VLANs using dotted notation (such as em1.10
for VLAN 10 on interface em1), numbered NICs are not
properly mapped to real interface names. This patch fixes
the handling of the mapped NIC names inside the BaseOpts
object that is the base class for all interface types.
This allows an interface name of "nic1.10" to be mapped
to, e.g. "em1.10"

Closes-bug: #1783206

Change-Id: Ibd9b28128900d9e959b82eb8673b8380bf20606a
2018-07-27 03:49:16 -07:00
..
__init__.py Add copyrights to files. 2014-07-07 16:15:53 -04:00
base.py Remove mox usage 2018-03-08 14:58:32 -05:00
test_cli.py Add check for OVS for objects that require it 2018-07-17 01:12:53 -04:00
test_impl_eni.py Add check for OVS for objects that require it 2018-07-17 01:12:53 -04:00
test_impl_ifcfg.py Add check for OVS for objects that require it 2018-07-17 01:12:53 -04:00
test_objects.py Fix numbered NIC mapping when using dotted VLAN notation 2018-07-27 03:49:16 -07:00
test_os_net_config.py Add copyrights to files. 2014-07-07 16:15:53 -04:00
test_utils.py Add sriov_vf type as member of ovs_dpdk_port 2018-07-13 23:41:25 -04:00
test_validator.py Route object - add support for neutrons Route schema. 2018-07-09 15:00:59 +02:00