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
* [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.
0 commit comments