Skip to content

Commit

Permalink
updated 2_1.yaml based on latest TP and ran zap regenall
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashece committed Jan 9, 2024
1 parent b01b18d commit ae3e2dc
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8918,6 +8918,9 @@ PICS:
- label: "Does the device implement the CurrentMode attribute?"
id: DRYERCTRL.S.A0001

- label: "Can the device be controlled manually?"
id: DRYERCTRL.S.M.ManuallyControlled

# RVC Clean Mode Cluster

- label: "Does the device implement the RVCCLEANM cluster as a server?"
Expand Down
24 changes: 24 additions & 0 deletions src/app/tests/suites/certification/Test_TC_DRYERCTRL_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,29 @@ tests:
attribute: "SelectedDrynessLevel"
arguments:
value: unsupportedSelectedDrynessLevel
response:
error: CONSTRAINT_ERROR

- label: "Step 6: Operate device to set the condition to read only"
verification: |
Manual operation required
cluster: "LogCommands"
command: "UserPrompt"
PICS: PICS_SKIP_SAMPLE_APP && DRYERCTRL.S.M.ManuallyControlled
arguments:
values:
- name: "message"
value: "Please enter 'y' for success"
- name: "expectedValue"
value: "y"

- label:
"Step 7: TH writes a supported SelectedDrynessLevel attribute to DUT
while DUT is not in a valid state."
PICS: DRYERCTRL.S.M.ManuallyControlled && DRYERCTRL.S.A0001
command: "writeAttribute"
attribute: "SelectedDrynessLevel"
arguments:
value: SupportedDrynessLevel
response:
error: INVALID_IN_STATE
1 change: 1 addition & 0 deletions src/app/tests/suites/certification/ci-pics-values
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ DRYERCTRL.S.F00=1
#PIXIT.DRYERCTRL.S.MODE_CHANGE_OK=1

#DRYERCTRL.S.M.CAN_TEST_MODE_FAILURE=1
DRYERCTRL.S.M.ManuallyControlled=0

# Time Format Localization Cluster
LTIME.S=1
Expand Down

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

0 comments on commit ae3e2dc

Please sign in to comment.