Skip to content

Commit

Permalink
Add seccomp flag to the features test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
  • Loading branch information
musaprg committed Sep 22, 2024
1 parent 5595ee7 commit ea5f849
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/features_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ test_package_features "libcontainer" "v2"
test_package_features "libcontainer" "systemd"
test_package_features "libcontainer" "v2 cgroupsv2_devices"
test_package_features "libcontainer" "systemd cgroupsv2_devices"
test_package_features "libcontainer" "seccomp"

test_package_features "libcgroups" "v1"
test_package_features "libcgroups" "v2"
test_package_features "libcgroups" "systemd"
test_package_features "libcgroups" "v2 cgroupsv2_devices"
test_package_features "libcgroups" "systemd cgroupsv2_devices"
test_package_features "libcgroups" "seccomp"

test_features() {
echo "[feature test] testing features $1"
Expand All @@ -31,5 +33,6 @@ test_features "v2"
test_features "systemd"
test_features "v2 cgroupsv2_devices"
test_features "systemd cgroupsv2_devices"
test_features "seccomp"

exit 0

0 comments on commit ea5f849

Please sign in to comment.