TEST: Add a test of various uses for UNMAP but no blocks to actually unmap.

This commit is contained in:
Ronnie Sahlberg
2012-04-22 08:46:14 +10:00
parent dd5f94b2ca
commit 521f0a5a95
4 changed files with 188 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ struct scsi_test tests[] = {
/* unmap*/
{ "T0170_unmap_simple", T0170_unmap_simple },
{ "T0171_unmap_zero", T0171_unmap_zero },
{ NULL, NULL }
};