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

View File

@@ -268,6 +268,7 @@ bin_iscsi_test_cu_SOURCES = test-tool/iscsi-test-cu.c \
test-tool/test_testunitready_simple.c \
test-tool/test_unmap_simple.c \
test-tool/test_unmap_0blocks.c \
test-tool/test_unmap_vpd.c \
test-tool/test_verify10_simple.c \
test-tool/test_verify10_beyond_eol.c \
test-tool/test_verify10_0blocks.c \