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:
@@ -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 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user