Merge "Remove FakeLogicalSwitchChassisEvent class" into stable/2024.1

This commit is contained in:
Zuul 2024-11-20 10:42:45 +00:00 committed by Gerrit Code Review
commit 400fb1178f

View File

@ -103,11 +103,6 @@ class TestOVNLBEvent(test_base.TestCase):
['192.168.1.50', '172.24.4.5'])
class FakeLogicalSwitchChassisEvent(base_watcher.LogicalSwitchChassisEvent):
def run(self):
pass
class FakeLSPChassisEvent(base_watcher.LSPChassisEvent):
def run(self):
pass