2020-12-29 13:55:28 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
testdir=$(readlink -f "$(dirname "$0")")
|
|
|
|
rootdir=$(readlink -f "$testdir/../../")
|
|
|
|
|
|
|
|
source "$rootdir/test/common/autotest_common.sh"
|
|
|
|
source "$testdir/isolate_cores.sh"
|
|
|
|
|
|
|
|
"$rootdir/scripts/setup.sh"
|
|
|
|
|
|
|
|
run_test "idle" "$testdir/idle.sh"
|
2021-09-20 16:48:55 +00:00
|
|
|
#run_test "load_balancing" "$testdir/load_balancing.sh"
|
2020-12-29 11:30:05 +00:00
|
|
|
run_test "dpdk_governor" "$testdir/governor.sh"
|
2021-01-22 16:30:42 +00:00
|
|
|
run_test "interrupt_mode" "$testdir/interrupt.sh"
|