@@ -48,10 +48,10 @@ async def teardown_test(self):
48
48
await self .send_single_cmd (cmd = cmd , endpoint = 0 ,
49
49
payloadCapability = ChipDeviceCtrl .TransportPayloadCapability .LARGE_PAYLOAD )
50
50
51
- def pics_SC_8_1 (self ):
51
+ def pics_TC_SC_8_1 (self ):
52
52
return ['MCORE.SC.TCP' ]
53
53
54
- def steps_SC_8_1 (self ) -> list [TestStep ]:
54
+ def steps_TC_SC_8_1 (self ) -> list [TestStep ]:
55
55
steps = [
56
56
TestStep (1 , "Commissioning, already done" , is_commissioning = True ),
57
57
TestStep (2 , "TH initiates a CASE session establishment with DUT, requesting a session supporting large payloads." ),
@@ -75,10 +75,10 @@ async def test_TC_SC_8_1(self):
75
75
asserts .assert_equal (device .isSessionOverTCPConnection , True , "Session does not have associated TCP connection" )
76
76
asserts .assert_equal (device .isActiveSession , True , "Large Payload Session should be active over TCP connection" )
77
77
78
- def pics_SC_8_2 (self ):
78
+ def pics_TC_SC_8_2 (self ):
79
79
return ['MCORE.SC.TCP' ]
80
80
81
- def steps_SC_8_2 (self ) -> list [TestStep ]:
81
+ def steps_TC_SC_8_2 (self ) -> list [TestStep ]:
82
82
steps = [
83
83
TestStep (1 , "Commissioning, already done" , is_commissioning = True ),
84
84
TestStep (2 , "TH initiates a CASE session establishment with DUT, requesting a session supporting large payloads." ),
@@ -101,10 +101,10 @@ async def test_TC_SC_8_2(self):
101
101
self .step (3 )
102
102
asserts .assert_equal (device .sessionAllowsLargePayload , True , "Session does not have associated TCP connection" )
103
103
104
- def pics_SC_8_3 (self ):
104
+ def pics_TC_SC_8_3 (self ):
105
105
return ['MCORE.SC.TCP' ]
106
106
107
- def steps_SC_8_3 (self ) -> list [TestStep ]:
107
+ def steps_TC_SC_8_3 (self ) -> list [TestStep ]:
108
108
steps = [
109
109
TestStep (1 , "Commissioning, already done" , is_commissioning = True ),
110
110
TestStep (2 , "TH initiates a CASE session establishment with DUT, requesting a session supporting large payloads." ),
@@ -136,10 +136,10 @@ async def test_TC_SC_8_3(self):
136
136
asserts .assert_equal (device .isActiveSession , False ,
137
137
"Large Payload Session should not be active after TCP connection closure" )
138
138
139
- def pics_SC_8_4 (self ):
139
+ def pics_TC_SC_8_4 (self ):
140
140
return ['MCORE.SC.TCP' ]
141
141
142
- def steps_SC_8_4 (self ) -> list [TestStep ]:
142
+ def steps_TC_SC_8_4 (self ) -> list [TestStep ]:
143
143
steps = [
144
144
TestStep (1 , "Commissioning, already done" , is_commissioning = True ),
145
145
TestStep (2 , "TH initiates a CASE session establishment with DUT, requesting a session supporting large payloads." ),
@@ -188,10 +188,10 @@ async def test_TC_SC_8_4(self):
188
188
self .step (8 )
189
189
asserts .assert_equal (device .isActiveSession , True , "Large Payload Session should be active over TCP connection" )
190
190
191
- def pics_SC_8_5 (self ):
191
+ def pics_TC_SC_8_5 (self ):
192
192
return ['MCORE.SC.TCP' ]
193
193
194
- def steps_SC_8_5 (self ) -> list [TestStep ]:
194
+ def steps_TC_SC_8_5 (self ) -> list [TestStep ]:
195
195
steps = [
196
196
TestStep (1 , "Commissioning, already done" , is_commissioning = True ),
197
197
TestStep (2 , "TH initiates a CASE session establishment with DUT, requesting a session supporting large payloads." ),
@@ -227,10 +227,10 @@ async def test_TC_SC_8_5(self):
227
227
asserts .fail ("Unexpected error returned by DUT" )
228
228
self .step (6 )
229
229
230
- def pics_SC_8_6 (self ):
230
+ def pics_TC_SC_8_6 (self ):
231
231
return ['MCORE.SC.TCP' ]
232
232
233
- def steps_SC_8_6 (self ) -> list [TestStep ]:
233
+ def steps_TC_SC_8_6 (self ) -> list [TestStep ]:
234
234
steps = [
235
235
TestStep (1 , "Commissioning, already done" , is_commissioning = True ),
236
236
TestStep (2 , "TH initiates a CASE session establishment with DUT, requesting a session supporting large payloads." ),
@@ -267,10 +267,10 @@ async def test_TC_SC_8_6(self):
267
267
asserts .fail ("Unexpected error returned by DUT" )
268
268
self .step (6 )
269
269
270
- def pics_SC_8_7 (self ):
270
+ def pics_TC_SC_8_7 (self ):
271
271
return ['MCORE.SC.TCP' ]
272
272
273
- def steps_SC_8_7 (self ) -> list [TestStep ]:
273
+ def steps_TC_SC_8_7 (self ) -> list [TestStep ]:
274
274
steps = [
275
275
TestStep (1 , "Commissioning, already done" , is_commissioning = True ),
276
276
TestStep (2 , "TH initiates a CASE session establishment with DUT, requesting a session supporting large payloads." ),
0 commit comments