TEST: add a test that a Cold Reset will clear PREVENTALLOW

This commit is contained in:
Ronnie Sahlberg
2012-07-21 11:59:34 +10:00
parent 7d0393452c
commit ca046ab342
4 changed files with 282 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ struct scsi_test tests[] = {
{ "T0381_preventallow_eject", T0381_preventallow_eject },
{ "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 },
{ NULL, NULL }
};