Skip to content

Commit 947b6e2

Browse files
TC-CC-5.4: Remove read steps (project-chip#29897)
* TC-CC-5.4: Rmove read steps As discussed at the MM, most clients don't use individual reads to verify attributes. The reads in the test do not test any real client behaviour and are not requird in the spec. * zap * Restyled by whitespace --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent d996ef1 commit 947b6e2

File tree

3 files changed

+36
-282
lines changed

3 files changed

+36
-282
lines changed

src/app/tests/suites/certification/Test_TC_CC_5_4_Simulated.yaml

-82
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@ tests:
3939
PICS: CC.C.C07.Tx && CC.C.F03
4040
wait: "MoveToColor"
4141

42-
- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
43-
PICS: CC.C.C07.Tx && CC.C.A0003 && CC.C.F03
44-
wait: "readAttribute"
45-
attribute: "CurrentX"
46-
47-
- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
48-
PICS: CC.C.C07.Tx && CC.C.A0004 && CC.C.F03
49-
wait: "readAttribute"
50-
attribute: "CurrentY"
51-
5242
- label: "Wait for ConfigTransitionTime"
5343
cluster: "DelayCommands"
5444
command: "WaitForMs"
@@ -57,30 +47,10 @@ tests:
5747
- name: "ms"
5848
value: ConfigTransitionTime
5949

60-
- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
61-
PICS: CC.C.C07.Tx && CC.C.A0003 && CC.C.F03
62-
wait: "readAttribute"
63-
attribute: "CurrentX"
64-
65-
- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
66-
PICS: CC.C.C07.Tx && CC.C.A0004 && CC.C.F03
67-
wait: "readAttribute"
68-
attribute: "CurrentY"
69-
7050
- label: "DUT sends MoveColor command to TH"
7151
PICS: CC.C.C08.Tx && CC.C.F03
7252
wait: "MoveColor"
7353

74-
- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
75-
PICS: CC.C.C08.Tx && CC.C.A0003 && CC.C.F03
76-
wait: "readAttribute"
77-
attribute: "CurrentX"
78-
79-
- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
80-
PICS: CC.C.C08.Tx && CC.C.A0004 && CC.C.F03
81-
wait: "readAttribute"
82-
attribute: "CurrentY"
83-
8454
- label: "Wait for ConfigTransitionTime"
8555
cluster: "DelayCommands"
8656
command: "WaitForMs"
@@ -89,30 +59,10 @@ tests:
8959
- name: "ms"
9060
value: ConfigTransitionTime
9161

92-
- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
93-
PICS: CC.C.C08.Tx && CC.C.A0003 && CC.C.F03
94-
wait: "readAttribute"
95-
attribute: "CurrentX"
96-
97-
- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
98-
PICS: CC.C.C08.Tx && CC.C.A0004 && CC.C.F03
99-
wait: "readAttribute"
100-
attribute: "CurrentY"
101-
10262
- label: "DUT sends StepColor command to TH"
10363
PICS: CC.C.C09.Tx
10464
wait: "StepColor"
10565

106-
- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
107-
PICS: CC.C.C09.Tx && CC.C.A0003 && CC.C.F03
108-
wait: "readAttribute"
109-
attribute: "CurrentX"
110-
111-
- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
112-
PICS: CC.C.C09.Tx && CC.C.A0004 && CC.C.F03
113-
wait: "readAttribute"
114-
attribute: "CurrentY"
115-
11666
- label: "Wait for ConfigTransitionTime"
11767
cluster: "DelayCommands"
11868
command: "WaitForMs"
@@ -121,46 +71,14 @@ tests:
12171
- name: "ms"
12272
value: ConfigTransitionTime
12373

124-
- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
125-
PICS: CC.C.C09.Tx && CC.C.A0003 && CC.C.F03
126-
wait: "readAttribute"
127-
attribute: "CurrentX"
128-
129-
- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
130-
PICS: CC.C.C09.Tx && CC.C.A0004 && CC.C.F03
131-
wait: "readAttribute"
132-
attribute: "CurrentY"
133-
13474
- label: "DUT sends StopMoveStep command to TH"
13575
PICS: CC.C.C47.Tx
13676
wait: "StopMoveStep"
13777

138-
- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
139-
PICS: CC.C.C47.Tx && CC.C.A0003 && CC.C.F03
140-
wait: "readAttribute"
141-
attribute: "CurrentX"
142-
143-
- label: "DUT reads CurrentY attribute from TH(potentially multiple times)"
144-
PICS: CC.C.C47.Tx && CC.C.A0004 && CC.C.F03
145-
wait: "readAttribute"
146-
attribute: "CurrentY"
147-
14878
- label: "Wait for ConfigTransitionTime"
14979
cluster: "DelayCommands"
15080
command: "WaitForMs"
15181
arguments:
15282
values:
15383
- name: "ms"
15484
value: ConfigTransitionTime
155-
156-
- label: "DUT reads CurrentX attribute from TH(potentially multiple times)"
157-
PICS: CC.C.C47.Tx && CC.C.A0003 && CC.C.F03
158-
wait: "readAttribute"
159-
attribute: "CurrentX"
160-
161-
- label:
162-
"DUT reads CurrentY attribute from ConfiguredTime: type: int16u
163-
defaultValue: 30000TH(potentially multiple times)"
164-
PICS: CC.C.C47.Tx && CC.C.A0004 && CC.C.F03
165-
wait: "readAttribute"
166-
attribute: "CurrentY"

zzz_generated/placeholder/app1/zap-generated/test/Commands.h

+18-100
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)