-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TC-ALOGIN-12.2 - updates step 2 as per verification steps #36206
base: master
Are you sure you want to change the base?
TC-ALOGIN-12.2 - updates step 2 as per verification steps #36206
Conversation
Review changes with SemanticDiff. |
PR #36206: Size comparison from e36bde7 to 5d22c7c Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36206: Size comparison from a0d7b14 to de18434 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #36206: Size comparison from 00890a6 to 4262f40 Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
./chip-tool accountlogin login 11111 20202021 1 4 --timedInteractionTimeoutMs 1000 | ||
./chip-tv-casting-app accountlogin login 11111 20202021 1 4 --timedInteractionTimeoutMs 1000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The correct value here would depend on the relevant DUT, no? Why are we changin this to "20202021" specifically? It would be better to make it clear that the value here is a placeholder that would need to get replaced with the right value at test time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Rajashreekalmane, can you address this comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ve updated the Verification Sheet to address your comment regarding the placeholder value "20202021." The value is now explicitly marked as a placeholder, with a note indicating that it should be replaced with the appropriate value based on the relevant DUT at test time.
Here are the clarified instructions:
./chip-tool accountlogin login <TempAccountIdentifier> <SetupPIN> <destination-id> <endpoint-id-ignored-for-group-commands> [optional flags]
Argument Descriptions
TempAccountIdentifier: Replace it with the appropriate identifier for your DUT.
SetupPIN: Replace it with the PIN specific to your DUT.
destination-id: Replace it with the actual node ID of the DUT.
Example Command:
./chip-tool accountlogin login 11111 20202021 1 4 --timedInteractionTimeoutMs 1000
Updated Verification document for your reference : https://docs.google.com/spreadsheets/d/13zltSz50GRs_kidvobceEuIT8kAAHSK64ANyWcc3xQI/edit?usp=sharing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, so the PR should be updated accordingly, right?
Addresses
[TC-ALOGIN-12.2]UI Manual - In Test step 2 command has to be updated as per Verification step document #366