Verifies hardware entropy generation is enabled on device.
Expected Results
----------------
* Success: The test will pass if hardware entropy generation is enabled.
* Failure: The test will fail if hardware entropy generation is not enabled.
Fixes #768
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my code
[X] I have run pre-commit for code linting and typing (pre-commit run)
[ ] I have made corresponding changes to the documentation
[X] I have added tests that prove my fix is effective or that my feature works
[X] New and existing unit tests pass locally with my changes (tox -e testenv)
Description
Verifies hardware entropy generation is enabled on device.
Fixes #768
Checklist:
pre-commit run
)tox -e testenv
)