project-chip / matter-test-scripts

Test scripts related to Matter Certification
https://csa-iot.org/
Apache License 2.0
9 stars 4 forks source link

[TC-ALOGIN-12.2]UI Manual - In Test step 2 command has to be updated as per Verification step document #366

Open Rajashreekalmane opened 2 months ago

Rajashreekalmane commented 2 months ago

[TC-ALOGIN-12.2] In Test step 2 command and log has to be updated as per Verification step document. From

./chip-tool accountlogin login 11111 34567890 1 4 --timedInteractionTimeoutMs 1000 ./chip-tv-casting-app accountlogin login 11111 34567890 1 4 --timedInteractionTimeoutMs 1000

To

./chip-tool accountlogin login 11111 20202021 1 4 --timedInteractionTimeoutMs 1000 ./chip-tv-casting-app accountlogin login 11111 20202021 1 4 --timedInteractionTimeoutMs 1000

In above command setuppincode for login command as been updated.

Yaml Script References: https://github.com/project-chip/connectedhomeip/blob/master/src/app/tests/suites/certification/Test_TC_ALOGIN_12_2.yaml

Verification document Reference : https://docs.google.com/spreadsheets/d/13zltSz50GRs_kidvobceEuIT8kAAHSK64ANyWcc3xQI/edit?usp=sharing

raul-marquez-csa commented 1 month ago

PR TC-ALOGIN-12.2 - updates step 2 as per verification steps #36206