TESTS Add READ16 tests to the new framework

This commit is contained in:
Ronnie Sahlberg
2013-01-21 08:36:23 -08:00
parent d1641b762b
commit 0c124ce3cc
11 changed files with 456 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ test_read12_0blocks(void)
logging(LOG_VERBOSE, "Test READ12 0-blocks at LBA==-1");
ret = read10_lbaoutofrange(iscsic, tgt_lun, -1, 0, block_size,
ret = read12_lbaoutofrange(iscsic, tgt_lun, -1, 0, block_size,
0, 0, 0, 0, 0, NULL);
CU_ASSERT_EQUAL(ret, 0);
}