-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
Test_Example.yaml
35 lines (33 loc) · 1.06 KB
/
Test_Example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
tests:
- label: "Examples Test Step 1"
cluster: "ExampleCluster"
command: "writeAttribute"
attribute: "exampleAttribute"
arguments:
value: 255
- label: "Examples Test Step 2"
cluster: "ExampleCluster"
command: "readAttribute"
attribute: "exampleAttribute"
response: # Validates the response variables of the commands
value: 255
- label: "Examples Test Step 3"
cluster: "ExampleCluster"
command: "ExamplesCommand"
response: # Validates the response variables of the commands
saveAs: nameOfSaveVariable
values:
- name: "exampleResponseVariable"
value: 1
timedInteractionTimeoutMs: 10000
PICS: RUN_ONLY_IF_ENABLED
arguments:
values:
- name: "arg1"
value: 0
- name: "arg2"
value: { Key1: 1, Key2: 2 }
- name: "stringExamples"
value: "Hello World"
- name: "fromSaveAs"
value: nameOfSaveVariable