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

@@ -69,7 +69,7 @@ test_read16_flags(void)
logging(LOG_VERBOSE, "Test READ16 with DPO==1 FUA==1 FUA_NV==1");
ret = read12(iscsic, tgt_lun, 0,
ret = read16(iscsic, tgt_lun, 0,
block_size, block_size,
0, 1, 1, 1, 0, NULL);
CU_ASSERT_EQUAL(ret, 0);