TESTS: Add test for all media access commands that they fail correctly on ejected media

This commit is contained in:
Ronnie Sahlberg
2012-07-18 08:03:29 +10:00
parent 16da01ed4e
commit b8e08a355d
4 changed files with 869 additions and 1 deletions

View File

@@ -171,6 +171,9 @@ struct scsi_test tests[] = {
{ "T0360_startstopunit_simple", T0360_startstopunit_simple },
{ "T0361_startstopunit_pwrcnd", T0361_startstopunit_pwrcnd },
/* nomedia*/
{ "T0370_nomedia", T0370_nomedia },
{ NULL, NULL }
};