Add VERIFY10 test for BYTCHK==0

If BYTCHK is zero  the target should NOT perform a compare of data in buffer with data on media, so if we send knowingly bad data to compare with
the target shall not detect the miscompare but return sgtatus good.
This commit is contained in:
Ronnie Sahlberg
2012-01-27 16:35:23 +11:00
parent 62684d641a
commit 5c273ca58c
4 changed files with 130 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ struct scsi_test tests[] = {
/* verify10*/
{ "T0130_verify10_simple", T0130_verify10_simple },
{ "T0131_verify10_mismatch", T0131_verify10_mismatch },
{ "T0132_verify10_mismatch_no_cmp", T0132_verify10_mismatch_no_cmp },
{ NULL, NULL }
};