TESTS: Add tests for the flags for PREFETCH10/16

This commit is contained in:
Ronnie Sahlberg
2012-09-05 19:17:16 -07:00
parent e78c5ae8a4
commit ca6875e69d
5 changed files with 262 additions and 0 deletions

View File

@@ -119,9 +119,11 @@ struct scsi_test tests[] = {
/* prefetch10*/
{ "T0240_prefetch10_simple", T0240_prefetch10_simple },
{ "T0241_prefetch10_flags", T0241_prefetch10_flags },
/* prefetch16*/
{ "T0250_prefetch16_simple", T0250_prefetch16_simple },
{ "T0251_prefetch16_flags", T0251_prefetch16_flags },
/* get_lba_status */
{ "T0260_get_lba_status_simple", T0260_get_lba_status_simple },