TEST: Add test for the flags in STARTSTOPUNIT

Implement a test similar to the SSU flags tests from the Microsoft scsi
compliance test suite.
This commit is contained in:
Ronnie Sahlberg
2012-09-10 21:24:35 -07:00
parent 9fdb2b16b4
commit ed70ced748
4 changed files with 417 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ struct scsi_test tests[] = {
/* startstopunit*/
{ "T0360_startstopunit_simple", T0360_startstopunit_simple },
{ "T0361_startstopunit_pwrcnd", T0361_startstopunit_pwrcnd },
{ "T0362_startstopunit_noloej", T0362_startstopunit_noloej },
/* nomedia*/
{ "T0370_nomedia", T0370_nomedia },