| # Copyright (c) 2023 Project CHIP Authors |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default |
| |
| name: |
| 217.2.3. [TC-REFALM-2.3] Local suppression of the door alarm with DUT as |
| Server |
| |
| PICS: |
| - REFALM.S |
| |
| config: |
| nodeId: 0x12344321 |
| cluster: "Basic Information" |
| endpoint: 0 |
| |
| tests: |
| - label: |
| "Step 1: Commission DUT to TH (can be skipped if done in a preceding |
| test)" |
| verification: | |
| |
| disabled: true |
| |
| - label: "Step 2: Ensure that the door on the DUT is closed" |
| verification: | |
| |
| disabled: true |
| |
| - label: "Step 3: TH reads from the DUT the State attribute" |
| PICS: REFALM.S.A0002 |
| verification: | |
| Verify that the DUT response contains a 32-bit value with bit 0 set to 0 |
| disabled: true |
| |
| - label: "Step 4: TH reads from the DUT the Mask attribute" |
| PICS: REFALM.S.A0000 |
| verification: | |
| Verify that the DUT response contains a 32-bit value with bit 0 set to 1 |
| disabled: true |
| |
| - label: "Step 5: Manually open the door on the DUT" |
| verification: | |
| |
| disabled: true |
| |
| - label: "Step 6: Wait for the time defined in PIXIT.REFALM.AlarmThreshold" |
| verification: | |
| |
| disabled: true |
| |
| - label: "Step 7: TH reads from the DUT the State attribute" |
| PICS: REFALM.S.A0002 |
| verification: | |
| Verify that the DUT response contains a 32-bit value with bit 0 set to 1 |
| disabled: true |
| |
| - label: |
| "Step 8: Invoke the on DUT sequence to suppress the alarm, do not |
| close the door" |
| verification: | |
| |
| disabled: true |
| |
| - label: "Step 9: TH reads from the DUT the State attribute" |
| PICS: REFALM.S.A0002 |
| verification: | |
| Verify that the DUT response contains a 32-bit value with bit 0 set to 0 |
| disabled: true |
| |
| - label: "Step 10: TH reads from the DUT the Mask attribute" |
| PICS: REFALM.S.A0000 |
| verification: | |
| Verify that the DUT response contains a 32-bit value with bit 0 set to 0 |
| disabled: true |
| |
| - label: "Step 11: TH reads from the DUT the Supported attribute" |
| PICS: REFALM.S.A0003 |
| verification: | |
| Verify that the DUT response contains a 32-bit value with bit 0 set to 1 |
| disabled: true |