TEST: Add a test reading beyond the end of the device for read12/16

This commit is contained in:
Ronnie Sahlberg
2012-05-02 21:38:43 +10:00
parent a1c54d7265
commit 9e303bf635
5 changed files with 192 additions and 2 deletions

View File

@@ -85,12 +85,14 @@ struct scsi_test tests[] = {
{ "T0201_read16_rdprotect", T0201_read16_rdprotect },
{ "T0202_read16_flags", T0202_read16_flags },
{ "T0203_read16_0blocks", T0203_read16_0blocks },
{ "T0204_read16_beyondeol", T0204_read16_beyondeol },
/* read12*/
{ "T0210_read12_simple", T0210_read12_simple },
{ "T0211_read12_rdprotect", T0211_read12_rdprotect },
{ "T0212_read12_flags", T0212_read12_flags },
{ "T0213_read12_0blocks", T0213_read12_0blocks },
{ "T0214_read12_beyondeol", T0214_read12_beyondeol },
{ NULL, NULL }
};