TESTS Add READ16 tests to the new framework
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user