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
@@ -44,9 +44,8 @@ test_writesame16_unmap_vpd(void)
|
||||
logging(LOG_VERBOSE, "Unmap 1 block using WRITESAME16");
|
||||
memset(buf, 0, block_size);
|
||||
ret = writesame16(iscsic, tgt_lun, 0,
|
||||
block_size, 1,
|
||||
0, 1, 0, 0, buf);
|
||||
|
||||
block_size, 1, 0, 1, 0, 0, buf,
|
||||
EXPECT_STATUS_GOOD);
|
||||
if (ret != 0) {
|
||||
logging(LOG_VERBOSE, "WRITESAME16 UNMAP is not available. "
|
||||
"Verify that VPD settings reflect this.");
|
||||
|
||||
Reference in New Issue
Block a user