TESTS: add a flag --usb so we can clamp all i/o to at most 120k
Add checks for maximum tranfer length to all commands that are limited by BlockLimits/MTL
This commit is contained in:
@@ -47,6 +47,7 @@ test_writeverify16_residuals(void)
|
||||
ret = writeverify16(iscsic, tgt_lun, 0, 0,
|
||||
block_size, 0, 0, 0, 0, NULL);
|
||||
if (ret == -2) {
|
||||
logging(LOG_NORMAL, "[SKIPPED] WRITE1VERIFY16 is not implemented.");
|
||||
CU_PASS("[SKIPPED] Target does not support WRITEVERIFY16. Skipping test");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user