xref: /spdk/test/scheduler/scheduler.sh (revision 34edd9f1bf5fda4c987f4500ddc3c9f50be32e7d)
1#!/usr/bin/env bash
2#  SPDX-License-Identifier: BSD-3-Clause
3#  Copyright (C) 2020 Intel Corporation
4#  All rights reserved.
5#
6testdir=$(readlink -f "$(dirname "$0")")
7rootdir=$(readlink -f "$testdir/../../")
8
9source "$rootdir/test/common/autotest_common.sh"
10source "$testdir/isolate_cores.sh"
11
12"$rootdir/scripts/setup.sh"
13
14run_test "scheduler_rpc" "$testdir/rpc.sh"
15run_test "idle" "$testdir/idle.sh"
16#run_test "load_balancing" "$testdir/load_balancing.sh"
17run_test "dpdk_governor" "$testdir/governor.sh"
18run_test "interrupt_mode" "$testdir/interrupt.sh"
19