Files
Qi Zheng fe13ba4531 Delete java containers
As Clear Linux removed most of java packages, the flink, tomcat,
cassandra and elasticsearch containers are removed as well.

https://community.clearlinux.org/t/clear-linux-os-will-be-reducing-its-java-footprint/2454

Signed-off-by: Qi Zheng <qi.zheng@intel.com>
2020-02-11 15:35:42 +08:00
..
2020-01-16 10:58:58 +08:00
2020-01-16 10:58:58 +08:00
2020-01-16 10:58:58 +08:00
2020-01-16 10:58:58 +08:00
2020-01-16 10:58:58 +08:00
2020-01-13 15:13:49 +08:00
2020-01-13 15:13:49 +08:00
2020-01-16 10:58:58 +08:00
2019-07-26 15:26:32 -07:00

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 redis" to run tests for redis.