Skip to content

Commit

Permalink
Added functions for test harness support
Browse files Browse the repository at this point in the history
Co-authored-by: C Freeman <[email protected]>
  • Loading branch information
hicklin and cecille authored Jan 22, 2024
1 parent 9157533 commit 6447b47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python_testing/TC_RVCOPSTATE_2_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def error_enum_to_text(error_enum):
elif error_enum == Clusters.RvcOperationalState.Enums.ErrorStateEnum.kMopCleaningPadMissing:
return "MopCleaningPadMissing(0x47)"

def pics_TC_RVCOPSTATE_2_3(self) -> list[str]:
return ["RVCOPSTATE.S"]

class TC_RVCOPSTATE_2_3(MatterBaseTest):

Expand Down
2 changes: 2 additions & 0 deletions src/python_testing/TC_RVCOPSTATE_2_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def error_enum_to_text(error_enum):
elif error_enum == Clusters.RvcOperationalState.Enums.ErrorStateEnum.kMopCleaningPadMissing:
return "MopCleaningPadMissing(0x47)"

def pics_TC_RVCOPSTATE_2_4(self) -> list[str]:
return ["RVCOPSTATE.S"]

class TC_RVCOPSTATE_2_4(MatterBaseTest):
def __init__(self, *args):
Expand Down

0 comments on commit 6447b47

Please sign in to comment.