TESTS: Add a test for READCAPACITY16 with allocation-length == 0

Add a READCAPACITY16 testcase from the Microsoft scsi compliance test suite.
This commit is contained in:
Ronnie Sahlberg
2012-09-10 20:35:09 -07:00
parent ed1c3e1129
commit 9fdb2b16b4
4 changed files with 94 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ struct scsi_test tests[] = {
/* readcapacity16*/
{ "T0160_readcapacity16_simple", T0160_readcapacity16_simple },
{ "T0161_readcapacity16_alloclen", T0161_readcapacity16_alloclen },
/* unmap*/
{ "T0170_unmap_simple", T0170_unmap_simple },