Skip to content

Commit

Permalink
Update prompt support
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Aug 27, 2024
1 parent 3862750 commit 2d62102
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/python_testing/matter_testing_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,10 +1389,11 @@ def wait_for_user_input(self,
endpoint_id = self.matter_test_config.endpoint

if self.runner_hook:
# TODO(#31928): Add endpoint support to hooks.
self.runner_hook.show_prompt(msg=prompt_msg,
placeholder=prompt_msg_placeholder,
default_value=default_value,
endpoint_id=endpoint_id)
default_value=default_value)

logging.info(f"========= USER PROMPT for Endpoint {endpoint_id} =========")
logging.info(f">>> {prompt_msg.rstrip()} (press enter to confirm)")
try:
Expand Down

0 comments on commit 2d62102

Please sign in to comment.