Add a test to check that if we deliberately send wrong data to the target it will reposnd with sense MISMATCH

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2012-01-26 16:18:05 +11:00
parent cff996a96d
commit 62684d641a
4 changed files with 135 additions and 1 deletions

View File

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