From 20b7b660c90ae7f8488d75014491a7ae8d4a272e Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Thu, 8 Oct 2020 08:08:56 -0400 Subject: [PATCH] test/lvol: rename lvol test script After the large effort of moving lvol tests from python to bash, the original lvol.sh was removed. Only lvol2.sh remained. Just rename the script to its original name. Signed-off-by: Tomasz Zawadzki Change-Id: I5c0a239b01c111f0b11f554caaebfec372877c6d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4561 Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris --- autotest.sh | 2 +- test/lvol/{lvol2.sh => lvol.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/lvol/{lvol2.sh => lvol.sh} (100%) 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