Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Reset chip error in test commissioner (project-chip#34001)
* [Python] Reset chip error in test commissioner Make sure to reset the chip error in test commissioner on reset. This avoid spurious errors. The Python side reads the error as soon as mTestCommissionerUsed is set, which happens unconditionally. Hence clearing the error is necessary. * [Python] Remove unexpected exception in TC_CGEN_2_4.py With the test commissioner properly resetting the error code the spurious exception is no longer thrown. Remove the exception handling from the test.
- Loading branch information