You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/app/tests/suites/certification/Test_TC_REFALM_2_1.yaml
+38-43
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@
11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default
15
14
16
15
name: 222.2.1. [TC-REFALM-2.1] Attributes with DUT as Server
17
16
@@ -20,62 +19,58 @@ PICS:
20
19
21
20
config:
22
21
nodeId: 0x12344321
23
-
cluster: "Basic Information"
24
-
endpoint: 0
22
+
cluster: "Refrigerator Alarm"
23
+
endpoint: 1
25
24
26
25
tests:
27
-
- label: "Note"
28
-
verification: |
29
-
This is a simulated example log for instructional purposes only. In real scenarios, the actual log may vary depending on the feature implementation in Reference App.
30
-
disabled: true
31
-
32
26
- label:
33
27
"Step 1: Commission DUT to TH (can be skipped if done in a preceding
34
28
test)"
35
-
verification: |
36
-
37
-
disabled: true
29
+
cluster: "DelayCommands"
30
+
command: "WaitForCommissionee"
31
+
arguments:
32
+
values:
33
+
- name: "nodeId"
34
+
value: nodeId
38
35
39
36
- label:
40
37
"Step 2: Ensure that the door alarm is not locally suppressed and the
41
38
door is closed"
42
39
verification: |
43
40
Ensure that the door alarm is not locally suppressed and the door is closed
44
-
disabled: true
41
+
cluster: "LogCommands"
42
+
command: "UserPrompt"
43
+
PICS: PICS_USER_PROMPT
44
+
arguments:
45
+
values:
46
+
- name: "message"
47
+
value: "Please enter 'y' for success"
48
+
- name: "expectedValue"
49
+
value: "y"
45
50
46
-
- label: "Step 3:TH reads from the DUT the Mask attribute"
51
+
- label: "Step 3:TH reads from the DUT the Mask attribute"
47
52
PICS: REFALM.S.A0000
48
-
verification: |
49
-
./chip-tool refrigeratoralarm read mask 1 1
50
-
On TH(chip-tool), Verify that the DUT response contains a 32-bit value with bit 0 set to 1.
0 commit comments