Skip to content

Commit

Permalink
Revert "[Feature] Adding Step Endpoint Information (project-chip#35662)"
Browse files Browse the repository at this point in the history
This reverts commit 36fff94.

This breaks the TH and the API for the step command is overkill.
  • Loading branch information
cecille committed Oct 22, 2024
1 parent 6f0a70c commit 3282f78
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 145 deletions.
4 changes: 1 addition & 3 deletions scripts/py_matter_yamltests/matter_yamltests/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,14 @@ def step_skipped(self, name: str, expression: str):
"""
pass

def step_start(self, request: TestStep, endpoint: Optional[int] = None):
def step_start(self, request: TestStep):
"""
This method is called when the runner starts running a step from the test.
Parameters
----------
request: TestStep
The original request as defined by the test step.
endpoint: int
An optional device endpoint the step will target.
"""
pass

Expand Down
Loading

0 comments on commit 3282f78

Please sign in to comment.