Skip to content

Commit 7113c98

Browse files
[TCTL] Change name from Mode to State (#31978)
* Change name * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 820034e commit 7113c98

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ tests:
135135
Operate device such that a temperature number cannot be accepted
136136
cluster: "LogCommands"
137137
command: "UserPrompt"
138-
PICS: PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInMode
138+
PICS: PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInState
139139
arguments:
140140
values:
141141
- name: "message"
@@ -147,7 +147,8 @@ tests:
147147
"Step 10: TH sends command SetTemperatureCommand with a temperature
148148
number between minTemp and maxTemp inclusive, saved as setTemp"
149149
command: "SetTemperature"
150-
PICS: TCTL.S.C00.Rsp && PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInMode
150+
PICS:
151+
TCTL.S.C00.Rsp && PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInState
151152
arguments:
152153
values:
153154
- name: "TargetTemperature"
@@ -164,7 +165,7 @@ tests:
164165
value: 5000
165166

166167
- label: "Step 11: TH reads from the DUT the TemperatureSetpoint attribute"
167-
PICS: TCTL.S.A0000 && TCTL.S.M.SupportsInvalidInMode
168+
PICS: TCTL.S.A0000 && TCTL.S.M.SupportsInvalidInState
168169
command: "readAttribute"
169170
attribute: "TemperatureSetpoint"
170171
response:

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ tests:
101101
Operate device such that a temperature level cannot be accepted
102102
cluster: "LogCommands"
103103
command: "UserPrompt"
104-
PICS: PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInMode
104+
PICS: PICS_USER_PROMPT && TCTL.S.M.SupportsInvalidInState
105105
arguments:
106106
values:
107107
- name: "message"
@@ -111,7 +111,7 @@ tests:
111111

112112
- label:
113113
"Step 7: TH sends command SetTemperatureCommand with an invalid value"
114-
PICS: TCTL.S.C00.Rsp && TCTL.S.M.SupportsInvalidInMode
114+
PICS: TCTL.S.C00.Rsp && TCTL.S.M.SupportsInvalidInState
115115
command: "SetTemperature"
116116
arguments:
117117
values:
@@ -121,7 +121,7 @@ tests:
121121
error: CONSTRAINT_ERROR
122122

123123
- label: "Wait for 5s"
124-
PICS: TCTL.S.C00.Rsp && TCTL.S.M.SupportsInvalidInMode
124+
PICS: TCTL.S.C00.Rsp && TCTL.S.M.SupportsInvalidInState
125125
cluster: "DelayCommands"
126126
command: "WaitForMs"
127127
arguments:
@@ -131,7 +131,7 @@ tests:
131131

132132
- label:
133133
"Step 8: TH reads from the DUT the SelectedTemperatureLevel attribute"
134-
PICS: TCTL.S.A0004 && TCTL.S.M.SupportsInvalidInMode
134+
PICS: TCTL.S.A0004 && TCTL.S.M.SupportsInvalidInState
135135
command: "readAttribute"
136136
attribute: "SelectedTemperatureLevel"
137137
response:

0 commit comments

Comments
 (0)