[Fullstack] Mark security group test as unstable

As is described in related bug report this tests is failing
quite often due to some problem with spawning "ncat" process.

Change-Id: I0651da07fb786cce82262703bfab8ca30ad4125d
Related-Bug: 1744402
This commit is contained in:
Sławek Kapłoński 2018-02-06 12:19:49 +01:00
parent c7e144e9b4
commit 685596f89c
1 changed files with 2 additions and 0 deletions

View File

@ -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
@ -103,6 +104,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 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,