TESTS: update reportsupportedopcodes to new api
Signed-off-by: Ronnie Sahlberg <sahlberg@localhost>
This commit is contained in:
committed by
Ronnie Sahlberg
parent
9be6ddaf09
commit
f015ab095a
@@ -36,9 +36,11 @@ test_report_supported_opcodes_servactv(void)
|
||||
logging(LOG_VERBOSE, "Test READ_SUPPORTED_OPCODES SERVACTV flag");
|
||||
|
||||
|
||||
ret = report_supported_opcodes(iscsic, tgt_lun,
|
||||
ret = report_supported_opcodes(
|
||||
iscsic, &rso_task, tgt_lun,
|
||||
0, SCSI_REPORT_SUPPORTING_OPS_ALL, 0, 0,
|
||||
65535, &rso_task);
|
||||
65535,
|
||||
EXPECT_STATUS_GOOD);
|
||||
if (ret == -2) {
|
||||
logging(LOG_NORMAL, "[SKIPPED] READ_SUPPORTED_OPCODES is not "
|
||||
"implemented.");
|
||||
|
||||
Reference in New Issue
Block a user