crypto: basic tests

Implement a simple crypto testsuite which try to loads all crypto
algorithm and so force selftests to run.

This test suite will check for errors and then a pass/fail will be assigned for each crypto algorithm.
3 files changed
tree: 7d6f72f00a126ca4952e6976b6a2352aa44375af
  1. .reuse/
  2. automated/
  3. docs/
  4. LICENSES/
  5. manual/
  6. mkdocs_plugin/
  7. plans/
  8. test/
  9. .gitignore
  10. .readthedocs.yml
  11. .travis.yml
  12. CODEOWNERS
  13. COPYING
  14. COPYRIGHTS
  15. mkdocs.yml
  16. README.md
  17. sanity-check.sh
  18. test.sh
  19. validate.py
README.md

Build status

Build Status

Test Definitions

A set of testing scripts designed to work with LAVA. Also contains test-runner script that allows execoution outside LAVA.

More details in docs