fossasia / susi_linux

Hardware for SUSI AI https://susi.ai
Apache License 2.0
1.61k stars 149 forks source link

To Document a list of tests for the release Image #429

Closed sansyrox closed 5 years ago

sansyrox commented 5 years ago

Is your feature request related to a problem? Please describe. To document a list of tests that a Person must keep in mind while testing a new release image.

Describe the solution you'd like To document a list in the README and the PR template and create python tests for the ones possible.

Additional context

I'd like to work on this in three parts:

[ ] - Documentation [ ] - PR Template [ ] - Python Tests

Some tests:

  1. The SUSI Server must be building on the pi on bootup
  2. The hotword detection should have a decent accuracy
  3. The code shouldn't crash when switching from online to offline and vice versa(failing as of now)
  4. The code should be able to boot offline when no internet connection available(failing)