Skip to content

Commit

Permalink
TEST: YAML enable test on WNCV 3.3
Browse files Browse the repository at this point in the history
- issue project-chip#14502 fixes by PR# 14602
  • Loading branch information
jmeg-sfy committed Feb 8, 2022
1 parent 958be55 commit f4a8e91
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 10 deletions.
6 changes: 0 additions & 6 deletions src/app/tests/suites/certification/Test_TC_WNCV_3_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,10 @@ tests:
### Step 3x -> Verify StopMotion longer period effects on Lift
### Mandatory/Optionality Depends on (PA & LF) for all 4x Steps

# TODO Remove disabled once issue 14502 is fixed

### Read Current Position -> Store this value for step 4c
- label:
"3a: If (PA & LF) TH reads CurrentPositionLiftPercent100ths attribute
from DUT"
disabled: true
command: "readAttribute"
attribute: "CurrentPositionLiftPercent100ths"
PICS: WNCV_LF && WNCV_PA_LF
Expand All @@ -132,7 +129,6 @@ tests:
- label:
"3b: If (PA & LF) TH reads TargetPositionLiftPercent100ths attribute
3c: it Must be equal with CurrentPositionLiftPercent100ths from DUT"
disabled: true
command: "readAttribute"
attribute: "TargetPositionLiftPercent100ths"
PICS: WNCV_LF && WNCV_PA_LF
Expand All @@ -147,7 +143,6 @@ tests:
- label:
"4a: If (PA & TL) TH reads CurrentPositionTiltPercent100ths attribute
from DUT"
disabled: true
command: "readAttribute"
attribute: "CurrentPositionTiltPercent100ths"
PICS: WNCV_TL && WNCV_PA_TL
Expand All @@ -162,7 +157,6 @@ tests:
- label:
"4b: If (PA & TL) TH reads TargetPositionTiltPercent100ths attribute
4c: it Must be equal with CurrentPositionTiltPercent100ths from DUT"
disabled: true
command: "readAttribute"
attribute: "TargetPositionTiltPercent100ths"
PICS: WNCV_TL && WNCV_PA_TL
Expand Down
146 changes: 146 additions & 0 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions zzz_generated/window-app/zap-generated/endpoint_config.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4a8e91

Please sign in to comment.