From 8e8aa9062e3a3d9c6de65c762379c6e74f3560d9 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Tue, 20 Mar 2018 21:31:17 +0000 Subject: [PATCH] Revert "[Fullstack] Mark security group test as unstable" It is possible that issue with ncat process can be already fixed by [1] so there is no need to mark as unstable anymore. This reverts commit 685596f89c02711410bd6b650a12264ca99145fe. [1] https://review.openstack.org/#/c/545820/ Change-Id: Ia4ea2ed86ec1fd7aee5428319efb956672c9d1a8 --- neutron/tests/fullstack/test_securitygroup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/neutron/tests/fullstack/test_securitygroup.py b/neutron/tests/fullstack/test_securitygroup.py index 378bc964b02..ffc0b86914a 100644 --- a/neutron/tests/fullstack/test_securitygroup.py +++ b/neutron/tests/fullstack/test_securitygroup.py @@ -17,7 +17,6 @@ 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 @@ -104,7 +103,6 @@ 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 1744402") def test_securitygroup(self): """Tests if a security group rules are working, by confirming that 0. traffic is allowed when port security is disabled,