Skip to content

Commit

Permalink
Test: YAML WNCV 3.3 disable steps relying on saveAS
Browse files Browse the repository at this point in the history
- add a todo on issue project-chip#14502
  • Loading branch information
jmeg-sfy committed Feb 3, 2022
1 parent a6c8893 commit 3b9ebbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/tests/suites/certification/Test_TC_WNCV_3_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,13 @@ 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 @@ -121,6 +124,7 @@ 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 @@ -135,6 +139,7 @@ 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 @@ -149,6 +154,7 @@ 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

0 comments on commit 3b9ebbf

Please sign in to comment.