certification-tool
certification-tool copied to clipboard
A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
### Feature description Currently, the documentation for test configuration parameters, particularly the `test_parameters` section, is limited. This makes it challenging for users to determine the required parameters for different tests...
### Describe the bug `test_parameters` is critical to python scripts but is not explained in detail in the manual. It is covered by weak examples in sections: > 9.5.2. Run...
### Describe the bug TH logs do not include line breaks ### Steps to reproduce the behavior Run any python test, observe logs. ### Expected behavior logs on separate lines...
### Describe the bug The test run logs are not sent in real-time and are getting truncated. ### Steps to reproduce the behavior Just try to run TC-IDM-10.2 from TH....
### Feature description As a tester I want to see test logs flow in real-time rather than after the fact, so that I can see the operations being carried-out in...
### Describe the bug TC-DGGEN-3.2 fails commissioning step due to missing parameter `thread-dataset-hex` ### Steps to reproduce the behavior 1. In the project configuration, ensure that operational_dataset_hex is provided in...
### Describe the bug When `qr-code` parameter is set, TH is not able to commission the DUT. ### Steps to reproduce the behavior Go to project configuration and add the...
### Feature description - As of now for python tests with ble-wifi and ble-thread transport, we are configuring the `thread-dataset-hex, SSID and password` fileds in `"test_parameters"` section and it will...
### Describe the bug TC-SC-7.1: I’m able to run from Python Docker but UI-Python is failing. From UI-Python I’m getting this error: Didn't find any CertificateAuthorities in storage -- creating...
### Describe the bug The check for the feature map of the TC-OO-1.1 Step 3a results in a false negative. Error: `The response (0x1) match the masks: ['0x1']` I suspect...