TEST: Add test for the supported VPD pages and that we can read them

This commit is contained in:
Ronnie Sahlberg
2013-03-12 18:41:57 -07:00
parent e84b71af15
commit ec70169380
5 changed files with 74 additions and 2 deletions
+1
View File
@@ -70,6 +70,7 @@ static CU_TestInfo tests_inquiry[] = {
{ (char *)"testInquiryStandard", test_inquiry_standard },
{ (char *)"testInquiryAllocLength", test_inquiry_alloc_length},
{ (char *)"testInquiryEVPD", test_inquiry_evpd},
{ (char *)"testInquirySupportedVPD", test_inquiry_supported_vpd},
CU_TEST_INFO_NULL
};