TEST: Add GET_LBA_STATUS test for LBA out of range

This commit is contained in:
Ronnie Sahlberg
2012-05-30 19:07:39 +10:00
parent 812df62bfd
commit a0a4677dfa
4 changed files with 108 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ struct scsi_test tests[] = {
/* get_lba_status */
{ "T0260_get_lba_status_simple", T0260_get_lba_status_simple },
{ "T0264_get_lba_status_beyondeol", T0264_get_lba_status_beyondeol },
{ NULL, NULL }
};