golioth / golioth-zephyr-sdk

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

samples: lightdb_stream: add twister runtime test with pytest #274

Closed mniestroj closed 2 years ago

mniestroj commented 2 years ago

Add basic pytest runtime test, which runs:

$ goliothctl $GOLIOTHCTL_OPTS stream listen $GOLIOTH_DEVICE_NAME

and verifies if temperature measurements are received. Right now an arbitrary number of 10 events is expected, before considering test as passed.

TODO:

github-actions[bot] commented 2 years ago

Visit the preview URL for this PR (updated for commit ec6bbc3):

https://golioth-zephyr-sdk-doxygen-dev--pr274-samples-lightdb-78inexkh.web.app

(expires Thu, 22 Sep 2022 15:14:40 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

mniestroj commented 2 years ago

Covered as part of #287 and #294