From 0bc7c3de4b13a6c1195570811fa83f3b3d2c6d78 Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Thu, 22 Mar 2018 15:26:12 -0700 Subject: [PATCH] test: move lib/ioat up one directory Change-Id: I83c1c1228791d44e716599be5a9b2d9ac5a361d9 Signed-off-by: Seth Howell Reviewed-on: https://review.gerrithub.io/404975 Tested-by: SPDK Automated Test System Reviewed-by: Daniel Verkamp Reviewed-by: Jim Harris --- autotest.sh | 2 +- test/{lib => }/ioat/ioat.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename test/{lib => }/ioat/ioat.sh (93%) 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