TESTS: Add test for standard inquiry page

This commit is contained in:
Ronnie Sahlberg
2013-03-10 19:02:45 -07:00
parent 3e28133a9a
commit 0bc415761a
7 changed files with 175 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ int T0390_mandatory_opcodes_sbc(const char *initiator, const char *url)
printf("Test INQUIRY.\n");
if (inquiry(iscsi, lun, 0, 0, 64) == -1) {
if (inquiry(iscsi, lun, 0, 0, 64, NULL) == -1) {
ret = -1;
}