Closed peter-marcisovsky closed 1 week ago
This MR enables esp_tinyusb tests in CI on a new usb_device esp32s2 runner
esp_tinyusb
usb_device
esp32s2
In esp_tinyusb, there are 3 groups of tests:
pytest_cdc.py - Test is run in CI
pytest_cdc.py
pytest_usb_device.py - Test not run in CI, missing teradown function in tinyusb
pytest_usb_device.py
pytest_vendor.py - Test not run in CI due to Docker container problems accessing a vendor specific device
pytest_vendor.py
IDF-11683 Run esp_tinyusb tests on esp32s2 in GH CI
To pass the CI
Before submitting a Pull Request, please ensure the following:
Description
This MR enables
esp_tinyusb
tests in CI on a newusb_device
esp32s2
runnerIn
esp_tinyusb
, there are 3 groups of tests:pytest_cdc.py
- Test is run in CIpytest_usb_device.py
- Test not run in CI, missing teradown function in tinyusbpytest_vendor.py
- Test not run in CI due to Docker container problems accessing a vendor specific deviceRelated
IDF-11683 Run esp_tinyusb tests on esp32s2 in GH CI
Testing
To pass the CI
Checklist
Before submitting a Pull Request, please ensure the following: