Skip to content

Commit

Permalink
Add tests/security tests to the test list.
Browse files Browse the repository at this point in the history
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
  • Loading branch information
ctalledo committed Feb 5, 2024
1 parent ae364a1 commit cedbf56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/scr/testSysbox
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ function run_all_tests() {
# Launch kind test-suite.
./tests/kind/kind.sh

printf "\nExecuting security tests ... \n"
bats --tap tests/security

printf "\nExecuting perf tests ... \n"
bats --tap tests/perf

Expand Down Expand Up @@ -92,6 +95,9 @@ function run_ci_tests() {
# Launch sysbox-pod test-suite.
./tests/pods/pods.sh

printf "\nExecuting security tests ... \n"
bats --tap tests/security

printf "\nSysbox health checking ...\n"
bats --tap tests/health/sysbox-health.bats

Expand Down Expand Up @@ -254,6 +260,9 @@ function test_with_docker_userns_remap() {
docker system prune -a -f
fi

printf "\nExecuting security tests ... \n"
bats --tap tests/security

printf "\nSysbox health checking ...\n"
bats --tap tests/health/sysbox-health.bats

Expand Down

0 comments on commit cedbf56

Please sign in to comment.