TEST: Add test that PREVENTs on different IT_Nexuses do not interfere

This commit is contained in:
Ronnie Sahlberg
2012-07-21 15:04:53 +10:00
parent af9d3eab79
commit 94cd6bf3b1
5 changed files with 284 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ test2:
printf("Eject failed. [OK]\n");
test3:
printf("Tear down the I_T_Nexus and create a new one ... ");
printf("Tear down the IT_Nexus and create a new one ... ");
iscsi_destroy_context(iscsi);
iscsi = iscsi_context_login(initiator, url, &lun);
if (iscsi == NULL) {