TEST: Add a test that reads all reported VPD pages and validates qualifier, type and page-code in the returned data

This commit is contained in:
Ronnie Sahlberg
2012-09-21 20:15:04 -07:00
parent addc6e53d7
commit ba14452dc2
4 changed files with 163 additions and 0 deletions

View File

@@ -209,6 +209,7 @@ struct scsi_test tests[] = {
{ "T0401_inquiry_alloclen", T0401_inquiry_alloclen },
{ "T0402_inquiry_evpd", T0402_inquiry_evpd },
{ "T0403_inquiry_supported_vpd", T0403_inquiry_supported_vpd },
{ "T0404_inquiry_all_reported_vpd", T0404_inquiry_all_reported_vpd },
/* iSCSI protocol tests */