TEST-TOOL: add test for read16/rdprotect

This commit is contained in:
Ronnie Sahlberg
2012-02-05 07:56:35 +11:00
parent b4573178ca
commit 2b521b4d24
5 changed files with 134 additions and 2 deletions

View File

@@ -58,9 +58,12 @@ struct scsi_test tests[] = {
{ "T0131_verify10_mismatch", T0131_verify10_mismatch },
{ "T0132_verify10_mismatch_no_cmp", T0132_verify10_mismatch_no_cmp },
/* read12*/
/* read12 */
{ "T0143_read12_rdprotect", T0143_read12_rdprotect },
/* read16 */
{ "T0153_read16_rdprotect", T0153_read16_rdprotect },
{ NULL, NULL }
};