]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
iptables firewall: add framework for iptables firewall functional test
authorIsaku Yamahata <isaku.yamahata@intel.com>
Fri, 27 Feb 2015 23:08:41 +0000 (15:08 -0800)
committerYalei Wang <yalei.wang@intel.com>
Sun, 15 Mar 2015 18:10:14 +0000 (02:10 +0800)
commit5daf88fdb34877c8c3b6ce0925f5a40d045acc7c
treecddb8979d8f936610ccab81c9417876bf457d675
parent361bf4d1dcd52197184c24be5246da1282415d1d
iptables firewall: add framework for iptables firewall functional test

This patch sets up framework for functional test of iptables firewall.
Tests will come as another patches.

Partially Implements: blueprint ml2-ovs-portsecurity
Change-Id: Ia0af50c8942681559bf9801515298127d30f9e34
neutron/agent/linux/bridge_lib.py [new file with mode: 0644]
neutron/agent/linux/iptables_firewall.py
neutron/tests/functional/agent/linux/base.py
neutron/tests/functional/agent/linux/test_iptables_firewall.py [new file with mode: 0644]
neutron/tests/unit/agent/linux/test_bridge_lib.py [new file with mode: 0644]