TEST: Add a test that INQUIRY where EVPD==0 but PAGE_CODE!=0 is an error

This commit is contained in:
Ronnie Sahlberg
2012-09-20 18:27:04 -07:00
parent 62b8681409
commit 6e2f04455f
4 changed files with 90 additions and 0 deletions

View File

@@ -204,6 +204,7 @@ struct scsi_test tests[] = {
/* inquiry*/
{ "T0400_inquiry_basic", T0400_inquiry_basic },
{ "T0401_inquiry_alloclen", T0401_inquiry_alloclen },
{ "T0402_inquiry_evpd", T0402_inquiry_evpd },
/* iSCSI protocol tests */