TEST: Add a test that a LUN reset will clear PREVENTALLOW

This commit is contained in:
Ronnie Sahlberg
2012-07-21 12:05:25 +10:00
parent ca046ab342
commit 313d579464
4 changed files with 282 additions and 1 deletions
+1
View File
@@ -180,6 +180,7 @@ struct scsi_test tests[] = {
{ "T0382_preventallow_itnexus_loss", T0382_preventallow_itnexus_loss },
{ "T0383_preventallow_target_warm_reset", T0383_preventallow_target_warm_reset },
{ "T0384_preventallow_target_cold_reset", T0384_preventallow_target_cold_reset },
{ "T0385_preventallow_lun_reset", T0385_preventallow_lun_reset },
{ NULL, NULL }
};