From 18e7ca1de6adb07b38b369881d5041ca41ffc175 Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs Date: Thu, 25 Jul 2024 14:00:39 -0400 Subject: [PATCH] Added cleanup --- .../suites/certification/Test_TC_LVL_9_1.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/app/tests/suites/certification/Test_TC_LVL_9_1.yaml b/src/app/tests/suites/certification/Test_TC_LVL_9_1.yaml index 10354eb80a3204..36da12403f5e9d 100644 --- a/src/app/tests/suites/certification/Test_TC_LVL_9_1.yaml +++ b/src/app/tests/suites/certification/Test_TC_LVL_9_1.yaml @@ -242,3 +242,23 @@ tests: attribute: "CurrentLevel" response: value: MinLevelValue + + - label: + "Cleanup: TH sends a RemoveAllScenes command to DUT with the GroupID + field set to G1." + command: "RemoveAllScenes" + arguments: + values: + - name: "GroupID" + value: G1 + response: + values: + - name: "Status" + value: 0x00 + - name: "GroupID" + value: G1 + + - label: "Cleanup: TH sends a RemoveAllGroups command to DUT." + cluster: "Groups" + endpoint: endpoint + command: "RemoveAllGroups"