@@ -127,8 +127,6 @@ def default_timeout(self) -> int:
127
127
128
128
@run_if_endpoint_matches (has_cluster (Clusters .CommissionerControl ))
129
129
async def test_TC_CCTRL_2_2 (self ):
130
- self .is_ci = self .check_pics ('PICS_SDK_CI_ONLY' )
131
-
132
130
self .step (1 )
133
131
th_server_fabrics = await self .read_single_attribute_check_success (cluster = Clusters .OperationalCredentials , attribute = Clusters .OperationalCredentials .Attributes .Fabrics , dev_ctrl = self .TH_server_controller , node_id = self .server_nodeid , endpoint = 0 , fabric_filtered = False )
134
132
self .step (2 )
@@ -192,7 +190,7 @@ async def test_TC_CCTRL_2_2(self):
192
190
await self .send_single_cmd (cmd )
193
191
194
192
self .step (12 )
195
- if not self .is_ci :
193
+ if not self .is_pics_sdk_ci_only :
196
194
self .wait_for_user_input ("Approve Commissioning approval request using manufacturer specified mechanism" )
197
195
198
196
self .step (13 )
@@ -248,7 +246,7 @@ async def test_TC_CCTRL_2_2(self):
248
246
249
247
self .step (19 )
250
248
logging .info ("Test now waits for 30 seconds" )
251
- if not self .is_ci :
249
+ if not self .is_pics_sdk_ci_only :
252
250
time .sleep (30 )
253
251
254
252
self .step (20 )
@@ -267,7 +265,7 @@ async def test_TC_CCTRL_2_2(self):
267
265
await self .send_single_cmd (cmd )
268
266
269
267
self .step (23 )
270
- if not self .is_ci :
268
+ if not self .is_pics_sdk_ci_only :
271
269
self .wait_for_user_input ("Approve Commissioning approval request using manufacturer specified mechanism" )
272
270
273
271
self .step (24 )
@@ -295,13 +293,13 @@ async def test_TC_CCTRL_2_2(self):
295
293
await self .send_single_cmd (cmd , dev_ctrl = self .TH_server_controller , node_id = self .server_nodeid , endpoint = 0 , timedRequestTimeoutMs = 5000 )
296
294
297
295
self .step (27 )
298
- if not self .is_ci :
296
+ if not self .is_pics_sdk_ci_only :
299
297
time .sleep (30 )
300
298
301
299
self .step (28 )
302
300
th_server_fabrics_new = await self .read_single_attribute_check_success (cluster = Clusters .OperationalCredentials , attribute = Clusters .OperationalCredentials .Attributes .Fabrics , dev_ctrl = self .TH_server_controller , node_id = self .server_nodeid , endpoint = 0 , fabric_filtered = False )
303
301
# TODO: this should be mocked too.
304
- if not self .is_ci :
302
+ if not self .is_pics_sdk_ci_only :
305
303
asserts .assert_equal (len (th_server_fabrics ) + 1 , len (th_server_fabrics_new ),
306
304
"Unexpected number of fabrics on TH_SERVER" )
307
305
0 commit comments