Skip to content

Commit

Permalink
Update PCC attributes names since 10962 has landed
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple committed Oct 27, 2021
1 parent 11d23b3 commit b8fd649
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions src/app/tests/suites/certification/Test_TC_PCC_2_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,39 +21,39 @@ config:
tests:
- label: "Write 1 to the OperationMode attribute to DUT: OperationMode"
command: "writeAttribute"
attribute: "operation mode"
attribute: "OperationMode"
arguments:
value: 1

- label: "Reads the attribute: EffectiveOperationMode"
disabled: true
command: "readAttribute"
attribute: "effective operation mode"
attribute: "EffectiveOperationMode"
response:
value: 1

- label: "Write 2 to the OperationMode attribute to DUT: OperationMode"
command: "writeAttribute"
attribute: "operation mode"
attribute: "OperationMode"
arguments:
value: 2

- label: "Reads the attribute: EffectiveOperationMode"
disabled: true
command: "readAttribute"
attribute: "effective operation mode"
attribute: "EffectiveOperationMode"
response:
value: 2

- label: "Write 3 to the OperationMode attribute to DUT: OperationMode"
command: "writeAttribute"
attribute: "operation mode"
attribute: "OperationMode"
arguments:
value: 3

- label: "Reads the attribute: EffectiveOperationMode"
disabled: true
command: "readAttribute"
attribute: "effective operation mode"
attribute: "EffectiveOperationMode"
response:
value: 3
28 changes: 14 additions & 14 deletions src/app/tests/suites/certification/Test_TC_PCC_2_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,96 +21,96 @@ config:
tests:
- label: "Write 0 to the OperationMode attribute to DUT"
command: "writeAttribute"
attribute: "operation mode"
attribute: "OperationMode"
arguments:
value: 0

- label: "Reads the attribute: EffectiveOperationMode"
command: "readAttribute"
attribute: "effective operation mode"
attribute: "EffectiveOperationMode"
response:
value: 0

- label: "Write 0 to the ControlMode attribute to DUT"
disabled: true
command: "writeAttribute"
attribute: "control mode"
attribute: "ControlMode"
arguments:
value: 0

- label: "Reads the attribute: EffectiveControlMode"
disabled: true
command: "readAttribute"
attribute: "effective control mode"
attribute: "EffectiveControlMode"
response:
value: 0

- label: "Write 1 to the ControlMode attribute to DUT"
disabled: true
command: "writeAttribute"
attribute: "control mode"
attribute: "ControlMode"
arguments:
value: 1

- label: "Reads the attribute: EffectiveControlMode"
disabled: true
command: "readAttribute"
attribute: "effective control mode"
attribute: "EffectiveControlMode"
response:
value: 1

- label: "Write 2 to the ControlMode attribute to DUT"
disabled: true
command: "writeAttribute"
attribute: "control mode"
attribute: "ControlMode"
arguments:
value: 2

- label: "Reads the attribute: EffectiveControlMode"
disabled: true
command: "readAttribute"
attribute: "effective control mode"
attribute: "EffectiveControlMode"
response:
value: 2

- label: "Write 3 to the ControlMode attribute to DUT"
disabled: true
command: "writeAttribute"
attribute: "control mode"
attribute: "ControlMode"
arguments:
value: 3

- label: "Reads the attribute: EffectiveControlMode"
disabled: true
command: "readAttribute"
attribute: "effective control mode"
attribute: "EffectiveControlMode"
response:
value: 3

- label: "Write 5 to the ControlMode attribute to DUT"
disabled: true
command: "writeAttribute"
attribute: "control mode"
attribute: "ControlMode"
arguments:
value: 5

- label: "Reads the attribute: EffectiveControlMode"
disabled: true
command: "readAttribute"
attribute: "effective control mode"
attribute: "EffectiveControlMode"
response:
value: 5

- label: "Write 7 to the ControlMode attribute to DUT"
disabled: true
command: "writeAttribute"
attribute: "control mode"
attribute: "ControlMode"
arguments:
value: 7

- label: "Reads the attribute: EffectiveControlMode"
disabled: true
command: "readAttribute"
attribute: "effective control mode"
attribute: "EffectiveControlMode"
response:
value: 7

0 comments on commit b8fd649

Please sign in to comment.