]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add functional testing to ipset_manager
authorMiguel Angel Ajo <mangelajo@redhat.com>
Tue, 9 Sep 2014 13:22:03 +0000 (15:22 +0200)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Fri, 12 Sep 2014 06:44:20 +0000 (08:44 +0200)
commit10aaf63cf3eae32bb72a5bc4831f53e7b22baddd
treee1512684b75293e623f8f9729d0a66cf44cd088f
parent2562a9271c828e982a74593e8fd07be13b0cfc4a
Add functional testing to ipset_manager

Add functional testing to the ipset_manager module to verify
it works as expected in combination with iptables matching.

Implements:  blueprint add-ipset-to-security

Change-Id: Iec791ec30f87f6c00805f1d52c23b84aa7bc19de
neutron/agent/linux/ipset_manager.py
neutron/tests/functional/agent/linux/base.py
neutron/tests/functional/agent/linux/pinger.py [new file with mode: 0644]
neutron/tests/functional/agent/linux/test_ipset.py [new file with mode: 0644]
neutron/tests/functional/agent/linux/test_iptables.py