]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add functional tests for IptablesManager using tcp/udp
authorJakub Libosvar <libosvar@redhat.com>
Fri, 3 Oct 2014 16:31:10 +0000 (18:31 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Mon, 26 Jan 2015 17:52:15 +0000 (18:52 +0100)
commite3fa0112820e6ae95c61b5ebc150e4ba206b3c3c
treed99f62f86ca566622add5f535372dac29e404b1a
parent2c94b10d741f3a9d96b548cc051850467468c8de
Add functional tests for IptablesManager using tcp/udp

This commit adds tests for filter table using tcp and udp protocols.
Part of it is a NetcatTester class providing ability to test connection
between two veth pairs in namespaces.

Change-Id: I6db1e7ffef5e1243478e15a994787396b0908656
Related-Bug: 1243216
neutron/tests/contrib/filters.template
neutron/tests/functional/agent/linux/helpers.py
neutron/tests/functional/agent/linux/test_iptables.py