Mark port_forwarding scenario test as unstable temporary

Change-Id: I9db5a329ce02b3ca1f5acb19eb0ad4ceb0c8aadc
Related-Bug: #1850800
This commit is contained in:
Slawek Kaplonski 2019-10-31 15:29:48 +01:00
parent d583236670
commit 526f53722f
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
from neutron_tempest_plugin.common import ssh
from neutron_tempest_plugin.common import utils
from neutron_tempest_plugin import config
from neutron_tempest_plugin.scenario import base
@ -100,6 +101,7 @@ class PortForwardingTestJSON(base.BaseTempestTestCase):
server['port_forwarding_udp']['external_port'],
constants.PROTO_NAME_UDP))
@utils.unstable_test("bug 1850800")
@decorators.idempotent_id('ab40fc48-ca8d-41a0-b2a3-f6679c847bfe')
def test_port_forwarding_to_2_servers(self):
udp_sg_rule = {'protocol': constants.PROTO_NAME_UDP,