View the IDT for FreeRTOS results
While running, IDT writes errors to the console, log files, and test reports. After IDT
completes the qualification test suite, it writes a test run summary to the console and
generates two test reports. These reports can be found in
.
Both reports capture the results from the qualification test suite execution.devicetester-extract-location
/results/execution-id
/
The awsiotdevicetester_report.xml
is the qualification test report that you
submit to AWS to list your device in the AWS Partner Device Catalog. The report contains
the following elements:
-
The IDT for FreeRTOS version.
-
The FreeRTOS version that was tested.
-
The features of FreeRTOS that are supported by the device based on the tests passed.
-
The SKU and the device name specified in the
device.json
file. -
The features of the device specified in the
device.json
file. -
The aggregate summary of test case results.
-
A breakdown of test case results by libraries that were tested based on the device features (for example, FullWiFi, FullMQTT, and so on).
-
Whether this qualification of FreeRTOS is for version 202012.00 that uses LTS libraries.
The FRQ_Report.xml
is a report in standard JUnit XML format
-
An aggregate summary of test case results.
-
A breakdown of test case results by libraries that were tested based on the device features.