Skip to content

Commit

Permalink
Revert "[Feature] Adding Step Endpoint Information (#35662)" (#36200)
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 authored Oct 22, 2024
1 parent 8304c7a commit f2e5de7
Show file tree
Hide file tree
Showing 5 changed files with 138 additions and 148 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 f2e5de7

Please sign in to comment.