From 5d22c7c24c13185920065eee286adcbb9d8ba413 Mon Sep 17 00:00:00 2001 From: Raul Marquez Date: Tue, 22 Oct 2024 16:18:39 -0700 Subject: [PATCH] updates step 2 --- src/app/tests/suites/certification/Test_TC_ALOGIN_12_2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tests/suites/certification/Test_TC_ALOGIN_12_2.yaml b/src/app/tests/suites/certification/Test_TC_ALOGIN_12_2.yaml index 5981a416c7983f..a5fd0b37613c2a 100644 --- a/src/app/tests/suites/certification/Test_TC_ALOGIN_12_2.yaml +++ b/src/app/tests/suites/certification/Test_TC_ALOGIN_12_2.yaml @@ -108,8 +108,8 @@ tests: verification: | Product maker needs to provide instructions for how to trigger the command on the DUT. For comparison, the DUT behavior for this test step can be simulated using chip-tool (when DUT is a commissioner) or tv-casting-app (when DUT is a commissionee): - ./chip-tool accountlogin login 11111 34567890 1 4 --timedInteractionTimeoutMs 1000 - ./chip-tv-casting-app accountlogin login 11111 34567890 1 4 --timedInteractionTimeoutMs 1000 + ./chip-tool accountlogin login 11111 20202021 1 4 --timedInteractionTimeoutMs 1000 + ./chip-tv-casting-app accountlogin login 11111 20202021 1 4 --timedInteractionTimeoutMs 1000 On TH (tv-app), Verify the login command is received successfully.