]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add functional test for l3_agent
authorAssaf Muller <amuller@redhat.com>
Sun, 27 Jul 2014 14:49:49 +0000 (17:49 +0300)
committerAssaf Muller <amuller@redhat.com>
Fri, 29 Aug 2014 14:31:39 +0000 (17:31 +0300)
commit66730877ee8c4389550295c77db88029e3b8e605
treebd30c0870e6f2f0c6dc725cb7760e1b37c00bae7
parent2ffcb79117368ce50f16bd8ff34f864a2341228b
Add functional test for l3_agent

In order to insert the HA related code into the L3
agent, as part of blueprint l3-high-availability,
it's important to add functional tests for the L3 agent.

The L3 HA patch will use the framework provided here
to implement additional HA specific tests.

Implements: blueprint l3-high-availability
Change-Id: I49ddc95a0c41330580fcec6ba05c72684248af5e
neutron/agent/l3_agent.py
neutron/agent/linux/iptables_manager.py
neutron/tests/functional/agent/test_l3_agent.py [new file with mode: 0644]
neutron/tests/unit/test_l3_agent.py