diff --git a/autotest.sh b/autotest.sh index 94aa6e1c7..6372b4cf7 100755 --- a/autotest.sh +++ b/autotest.sh @@ -118,7 +118,7 @@ fi run_test test/lib/env/env.sh if [ $SPDK_TEST_IOAT -eq 1 ]; then - run_test test/lib/ioat/ioat.sh + run_test test/ioat/ioat.sh fi timing_exit lib diff --git a/test/lib/ioat/ioat.sh b/test/ioat/ioat.sh similarity index 93% rename from test/lib/ioat/ioat.sh rename to test/ioat/ioat.sh index e64fa526d..f70db5523 100755 --- a/test/lib/ioat/ioat.sh +++ b/test/ioat/ioat.sh @@ -3,7 +3,7 @@ set -xe testdir=$(readlink -f $(dirname $0)) -rootdir=$(readlink -f $testdir/../../..) +rootdir=$(readlink -f $testdir/../..) source $rootdir/test/common/autotest_common.sh timing_enter ioat