From e748e01656e6d2db1510d85e4c25e21ff394c971 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Mon, 25 May 2020 10:32:07 +0200 Subject: [PATCH] [Fullstack] Mark security groups test as unstable It's still failing from time to time and we don't know the root cause of that failure. So lets mark it as unstable for now until we will finally find out what's going on in this test and until we will finally fix it. Change-Id: I2b6b50fb14856997d886daed5cf7bb4898d57130 Related-bug: #1742401 --- 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 6a766236b51..b0b57878e22 100644 --- a/neutron/tests/fullstack/test_securitygroup.py +++ b/neutron/tests/fullstack/test_securitygroup.py @@ -20,6 +20,7 @@ from neutron.agent.linux import iptables_firewall from neutron.agent.linux import iptables_manager 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 @@ -108,6 +109,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 1742401") def test_securitygroup(self): """Tests if a security group rules are working, by confirming that 0. traffic is allowed when port security is disabled,