diff --git a/autotest.sh b/autotest.sh index ced290aa3..a8a1d35d8 100755 --- a/autotest.sh +++ b/autotest.sh @@ -249,7 +249,7 @@ if [ $SPDK_RUN_FUNCTIONAL_TEST -eq 1 ]; then fi if [ $SPDK_TEST_LVOL -eq 1 ]; then - run_test "lvol2" ./test/lvol/lvol2.sh + run_test "lvol" ./test/lvol/lvol.sh run_test "blob_io_wait" ./test/blobstore/blob_io_wait/blob_io_wait.sh fi diff --git a/test/lvol/lvol2.sh b/test/lvol/lvol.sh similarity index 100% rename from test/lvol/lvol2.sh rename to test/lvol/lvol.sh