neutron/neutron/tests/unit/plugins
Romil Gupta 7f406805d9 Move values for network_type to plugins.common.constants.py
It is quite confusing to have values for network type in common.constants.py
instead of having in plugins.common.constants.py.

Currently, the plugins/common/constants.py consists network_type constants
like VLAN, VXLAN, GRE etc. but values for network type like ranges
are defined in common.constants.py which is not good, it is better to have
both things at the same place.

This patch set addresses the same.

Moved out few methods which are predominantly used in plugins
from common.utils.py to plugins.common.utils.py.

Removed constants which were used in neutron-fwaas from
plugins.common.constants.py: https://review.openstack.org/#/c/168709/

Closes-Bug: #1441043

Change-Id: Iecfb15c541ed5d3cce95ba48f072af7fa60ac6f1
2015-04-12 23:59:31 -07:00
..
brocade Reorganize unit test tree 2015-04-06 23:28:31 +00:00
cisco Reorganize unit test tree 2015-04-06 23:28:31 +00:00
embrane Reorganize unit test tree 2015-04-06 23:28:31 +00:00
hyperv Reorganize unit test tree 2015-04-06 23:28:31 +00:00
ibm Reorganize unit test tree 2015-04-06 23:28:31 +00:00
linuxbridge Move values for network_type to plugins.common.constants.py 2015-04-12 23:59:31 -07:00
ml2 Re-use context session in ML2 DB get_port_binding_host 2015-04-08 11:09:56 -04:00
oneconvergence Reorganize unit test tree 2015-04-06 23:28:31 +00:00
opencontrail Reorganize unit test tree 2015-04-06 23:28:31 +00:00
openvswitch Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
sriovnicagent Reorganize plugin test modules 2015-04-07 00:55:25 +00:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00