TEST: add simple test for STARTSTOPUNIT

This commit is contained in:
Ronnie Sahlberg
2012-07-16 21:06:52 +10:00
parent 1f40de8858
commit db68e68f6d
4 changed files with 218 additions and 1 deletions

View File

@@ -167,6 +167,9 @@ struct scsi_test tests[] = {
{ "T0351_orwrite_wrprotect", T0351_orwrite_wrprotect },
{ "T0354_orwrite_beyindeol", T0354_orwrite_beyondeol },
/* startstopunit*/
{ "T0360_startstopunit_simple", T0360_startstopunit_simple },
{ NULL, NULL }
};