project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
40 stars 23 forks source link

[TC-OO-2.3] Test case is failing by throwing an `no close frame received or sent` error After step 24c. #117

Closed Ashwinigrl closed 1 week ago

Ashwinigrl commented 10 months ago

Describe the bug

[TC-OO-2.3] Test case is failing by throwing an error Test Step Error: Error occurred during execution of test case TC-OO-2.3. no close frame received or sent error After step 24c.

Steps to reproduce the behavior

  1. Open the UI
  2. Upload the PICS
  3. Ensure the TC-OO-2.3 test case is selected
  4. Executed the below mentioned command to put DUT into a commissionable state, ./chip-all-clusters-app
  5. Click the Start button on Test-Harness user interface.

Expected behavior

TC-OO-2.3 should execute successfully without error

Log files

TC-OO-2.3.log

PICS file

On-Off Cluster Test Plan .txt

Screenshots

image

Environment

TH Version: main - dev Sha: f17efc4

ccruzagralopes commented 10 months ago

Same error as:

Ashwinigrl commented 8 months ago

TC-OO-2.3 Test case is Still failing in TH Version: 2.10-beta2.2+spring2024 Sha: 2432a29.

Screenshot: image

linus2017 commented 2 months ago

I PASS this auto-test TC after modifying waiting time 40000ms to 30000ms in step24c of yaml script. yaml path: /home/ubuntu/ccertification-tool/backend/test_collections/matter/sdk_tests/sdk_checkout/yaml_tests/yaml/sdk/Test_TC_OO_2_3.yaml. test log attached TC-OO-2.3-TH-Auto-log.log

linus2017 commented 2 months ago

screen shoot: image

Ashwinigrl commented 2 months ago

All the steps have passed, but at the end of the process, an error occurred with the message:

Test Suite Error: Error occurred during cleanup of test suite FirstChipToolSuite. UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60) Test Suite Completed [ERROR]: FirstChipToolSuite

TH Version: v2.11-beta2+fall2024 Sha: bbeda31 DUT : All-clusters-app Endpoint : 1 PICS file used: On-Off Cluster Test Plan.zip Reference log: TC-OO-2.3.log Screen shot: image

fabiowmm commented 1 week ago

Fixed.