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: Lee Susman <lsusman@codeaurora.org>
This commit is contained in:
Lee Susman 2014-02-10 13:07:01 +02:00 committed by David Keitel
parent 6c27c43e7c
commit 94df812520

View file

@ -232,6 +232,10 @@ static char *ufs_test_get_test_case_str(struct test_data *td)
case UFS_TEST_MULTI_QUERY: case UFS_TEST_MULTI_QUERY:
return "Test multiple queries at the same time"; return "Test multiple queries at the same time";
break; 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: case UFS_TEST_LONG_SEQUENTIAL_READ:
return "UFS long sequential read test"; return "UFS long sequential read test";
break; break;