TESTS: update writesame tests to new API
Signed-off-by: Ronnie Sahlberg <sahlberg@localhost>
This commit is contained in:
committed by
Ronnie Sahlberg
parent
d3f98dfdd5
commit
8585e4509b
@@ -42,8 +42,8 @@ test_writesame10_unmap_unaligned(void)
|
||||
for (i = 1; i < lbppb; i++) {
|
||||
logging(LOG_VERBOSE, "Unmap %d blocks using WRITESAME10 at LBA:%d", lbppb - i, i);
|
||||
ret = writesame10(iscsic, tgt_lun, i,
|
||||
block_size, lbppb - i,
|
||||
0, 1, 0, 0, buf);
|
||||
block_size, lbppb - i, 0, 1, 0, 0, buf,
|
||||
EXPECT_STATUS_GOOD);
|
||||
CU_ASSERT_EQUAL(ret, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user