2020-11-27 08:22:54 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
testdir=$(readlink -f "$(dirname "$0")")
|
|
|
|
rootdir=$(readlink -f "$testdir/../../")
|
|
|
|
source "$testdir/common.sh"
|
|
|
|
|
|
|
|
[[ $(uname -s) == Linux ]] || exit 0
|
|
|
|
|
|
|
|
run_test "acl" "$testdir/acl.sh"
|
2020-11-27 08:30:26 +00:00
|
|
|
run_test "hugepages" "$testdir/hugepages.sh"
|