-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Tc drlk 2 1 #39948
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
base: master
Are you sure you want to change the base?
Tc drlk 2 1 #39948
Conversation
DRLK.S.A0004=1 DRLK.S.A0005=1 DRLK.S.A0006=1
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.
Code Review
This pull request updates the door lock test suite Test_TC_DRLK_2_1.yaml
and the corresponding PICS values for CI. The changes involve correcting test step logic, fixing values, and enabling more features for testing. The changes are generally good, but I've pointed out a typo in a PICS identifier that should be corrected for consistency and maintainability.
- label: "Step 32d: TH writes UserCodeTemporaryDisableTime attribute as 0" | ||
PICS: | ||
" ( DRLK.S.F00 || DRLK.S.F01 ) && DRLK.S.A0031 && | ||
DRLK.S.M.UserCodedTemporaryDisableTimeAttributeWritable " |
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.
There appears to be a typo in the PICS identifier DRLK.S.M.UserCodedTemporaryDisableTimeAttributeWritable
. It should likely be DRLK.S.M.UserCodeTemporaryDisableTimeAttributeWritable
(without the 'd' in 'Coded'). This typo is also present on line 1422.
While this seems to be consistent with the definition in PICS.yaml
, it would be good to correct this for consistency with the attribute name (UserCodeTemporaryDisableTime
) and to prevent future confusion. You might need to update PICS.yaml
and ci-pics-values
as well to fully resolve this.1
DRLK.S.M.UserCodeTemporaryDisableTimeAttributeWritable "
Style Guide References
Footnotes
PR #39948: Size comparison from 43234ba to c01f0c1 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #39948: Size comparison from c0a78ce to e4b7de9 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
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.
It would be good practice to include summary, scope, related issues/PRs, and testing details in the PR description.
Testing
This PR updates Test_TC_DRLK_2_1.yaml and Fixes #492
Updated steps 5c and 6c
Updated ci-pics-values
Set maxValue to 255 in steps 11a, 12a and 13a
Corrected step 31d
Added missing step 32d
Updated values for steps 40b, 42b
Updated PICs for steps 42a/b/c, 43a/b/c and 44a/b/c