TEST: add test that we can not eject media when PREVENTALLOW is set on the I_T_nexus

This commit is contained in:
Ronnie Sahlberg
2012-07-21 10:43:33 +10:00
parent 43bf059fca
commit 5953607743
4 changed files with 220 additions and 2 deletions

View File

@@ -174,8 +174,9 @@ struct scsi_test tests[] = {
/* nomedia*/
{ "T0370_nomedia", T0370_nomedia },
/* prventallowmediumremoval*/
/* preventallowmediumremoval*/
{ "T0380_preventallow_simple", T0380_preventallow_simple },
{ "T0381_preventallow_eject", T0381_preventallow_eject },
{ NULL, NULL }
};