Add tests for invalid READ6 commands

This commit is contained in:
Ronnie Sahlberg
2011-04-22 12:03:51 +10:00
parent 2838e6f6ac
commit 9aaf1e5de4
4 changed files with 258 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ struct scsi_test tests[] = {
/* read6*/
{ "T0120_read6_simple", T0120_read6_simple },
{ "T0121_read6_beyond_eol", T0121_read6_beyond_eol },
{ "T0122_read6_invalid", T0122_read6_invalid },
{ NULL, NULL }
};