-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Bug] Not able to perform decommissioning in simulated test case #40
Comments
This is happening because the We can come back to doing it like before for now and then think of a better solution for this, since the code has a comment saying "Need a better way to trigger unpair for chip-app." |
Fixed in project-chip/certification-tool-backend#29. This fix is in the backend repository. This should be included in the next TH release. |
Fixed this Issue in latest TH Version: main - dev Sha: f17efc4. |
From chip-certification-tool created by Ashwinigrl: CHIP-Specifications/chip-certification-tool#950
Describe the bug
Last step of all simulated test case there is a step prompting to decommission the DUT, But when trying to decommission using chip-tool command it end with timeout. Timeout during decommission happens only if it is already decommissioned.
I believe that runner is automatically decommissioning the DUT and prompting for decommissioning if in that case the prompt has to be removed if not the runner needs attention for the same.
Steps to reproduce the behavior
Expected behavior
DUT should Decommissioned successfully
Log files
Ex log for TCOCC-2.4:
Simulated backend log.txt
TC-OCC-2.4(DUT).txt
Environment
TH Version: TH Fall2023
Sha: 58a51bef
Additional Information
Facing this issue for all the simulated test cases
The text was updated successfully, but these errors were encountered: