Merge "Skip firewall blink test for ovs-fw"

This commit is contained in:
Jenkins 2016-04-13 09:42:59 +00:00 committed by Gerrit Code Review
commit b357b22898
1 changed files with 1 additions and 0 deletions

View File

@ -500,6 +500,7 @@ class FirewallTestCase(BaseFirewallTestCase):
self._apply_security_group_rules(self.FAKE_SECURITY_GROUP_ID, list())
self.tester.assert_no_established_connection(**connection)
@skip_if_firewall('openvswitch')
def test_preventing_firewall_blink(self):
direction = self.tester.INGRESS
sg_rules = [{'ethertype': 'IPv4', 'direction': 'ingress',