Commit 24260d2a authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

test/cuse: fix conflicting name for cuse tests



"nvme_cuse" name for run_test was already used by one
of the tests in nvme.sh.

This removes the naming conflict and will prepare for further
restructure of nvme-cuse tests, where "nvme_cuse" name will
encompass all cuse tests.

Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: If141fe0ef492e0cde8e68490550de5d48fecb5e7
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2822


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent b3767a23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ if [ $SPDK_RUN_FUNCTIONAL_TEST -eq 1 ]; then
		fi
		if [[ $SPDK_TEST_NVME_CUSE -eq 1 ]]; then
			modprobe cuse
			run_test "nvme_cuse" test/nvme/cuse/nvme_cuse.sh
			run_test "nvme_cuse_rpc" test/nvme/cuse/nvme_cuse_rpc.sh
			run_test "nvme_cli_cuse" test/nvme/spdk_nvme_cli_cuse.sh
			run_test "nvme_smartctl_cuse" test/nvme/spdk_smartctl_cuse.sh
			run_test "nvme_ns_manage_cuse" test/nvme/nvme_ns_manage_cuse.sh
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ run_test "nvme_err_injection" $testdir/err_injection/err_injection
run_test "nvme_overhead" $testdir/overhead/overhead -s 4096 -t 1 -H
run_test "nvme_arbitration" $SPDK_EXAMPLE_DIR/arbitration -t 3 -i 0
if [ $SPDK_TEST_NVME_CUSE -eq 1 ]; then
	run_test "nvme_cuse" $testdir/cuse/cuse
	run_test "nvme_cuse_app" $testdir/cuse/cuse
fi

if [[ $CONFIG_FIO_PLUGIN == y ]]; then