]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add test cases to testing firewall drivers
authorJakub Libosvar <libosvar@redhat.com>
Fri, 12 Jun 2015 15:40:21 +0000 (15:40 +0000)
committerJakub Libosvar <libosvar@redhat.com>
Wed, 23 Dec 2015 16:52:02 +0000 (16:52 +0000)
commita94777a005f5619e70dab609211b8550cb75981d
treeb9cd8d56887eccf25ab0c2cc454c905f63b726c6
parentc429ee18b67690f434b7b0be616e8bfe8875cc1f
Add test cases to testing firewall drivers

Part of this patch is also preparation for having common test plan for
firewall driver testing.

Following test cases were implemented:
 - dhcp works by default
 - dhcp server is prevented on vm by default
 - ip spoofing from vm
 - allowed address pairs allows traffic to given ip
 - arp can go through
 - ingress/egress traffic with src/dest port ranges

Related-bug: #1461000
Change-Id: Ib00c99f236855e6556f43f4ffc55014c73b077bb
neutron/tests/contrib/functional-testing.filters
neutron/tests/functional/agent/linux/test_iptables_firewall.py [deleted file]
neutron/tests/functional/agent/test_firewall.py [new file with mode: 0644]