You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
* 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
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
"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
The text was updated successfully, but these errors were encountered: