]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Check conntrack rule cleanup on floating IP disassociate
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 11 Nov 2014 16:15:37 +0000 (17:15 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 6 Feb 2015 21:33:26 +0000 (22:33 +0100)
commit6949fb51cfef5500484452c5f1328bdd57da2311
treecbb1b3f140d98fbeaf4e0445e12cbacd73994211
parenta812664fd0b8e8a33940f91a7ca76fbda4101bd8
Check conntrack rule cleanup on floating IP disassociate

Check that conntrack rule is cleaned up immediately after floating IP is
disassociated.

Extend NetcatTester class to allow to specify different addresses for
client and server sides of connection. Fixed the class not to pass -k
option for UDP connections (otherwise the test fails when used with nmap
netcat implementation).

Change-Id: Iaa11e65a0bcf7860d4caa629c3107e5a0a48fd39
neutron/tests/functional/agent/linux/helpers.py
neutron/tests/functional/agent/linux/test_iptables.py
neutron/tests/functional/agent/test_l3_agent.py