From 4ad979a534296ab7df4571bc149756aa0cb7d94f Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Fri, 28 Apr 2023 18:27:11 +0200 Subject: [PATCH] Mark "test_port_creation_and_deletion" as unstable Related-Bug: #2006603 Change-Id: Icbd0bb46a8a8c169279301b26ac92e0f459e1d87 --- neutron/tests/functional/agent/ovn/extensions/test_qos_hwol.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neutron/tests/functional/agent/ovn/extensions/test_qos_hwol.py b/neutron/tests/functional/agent/ovn/extensions/test_qos_hwol.py index 55d9329a88c..a6457dcd0ee 100644 --- a/neutron/tests/functional/agent/ovn/extensions/test_qos_hwol.py +++ b/neutron/tests/functional/agent/ovn/extensions/test_qos_hwol.py @@ -22,6 +22,7 @@ from neutron.agent.ovn.extensions import qos_hwol from neutron.common.ovn import constants as ovn_const from neutron.common.ovn import utils from neutron.common import utils as n_utils +from neutron.tests import base as test_base from neutron.tests.functional import base @@ -32,6 +33,7 @@ class OVSInterfaceEventTestCase(base.TestOVNFunctionalBase): check_error=False) self.ovs_idl.del_br(self.br_name).execute(check_error=False) + @test_base.unstable_test('bug 2006603') def test_port_creation_and_deletion(self): def check_add_port_called(): try: