-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Bug506 - No commissioning pre-condition or step fix #37671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Bug506 - No commissioning pre-condition or step fix #37671
Conversation
Changed Files
|
PR #37671: Size comparison from 40979b4 to 42b8604 Full report (20 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, tizen)
|
PR #37671: Size comparison from 40979b4 to e0ec0b1 Full report (64 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, tizen)
|
PR #37671: Size comparison from f20194e to 3c52624 Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Possibly obsolete? @raul-marquez-csa to check post-TE2 |
@@ -66,32 +66,33 @@ | |||
class TC_IDM_4_2(MatterBaseTest): | |||
|
|||
def steps_TC_IDM_4_2(self): | |||
return [TestStep(0, "CR1 reads the ServerList attribute from the Descriptor cluster on EP0.", | |||
return [TestStep(0, "Commissioning already done.", is_commissioning=True), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you just do TestStep("precondition", ...) so we don't have to fiddle with the numbering on the test plan?
Testing
Addresses:
[Bug] Python test cases needs to be moved from Python Testing Suite - No commissioning to Python Testing Suite or Python Testing Suite - Old script format #506