From f9dc83eb9576ca01d732bf6a3ff3b3e9d01647e7 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 29 Aug 2018 10:33:53 +0200 Subject: [PATCH] [Fullstack] Mark securitygroups tests as unstable It agains fails quite often in iptables scenarios. We need to debug it more to find out what cause this issue but for now let's mark this test as unstable to make life of other people easier. Change-Id: I7bf6f9b346c6c853193cb045fb364b97375e9d93 Related-bug: #1779328 --- neutron/tests/fullstack/test_securitygroup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neutron/tests/fullstack/test_securitygroup.py b/neutron/tests/fullstack/test_securitygroup.py index 829655d9d28..4f4f3118411 100644 --- a/neutron/tests/fullstack/test_securitygroup.py +++ b/neutron/tests/fullstack/test_securitygroup.py @@ -17,6 +17,7 @@ from oslo_utils import uuidutils from neutron.cmd.sanity import checks from neutron.common import utils as common_utils +from neutron.tests import base as tests_base from neutron.tests.common import net_helpers from neutron.tests.fullstack import base from neutron.tests.fullstack.resources import environment @@ -114,6 +115,7 @@ class TestSecurityGroupsSameNetwork(BaseSecurityGroupsSameNetworkTest): # NOTE(toshii): As a firewall_driver can interfere with others, # the recommended way to add test is to expand this method, not # adding another. + @tests_base.unstable_test("bug 1779328") def test_securitygroup(self): """Tests if a security group rules are working, by confirming that 0. traffic is allowed when port security is disabled,