Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hardware-In-the-Loop (HIL) testing to MicroPython #18

Open
6 tasks
mattytrentini opened this issue Oct 29, 2023 · 0 comments
Open
6 tasks

Add Hardware-In-the-Loop (HIL) testing to MicroPython #18

mattytrentini opened this issue Oct 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mattytrentini
Copy link
Owner

It is highly desirable to use HIL testing in the CI pipeline of MicroPython. Tests could be run on a number of devices which would give a high degree of confidence of a successful build if the tests had adequate coverage.

Todo

  • Set up a PC
  • Set up a self-hosted runner and connect it to upstream
  • Connect devices to the PC
  • Make devices available to build containers
  • Create tests (maybe start with micropython-test-port?)
  • Execute tests on all devices

May be best to change MicroPython to build and store some firmware in the main repository (so the firmware binaries wouldn't need rebuilding).

@mattytrentini mattytrentini added the enhancement New feature or request label Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant