TESTS add tests for VERIFY10 and VERIFY12

This commit is contained in:
Ronnie Sahlberg
2013-01-21 14:50:40 -08:00
parent 0e4e2e91bd
commit ab3dfae005
29 changed files with 1163 additions and 100 deletions

View File

@@ -82,7 +82,7 @@ int T0132_verify10_mismatch_no_cmp(const char *initiator, const char *url)
/* flip a random byte in the data */
buf[offset] ^= 'X';
ret = verify10(iscsi, lun, buf, i * block_size, 0, 0, 1, 0, block_size);
ret = verify10(iscsi, lun, 0, i * block_size, block_size, 0, 1, 0, buf);
if (ret != 0) {
goto finished;
}