components/esp_tee/test_apps/tee_test_fw/README.md
| Supported Targets | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-H2 |
|---|
ESP-TEE utilizes the pytest framework in ESP-IDF for executing the dedicated unit tests on the target. The test application includes cases spanning the following modules -
For executing the test locally, ESP-IDF needs to be installed with the additional Python requirements.
cd $IDF_PATH
bash install.sh --enable-ci
. ./export.sh
sdkconfig files, run the following steps. The required test applications will be built and flashed automatically onto the DUT by the pytest framework.idf-ci build run --target esp32c6 --only-test-related
pytest --target esp32c6