neutron/neutron/tests/functional
Gal Sagie 35654ec23e Decompose DVR CSNAT L3 Agent from Compute Node L3 Agent
Currently the same dvr router class is used both by the L3 Agent
in the compute nodes that is responsible for the virtual routers
namespace and the fip namespace and also used by the centralized
SNAT L3 Agent in the network node.
This is the first step to decompose the two into different
classes.

The above means that we have one class of DVR router which is used
for two jobs (the virtual router namespace wiring and the fips wiring
in the compute node in one hand and the centralized snat wiring in the other)
The end goal of this patch is to separate the two into different classes
which will also help maintaining it and also help projects that want
to use one but not the other (for example only use the centralized
SNAT behaviour with there own DVR implementation)

Change-Id: I581a097b9e7c49f20d0eb0e4ca66a25e90d9511b
Partial-Bug: #1458541
Partially-Implements: blueprint dvr-router-code-decompose
2015-06-19 21:46:31 +00:00
..
agent Decompose DVR CSNAT L3 Agent from Compute Node L3 Agent 2015-06-19 21:46:31 +00:00
api Refactor RESOURCE_ATTRIBUTE_MAP cleanup 2015-04-22 12:02:34 -02:30
cmd Define bridge/port fixtures for OVS/LinuxBridge/Veth backends 2015-04-01 15:01:06 +00:00
db Remove get_admin_roles and associated logic 2015-06-09 11:12:47 +02:00
sanity Add simple ARP spoofing protection 2015-03-29 20:57:07 -07:00
scheduler Extenuate register_dhcp_agent code duplication in tests 2015-05-08 15:26:28 -04:00
__init__.py Append @randtoken to L3 agent namespaces in full stack tests 2015-05-12 20:32:54 +00:00
base.py Ensure no "agent" functional tests are skipped in the gate 2015-06-10 19:56:19 +02:00
requirements.txt Merge "Handle SIGHUP: neutron-server (multiprocess) and metadata agent" 2015-06-10 20:25:16 +00:00
test_server.py Handle SIGHUP: neutron-server (multiprocess) and metadata agent 2015-06-09 16:15:37 +03:00