golioth / golioth-zephyr-sdk

Golioth SDK For Zephyr
https://www.golioth.io
Apache License 2.0
65 stars 20 forks source link

tests: Add automated testing for OTA #361

Open szczys opened 1 year ago

szczys commented 1 year ago

The Golioth Zephyr SDK should have an automated OTA test that builds an image, uploads the artifact, deploys a release, and verifies the device performance during the update process.

This test can follow a similar process as the existing LightDB tests: https://github.com/golioth/golioth-zephyr-sdk/tree/main/tests/lightdb

This was discussed in this ticket: https://github.com/golioth/golioth-zephyr-sdk/pull/354#issuecomment-1501466202