File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
ovn_octavia_provider/tests/unit/ovsdb Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,6 @@ class TestOvnNbIdlForLb(base.BaseTestCase):
36
36
def setUp (self ):
37
37
super ().setUp ()
38
38
ovn_config .register_opts ()
39
- # TODO(haleyb) - figure out why every test in this class generates
40
- # this warning, think it's in relation to reading this schema file:
41
- # sys:1: ResourceWarning: unclosed file <_io.FileIO name=1 mode='wb'
42
- # closefd=True> ResourceWarning: Enable tracemalloc to get the object
43
- # allocation traceback
44
39
self .mock_gsh = mock .patch .object (
45
40
idlutils , 'get_schema_helper' ,
46
41
side_effect = lambda x , y : ovs_idl .SchemaHelper (
@@ -64,11 +59,6 @@ class TestOvnSbIdlForLb(base.BaseTestCase):
64
59
def setUp (self ):
65
60
super ().setUp ()
66
61
ovn_config .register_opts ()
67
- # TODO(haleyb) - figure out why every test in this class generates
68
- # this warning, think it's in relation to reading this schema file:
69
- # sys:1: ResourceWarning: unclosed file <_io.FileIO name=1 mode='wb'
70
- # closefd=True> ResourceWarning: Enable tracemalloc to get the object
71
- # allocation traceback
72
62
self .mock_gsh = mock .patch .object (
73
63
idlutils , 'get_schema_helper' ,
74
64
side_effect = lambda x , y : ovs_idl .SchemaHelper (
You can’t perform that action at this time.
0 commit comments