TEST: Add test for ORWRITE command

This commit is contained in:
Ronnie Sahlberg
2012-07-14 17:29:58 +10:00
parent 11f7da678b
commit 1ce5d97e57
11 changed files with 291 additions and 24 deletions

View File

@@ -162,6 +162,9 @@ struct scsi_test tests[] = {
{ "T0341_compareandwrite_mismatch", T0341_compareandwrite_mismatch },
{ "T0343_compareandwrite_beyondeol", T0343_compareandwrite_beyondeol },
/* orwrite*/
{ "T0350_orwrite_simple", T0350_orwrite_simple },
{ NULL, NULL }
};