Skip to content

Commit

Permalink
fixing CI errors with Linux Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abpoth committed Aug 28, 2023
1 parent 6826fec commit 1f2d476
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 126 deletions.
186 changes: 105 additions & 81 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1774,8 +1774,25 @@ PICS:
- label:
"Can the Dishwasher Alarm attribute changed by physical control at the
device?"
id: DISHALM.M.ManuallyControlled
id: DISHALM.S.M.ManuallyControlled

- label: "Does the device support the Inflow alarm?"
id: DISHALM.S.M.InflowAlarmSupported

- label: "Does the device support the Drain alarm?"
id: DISHALM.S.M.DrainAlarmSupported

- label: "Does the device support the Door alarm?"
id: DISHALM.S.M.DoorAlarmSupported

- label: "Does the device support the TempLow alarm?"
id: DISHALM.S.M.TempLowAlarmSupported

- label: "Does the device support the TempHigh alarm?"
id: DISHALM.S.M.TempHighAlarmSupported

- label: "Does the device support the WaterLevel alarm?"
id: DISHALM.S.M.WaterLevelAlarmSupported
#
# server / Commands received
#
Expand All @@ -1790,11 +1807,20 @@ PICS:
- label: "Does the device implement the DISHM cluster as a server?"
id: DISHM.S

- label: "IDoes the DUT support testing the failed ChangeToMode command?"
id: DISHM.S.M.CAN_TEST_MODE_FAILURE

# PIXIT

- label:
"Id of mode the device will fail to transition to, given its current
state"
id: PIXIT.DISHM.CAN_TEST_MODE_FAILURE
id: PIXIT.DISHM.MODE_CHANGE_FAIL

- label:
"Id of mode the device will successfully transition to, given its
current state"
id: PIXIT.DISHM.MODE_CHANGE_OK
#
# server / features
#
Expand Down Expand Up @@ -2862,7 +2888,7 @@ PICS:
id: DRLK.S.Simulate.NotFullyLocked

- label: "Does the DUT(server) detect a LockJammed State?"
id: DRLK.S.DetectLockJammed
id: DRLK.S.M.DetectLockJammed

#
# client / attributes
Expand Down Expand Up @@ -3610,6 +3636,43 @@ PICS:
feature?"
id: GRPKEY.S.F00

#
#server attributes
#
- label: "Does the device implement the GroupKeyMap attribute?"
id: GRPKEY.S.A0000

- label: "Does the device implement the GroupTable attribute?"
id: GRPKEY.S.A0001

- label: "Does the device implement the MaxGroupsPerFabric attribute?"
id: GRPKEY.S.A0002

- label: "Does the device implement the MaxGroupKeysPerFabric attribute?"
id: GRPKEY.S.A0003

#
# server commandsGenerated
#
- label: "Does the device implement the KeySetWrite command}?"
id: GRPKEY.S.C00.Rsp

- label: "Does the device implement the KeySetRead command}?"
id: GRPKEY.S.C01.Rsp

- label: "Does the device implement the KeySetReadResponse command}?"
id: GRPKEY.S.C02.Rsp

- label: "Does the device implement the KeySetRemove command}?"
id: GRPKEY.S.C03.Rsp

- label: "Does the device implement the KeySetReadAllIndices command}?"
id: GRPKEY.S.C04.Rsp

- label:
"Does the device implement the KeySetReadAllIndicesResponse command}?"
id: GRPKEY.S.C05.Rsp

#
# client / attributes
#
Expand Down Expand Up @@ -8702,79 +8765,6 @@ PICS:
command?"
id: ICDM.C.C00.Rsp

#
#RVC Clean Mode Select
#
#Feature
- label:
"Does the device support depending on an On/Off cluster implemented on
the same DUT?"
id: RVCCLEANMS.S.F00

- label: "Does the device support the extended status feature?"
id: RVCCLEANMS.S.F01

- label:
"Does the device implementation deprecate the ChangeToMode command?"
id: RVCCLEANMS.S.F02

#Server Attributes
- label: "Does the device implement the StartUpMode attribute?"
id: RVCCLEANMS.S.A0004

- label: "Does the device implement the OnMode attribute?"
id: RVCCLEANMS.S.A0005

#Server Commands recived
- label: "Does the device implement receiving the ChangeToMode command?"
id: RVCCLEANMS.S.C00.Rsp

- label:
"Does the device implement receiving the ChangeToModeWithStatus
command?"
id: RVCCLEANMS.S.C01.Rsp

#server commands generated
- label:
"Does the device implement sending the ChangeToModeResponse command?"
id: RVCCLEANMS.S.C03.Tx

## Dishwasher Mode control

# Features
- label:
"Does the device support depending on an On/Off cluster implemented on
the same endpoint?"
id: DISHM.S.F00

#
# Server Attributes
#
- label: "Does the device implement the SupportedModes attribute?"
id: DISHM.S.A0000

- label: "Does the device implement the CurrentMode attribute?"
id: DISHM.S.A0001

- label: "Does the device implement the StartUpMode attribute?"
id: DISHM.S.A0002

- label: "Does the device implement the OnMode attribute?"
id: DISHM.S.A0003

#
#Server commands received
#
- label: "Does the device implement receiving the ChangeToMode command?"
id: DISHM.S.C00.Rsp

#
#Server commands generated
#
- label:
"Does the device implement sending the ChangeToModeResponse command?"
id: DISHM.S.C01.Tx

#
#Operational State
#
Expand Down Expand Up @@ -9003,10 +8993,18 @@ PICS:
- label: "Does the device implement the LWM cluster as a server?"
id: LWM.S

- label: "Does the DUT support testing the failed ChangeToMode command?"
id: LWM.S.M.CAN_TEST_MODE_FAILURE

- label:
"Id of mode the device will fail to transition to, given its current
state"
id: PIXIT.LWM.CAN_TEST_MODE_FAILURE
id: PIXIT.LWM.MODE_CHANGE_FAIL

- label:
"Id of mode the device will successfully transition to, given its
current state"
id: PIXIT.LWM.MODE_CHANGE_OK

#
# server / features
Expand Down Expand Up @@ -9085,21 +9083,36 @@ PICS:
"Does the device implement sending the ChangeToModeResponse command?"
id: RVCCLEANM.S.C01.Tx

- label: "Does the DUT support testing the failed ChangeToMode command?"
id: RVCCLEANM.S.M.CAN_TEST_MODE_FAILURE

- label:
"Id of mode the device will fail to transition to, given its current
state"
id: PIXIT.RVCCLEANM.CAN_TEST_MODE_FAILURE
id: PIXIT.RVCCLEANM.MODE_CHANGE_FAIL

- label:
"Id of mode the device will successfully transition to, given its
current state"
id: PIXIT.RVCCLEANM.MODE_CHANGE_OK
#
#Temperature Controlled Cabinet Mode Cluster
#
- label: "Does the device implement the TCCM cluster as a server?"
id: TCCM.S

- label: "Does the DUT support testing the failed ChangeToMode command?"
id: TCCM.S.M.CAN_TEST_MODE_FAILURE

- label:
"Id of mode the device will successfully transition to, given its
current state"
id: PIXIT.TCCM.MODE_CHANGE_OK

- label:
"Id of mode the device will fail to transition to, given its current
state"
id: PIXIT.TCCM.CAN_TEST_MODE_FAILURE
id: PIXIT.TCCM.MODE_CHANGE_FAIL

#Features
- label:
Expand Down Expand Up @@ -9176,6 +9189,9 @@ PICS:
device?"
id: TCC.M.ManuallyControlledTemperature

- label: "Does the device support the INVALID_IN_MODE response"
id: TCTL.S.M.SupportsInvalidInMode

#Commands received
- label:
"Does the device implement receiving the SetTemperatureCommand
Expand Down Expand Up @@ -9234,10 +9250,18 @@ PICS:
- label: "Does the device implement the RVCRUNM cluster as a server?"
id: RVCRUNM.S

- label: "Does the DUT support testing the failed ChangeToMode command?"
id: RVCRUNM.S.M.CAN_TEST_MODE_FAILURE

- label:
"Id of mode the device will fail to transition to, given its current
state"
id: PIXIT.RVCRUNM.CAN_TEST_MODE_FAILURE
id: PIXIT.RVCRUNM.MODE_CHANGE_FAIL

- label:
"Id of mode the device will successfully transition to, given its
current state"
id: PIXIT.RVCRUNM.MODE_CHANGE_OK

#Features
- label:
Expand Down Expand Up @@ -9448,4 +9472,4 @@ PICS:
id: RVCOPSTATE.C.C02.Tx

- label: "Does the device implement sending the Resume command?"
id: RVCOPSTATE.C.C04.Tx
id: RVCOPSTATE.C.C04.Tx
Loading

0 comments on commit 1f2d476

Please sign in to comment.