]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Check metadata iptables chains during functional test
authorAssaf Muller <amuller@redhat.com>
Sun, 23 Nov 2014 12:32:19 +0000 (14:32 +0200)
committerAssaf Muller <amuller@redhat.com>
Wed, 26 Nov 2014 16:11:06 +0000 (18:11 +0200)
commit24a703c386764e0b478d6113fb51316ddf3c089f
treea2c27bc8f107ddf9ceeb785aa51d92da66278ff8
parent2e93af3cfd623def15c7d2db5eca7c24b7660e61
Check metadata iptables chains during functional test

The L3 agent functional test creates a router and asserts that
the proxy process is up. It will now also check that the NAT
and filter rules were added via the iptables manager.

This is to allow us to move the metadata management out of the
L3 agent and into its own L3 agent driver.

Change-Id: Iaa9b475a4294db96a9645829d362e090b61ed3a2
Partially-implements: blueprint restructure-l3-agent
neutron/agent/linux/iptables_manager.py
neutron/tests/functional/agent/test_l3_agent.py