TESTS: Create helpers for PREFETCH16 and switch all tests over to them

This commit is contained in:
Ronnie Sahlberg
2012-12-25 08:57:05 -08:00
parent 047b650151
commit 2afb5accc4
8 changed files with 165 additions and 346 deletions

View File

@@ -34,6 +34,7 @@ int T0240_prefetch10_simple(const char *initiator, const char *url, int data_los
printf("Test basic PREFETCH10 functionality.\n");
printf("1, Verify we can prefetch the first 0-256 blocks of the LUN.\n");
printf("2, Verify we can prefetch the last 0-256 blocks of the LUN.\n");
printf("\n");
return 0;
}