Remove FakeLogicalSwitchChassisEvent class

It is not used anywhere

Change-Id: Iaf2fabe5ba4908c44cef5d10a60fa78de1f4f7fa
Signed-off-by: Jakub Libosvar <libosvar@redhat.com>
(cherry picked from commit 8ce98073725d534099329870b0535e92d218793f)
This commit is contained in:
Jakub Libosvar 2024-08-01 21:15:24 +00:00
parent 20e268c496
commit 327f6153e7

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