TESTS add test for READ12/16 DPO/FUA/FUA_NV bits

This commit is contained in:
Ronnie Sahlberg
2012-05-02 20:28:05 +10:00
parent 2e3126b9ac
commit 34b290c287
5 changed files with 277 additions and 1 deletions

View File

@@ -83,10 +83,12 @@ struct scsi_test tests[] = {
/* read16*/
{ "T0200_read16_simple", T0200_read16_simple },
{ "T0201_read16_rdprotect", T0201_read16_rdprotect },
{ "T0202_read16_flags", T0202_read16_flags },
/* read12*/
{ "T0210_read12_simple", T0210_read12_simple },
{ "T0211_read12_rdprotect", T0211_read12_rdprotect },
{ "T0212_read12_flags", T0212_read12_flags },
{ NULL, NULL }
};