TESTS: add tests for READ12/16 RDPROTECT for luns without protection information

This commit is contained in:
Ronnie Sahlberg
2012-05-02 20:14:51 +10:00
parent ce0c912b54
commit 2e3126b9ac
6 changed files with 195 additions and 3 deletions

View File

@@ -82,9 +82,11 @@ struct scsi_test tests[] = {
/* read16*/
{ "T0200_read16_simple", T0200_read16_simple },
{ "T0201_read16_rdprotect", T0201_read16_rdprotect },
/* read12*/
{ "T0210_read12_simple", T0210_read12_simple },
{ "T0211_read12_rdprotect", T0211_read12_rdprotect },
{ NULL, NULL }
};