Skip to content
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

[BUG] [TC-DRLK-2.9] Step - 15a should be execute if the PICS DRLK.S.F00, DRLK.S.F08 & DRLK.S.A001c is set to true #37318

Open
KishokG opened this issue Jan 30, 2025 · 0 comments
Labels
bug Something isn't working cert blocker door lock Issues in the Door Lock cluster or example apps needs triage

Comments

@KishokG
Copy link

KishokG commented Jan 30, 2025

Reproduction steps

  • In TC-DRLK-2.9, Step 15a is guarded by the following PICS checks: if self.pics_guard(self.check_pics("DRLK.S.F00") and self.check_pics("DRLK.S.F08") and self.check_pics("DRLK.S.A001c")):
  • If the above PICS condition evaluates to False, test Step 14d should be skipped. However, in the current script, only the attribute read operation is skipped, while the constraint check is still executed. This happens because the constraint check is placed outside the if condition. This needs to be moved to inside the "if" condition.
  • Else, This will cause the test to fail.

Current Script:

Image

Expected change:

Image

Anything else?

No response

@KishokG KishokG added bug Something isn't working needs triage labels Jan 30, 2025
@KishokG KishokG changed the title [BUG] [TC-DRLK-2.9] Step - 14d should be execute if the PICS DRLK.S.F00, DRLK.S.F08 & DRLK.S.A0012 is set to true [BUG] [TC-DRLK-2.9] Step - 15a should be execute if the PICS DRLK.S.F00, DRLK.S.F08 & DRLK.S.A0012 is set to true Jan 30, 2025
@KishokG KishokG changed the title [BUG] [TC-DRLK-2.9] Step - 15a should be execute if the PICS DRLK.S.F00, DRLK.S.F08 & DRLK.S.A0012 is set to true [BUG] [TC-DRLK-2.9] Step - 15a should be execute if the PICS DRLK.S.F00, DRLK.S.F08 & DRLK.S.A001c is set to true Jan 30, 2025
@github-project-automation github-project-automation bot moved this to Open Cert Blockers in [Certification] Blockers Feb 3, 2025
@cjandhyala cjandhyala added the door lock Issues in the Door Lock cluster or example apps label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cert blocker door lock Issues in the Door Lock cluster or example apps needs triage
Projects
Status: Open Cert Blockers
Development

No branches or pull requests

2 participants