Mark test_port_forwarding unstable to fix gate

This just started failing recently, mark unstable for now.

Partial-bug: #1896678

Change-Id: Ib730946a5ad9b0d4e504b6ed036a425ab1158e24
This commit is contained in:
Brian Haley 2020-09-22 13:59:49 -04:00
parent 97b48d431d
commit 481f0b3b3c
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ from ovn_octavia_provider.tests.functional import base as ovn_base
from neutron_lib.api.definitions import floating_ip_port_forwarding as pf_def
from neutron_lib.utils import runtime
from neutron_lib.utils import test
from oslo_config import cfg
from oslo_log import log as logging
from oslo_utils import excutils
@ -85,6 +86,7 @@ class TestOvnOctaviaProviderIntegration(ovn_base.TestOvnOctaviaBase):
expected_lbs = self._make_expected_lbs(lb_data)
self._validate_loadbalancers(expected_lbs)
@test.unstable_test("bug 1896678")
def test_port_forwarding(self):
def _verify_pf_lb(test, protocol, vip_ext_port, vip_int_port):