You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update IDM_1_4 to be more accurate and correct (#31686)
* Post code freeze crunch fixes
* Fix things
* Restyled by autopep8
* Small fix
* Restyled by autopep8
---------
Co-authored-by: Restyled.io <commits@restyled.io>
TestStep(2, "Sending `MaxPathsPerInvoke + 1` InvokeRequest if it fits into single MTU"),
41
+
TestStep(3, "Sending two InvokeRequests with identical paths"),
42
+
TestStep(4, "Sending two InvokeRequests with unique paths, but identical CommandRefs"),
43
+
TestStep(5, "Verify DUT responds to InvokeRequestMessage containing two valid paths"),
44
+
TestStep(6, "Verify DUT responds to InvokeRequestMessage containing one valid paths, and one InvokeRequest to unsupported endpoint"),
45
+
TestStep(7, "Verify DUT responds to InvokeRequestMessage containing two valid paths. One of which requires timed invoke, and TimedRequest in InvokeResponseMessage set to true, but never sending preceding Timed Invoke Action"),
46
+
TestStep(8, "Verify DUT responds to InvokeRequestMessage containing two valid paths. One of which requires timed invoke, and TimedRequest in InvokeResponseMessage set to true"),
47
+
TestStep(9, "Verify DUT capable of responding to request with multiple InvokeResponseMessages")]
"Test didn't send as many command as max_paths_per_invoke + 1, likely due to MTU cap_for_batch_commands, but we still got an error from server. This should have been a success from server")
asserts.fail("DUT failed to successfully responded to a InvokeRequest action with two valid commands")
197
205
198
-
self.print_step(7, "Verify DUT is able to responsed to InvokeRequestMessage that contains two valid paths. One of which requires timed invoke, and TimedRequest in InvokeResponseMessage set to true, but never sent preceding Timed Invoke Action")
"Unexpected error response from Invoke with TimedRequest flag and no TimedInvoke")
216
224
217
-
self.print_step(8, "Verify DUT is able to responsed to InvokeRequestMessage that contains two valid paths. One of which requires timed invoke, and TimedRequest in InvokeResponseMessage set to true")
"Timed command, RevokeCommissioning, failed with incorrect cluster code")
238
-
self.print_step(
239
-
8, "DUT successfully responded to a InvokeRequest action with two valid commands. One of which required timed invoke, and TimedRequest in InvokeResponseMessage was set to true")
246
+
logging.info("DUT successfully responded to a InvokeRequest action with two valid commands. One of which required timed invoke, and TimedRequest in InvokeResponseMessage was set to true")
240
247
exceptInteractionModelError:
241
248
asserts.fail("DUT failed with non-path specific error when path specific error was expected")
242
249
243
-
self.print_step(9, "Skipping test until https://github.com/project-chip/connectedhomeip/issues/31434 resolved")
250
+
# Skipping test until https://github.com/project-chip/connectedhomeip/issues/31434 resolved
0 commit comments