TESTS: Add tests for WRITE16 to new framework

This commit is contained in:
Ronnie Sahlberg
2013-01-21 11:19:43 -08:00
parent 0c124ce3cc
commit 2f90e02395
12 changed files with 513 additions and 7 deletions

View File

@@ -34,11 +34,6 @@ test_read16_0blocks(void)
0, 0, 0, 0, 0, NULL);
CU_ASSERT_EQUAL(ret, 0);
if (num_blocks > 0x80000000) {
CU_PASS("[SKIPPED] LUN is too big");
return;
}
logging(LOG_VERBOSE, "Test READ16 0-blocks one block past end-of-LUN");
ret = read16_lbaoutofrange(iscsic, tgt_lun, num_blocks + 1, 0,
block_size, 0, 0, 0, 0, 0, NULL);