Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CADMIN_1_19.py: Do not try to remove on non commissioned controller (#…
…36989) The current code is adding a new controller to the fids array which has the effect that the next loop will try to also read from this controller, but the test expects commissioning to fail, so this will not work. The test currently does not fail because of another problem which is not addressed 8yet) by this PR and is in discussion. To see the effect of this change the used controller need to have more fabrics allowed then the used chip-app - currently because both have same limit of 17 this is failing already on controller instance creation which never added the controller to the fids array.
- Loading branch information