TEST: Add SCSI.Unmap.UnmapVPD and see if UNMAP availability matches

the VPD settings.

If UNMAP is not available then LBPU must be clear
and if UNMAP is available then both LBPME and LBPU must be set.
This commit is contained in:
Ronnie Sahlberg
2013-05-14 22:35:57 -07:00
parent 30358ffd56
commit dc6c603106
4 changed files with 82 additions and 0 deletions
+1
View File
@@ -154,6 +154,7 @@ void test_testunitready_simple(void);
void test_unmap_simple(void);
void test_unmap_0blocks(void);
void test_unmap_vpd(void);
void test_verify10_simple(void);
void test_verify10_beyond_eol(void);