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-TCTL-1.1 When TCTL.S.F02(A_STEP) & TCTL.S.F00(TN) are true, step3 is skipped #56

Closed
raju-apple opened this issue Oct 19, 2023 · 1 comment
Labels
Awaiting Validation Bug Something isn't working

Comments

@raju-apple
Copy link

From chip-certification-tool created by jeffzhong1: CHIP-Specifications/chip-certification-tool#984

Describe the bug

TCTL.S.F02(A_STEP) & TCTL.S.F00(TN) are true.
Step 3d should be performed according to the label description, but all step 3 is skipped

YAML
The description of the -label is inconsistent with PICS: TCTL.S.F02 && !TCTL.S.F00

  • label:
    "Step 3d: TH reads from the DUT the FeatureMap attribute. bit 2: SHALL
    be 1 if and only if TCTL.S.F02(A_STEP) & TCTL.S.F00(TN)"
    command: "readAttribute"
    attribute: "FeatureMap"
    PICS: TCTL.S.F02 && !TCTL.S.F00

Steps to reproduce the behavior

No response

Expected behavior

No response

Log files

Test Step Not Applicable: Step 3d: TH reads from the DUT the FeatureMap attribute. bit 2: SHALL be 1 if and only if TCTL.S.F02(A_STEP) & TCTL.S.F00(TN) - Test step skipped: Step 3d: TH reads from the DUT the FeatureMap attribute. bit 2: SHALL be 1 if and only if TCTL.S.F02(A_STEP) & TCTL.S.F00(TN). TCTL.S.F02 && !TCTL.S.F00 == False

PICS file

No response

Screenshots

No response

Environment

No response

Additional Information

No response

@raju-apple
Copy link
Author

@jeffzhong1 fixed in PR 29339 please verify it and close the ticket.

@raul-marquez-csa raul-marquez-csa added the Bug Something isn't working label Nov 2, 2023
rquidute added a commit that referenced this issue Sep 23, 2024
* Added the support to check the informed configurations for dut config

* Minor fixes

* Removed checking for hardcoded fields from DutConfig

* Code review

* Updated unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Validation Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants