Skip to content

Commit

Permalink
Add MockDbConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrallen committed Mar 25, 2022
1 parent 10308ac commit 8be6fda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sonic-host-services/tests/common/mock_configdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ def listen(self, init=None):
for e in MockConfigDb.event_queue:
self.handlers[e[0]](e[0], e[1], self.get_entry(e[0], e[1]))


class MockDBConnector():
def __init__(self, db, val):
pass

0 comments on commit 8be6fda

Please sign in to comment.