TEST: Add test for PREFETCH10/16 beyond eol

This commit is contained in:
Ronnie Sahlberg
2012-09-05 19:42:14 -07:00
parent ca6875e69d
commit 8f11b127fe
5 changed files with 433 additions and 0 deletions

View File

@@ -120,10 +120,12 @@ struct scsi_test tests[] = {
/* prefetch10*/
{ "T0240_prefetch10_simple", T0240_prefetch10_simple },
{ "T0241_prefetch10_flags", T0241_prefetch10_flags },
{ "T0242_prefetch10_beyondeol", T0242_prefetch10_beyondeol },
/* prefetch16*/
{ "T0250_prefetch16_simple", T0250_prefetch16_simple },
{ "T0251_prefetch16_flags", T0251_prefetch16_flags },
{ "T0252_prefetch16_beyondeol", T0252_prefetch16_beyondeol },
/* get_lba_status */
{ "T0260_get_lba_status_simple", T0260_get_lba_status_simple },