fix typo in test, we try to reset the LUN, not the target
This commit is contained in:
@@ -199,7 +199,7 @@ test3:
|
|||||||
}
|
}
|
||||||
if (mgmt_task.status != 0) {
|
if (mgmt_task.status != 0) {
|
||||||
printf("[FAILED]\n");
|
printf("[FAILED]\n");
|
||||||
printf("Failed to reset the target\n");
|
printf("Failed to reset the LUN\n");
|
||||||
goto test4;
|
goto test4;
|
||||||
}
|
}
|
||||||
printf("[OK]\n");
|
printf("[OK]\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user