Skip to content

Commit 5ff3821

Browse files
committed
Mark "test_port_creation_and_deletion" as unstable
Related-Bug: #2006603 Change-Id: Icbd0bb46a8a8c169279301b26ac92e0f459e1d87 (cherry picked from commit 4ad979a)
1 parent 534d027 commit 5ff3821

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

neutron/tests/functional/agent/ovn/extensions/test_qos_hwol.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from neutron.common.ovn import constants as ovn_const
2323
from neutron.common.ovn import utils
2424
from neutron.common import utils as n_utils
25+
from neutron.tests import base as test_base
2526
from neutron.tests.functional import base
2627

2728

@@ -32,6 +33,7 @@ def _cleanup(self):
3233
check_error=False)
3334
self.ovs_idl.del_br(self.br_name).execute(check_error=False)
3435

36+
@test_base.unstable_test('bug 2006603')
3537
def test_port_creation_and_deletion(self):
3638
def check_add_port_called():
3739
try:

0 commit comments

Comments
 (0)