From 0ea43c9bcd2d662245b46b7d662d15261fdfa4ca Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 14 Aug 2024 02:39:34 -0400 Subject: [PATCH] Fix typo in wait_for_user_input (#34965) --- src/python_testing/TC_CCTRL_2_2.py | 4 ++-- src/python_testing/TC_MCORE_FS_1_1.py | 2 +- src/python_testing/TC_MCORE_FS_1_2.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/python_testing/TC_CCTRL_2_2.py b/src/python_testing/TC_CCTRL_2_2.py index 18416d4c291ec1..a2d209f0545400 100644 --- a/src/python_testing/TC_CCTRL_2_2.py +++ b/src/python_testing/TC_CCTRL_2_2.py @@ -182,7 +182,7 @@ async def test_TC_CCTRL_2_2(self): self.step(12) if not self.is_ci: - self.wait_for_use_input("Approve Commissioning approval request using manufacturer specified mechanism") + self.wait_for_user_input("Approve Commissioning approval request using manufacturer specified mechanism") self.step(13) if not events: @@ -257,7 +257,7 @@ async def test_TC_CCTRL_2_2(self): self.step(23) if not self.is_ci: - self.wait_for_use_input("Approve Commissioning approval request using manufacturer specified mechanism") + self.wait_for_user_input("Approve Commissioning approval request using manufacturer specified mechanism") self.step(24) events = new_event diff --git a/src/python_testing/TC_MCORE_FS_1_1.py b/src/python_testing/TC_MCORE_FS_1_1.py index b72039834cc260..50f4dc55c7399b 100755 --- a/src/python_testing/TC_MCORE_FS_1_1.py +++ b/src/python_testing/TC_MCORE_FS_1_1.py @@ -102,7 +102,7 @@ async def test_TC_MCORE_FS_1_1(self): await self.send_single_cmd(cmd, endpoint=dut_commissioning_control_endpoint) if not self.is_ci: - self.wait_for_use_input("Approve Commissioning approval request on DUT using manufacturer specified mechanism") + self.wait_for_user_input("Approve Commissioning approval request on DUT using manufacturer specified mechanism") if not events: new_event = await self.default_controller.ReadEvent(nodeid=self.dut_node_id, events=event_path) diff --git a/src/python_testing/TC_MCORE_FS_1_2.py b/src/python_testing/TC_MCORE_FS_1_2.py index 0af8cbedb30345..1085b0fac0a07c 100644 --- a/src/python_testing/TC_MCORE_FS_1_2.py +++ b/src/python_testing/TC_MCORE_FS_1_2.py @@ -118,7 +118,7 @@ async def test_TC_MCORE_FS_1_2(self): self.step(4) if not self.is_ci: - self.wait_for_use_input( + self.wait_for_user_input( "Commission TH_SED_DUT onto DUT_FSA’s fabric using the manufacturer specified mechanism. (ensure Synchronization is enabled.)") else: logging.info("Stopping after step 3 while running in CI to avoid manual steps.")