Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e6a8fa1 authored by Lee Susman's avatar Lee Susman
Browse files

scsi: ufs: add test case string for long random tests



Add missing test name strings to long random tests.
These test names are used to distinguish between test case when running
automatic tests.

Change-Id: I1d375eb3cfdd2ae645ba086b7e3121026f3652ae
Signed-off-by: default avatarLee Susman <lsusman@codeaurora.org>
parent ae879e80
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -232,6 +232,10 @@ static char *ufs_test_get_test_case_str(struct test_data *td)
	case UFS_TEST_MULTI_QUERY:
		return "Test multiple queries at the same time";
		break;
	case UFS_TEST_LONG_RANDOM_READ:
		return "UFS long random read test";
	case UFS_TEST_LONG_RANDOM_WRITE:
		return "UFS long random write test";
	case UFS_TEST_LONG_SEQUENTIAL_READ:
		return "UFS long sequential read test";
		break;