Skip to content

Commit

Permalink
Added get_my_slot() to mock-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Nov 4, 2024
1 parent bda9d11 commit 0e8e6f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonic-chassisd/tests/mock_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def get_type(self):
def get_slot(self):
return self.hw_slot

def get_my_slot(self):
return self.hw_slot

def get_oper_status(self):
return self.module_status

Expand Down

0 comments on commit 0e8e6f3

Please sign in to comment.