We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534d027 commit 5ff3821Copy full SHA for 5ff3821
neutron/tests/functional/agent/ovn/extensions/test_qos_hwol.py
@@ -22,6 +22,7 @@
22
from neutron.common.ovn import constants as ovn_const
23
from neutron.common.ovn import utils
24
from neutron.common import utils as n_utils
25
+from neutron.tests import base as test_base
26
from neutron.tests.functional import base
27
28
@@ -32,6 +33,7 @@ def _cleanup(self):
32
33
check_error=False)
34
self.ovs_idl.del_br(self.br_name).execute(check_error=False)
35
36
+ @test_base.unstable_test('bug 2006603')
37
def test_port_creation_and_deletion(self):
38
def check_add_port_called():
39
try:
0 commit comments