Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 782 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 782 Bytes

Clear Linux Containers Unit test and Security test

These are the collections of the Clear Linux Containers Unit test and Security test. The Unit tests and Security tests are implementing by separate BATS scripts. Both Unit test and Security test will be run as a part of CI pre-test before the corresponding dockerfiles submit. The dockerfiles are from page. The CI is hosting in github actions.

To run the tests, you can simple type "make tests", it will run all the test cases. If you want to run specific Container test, just type "make SERVICE-NAME". For example, "make valkey" to run tests for valkey.