TEST: Add test that all mandatoryb VPD pages are available on SBC devices

This commit is contained in:
Ronnie Sahlberg
2013-03-12 19:26:39 -07:00
parent ec70169380
commit f11749ca52
4 changed files with 52 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ static CU_TestInfo tests_inquiry[] = {
{ (char *)"testInquiryAllocLength", test_inquiry_alloc_length},
{ (char *)"testInquiryEVPD", test_inquiry_evpd},
{ (char *)"testInquirySupportedVPD", test_inquiry_supported_vpd},
{ (char *)"testInquiryMandatoryVPDSBC", test_inquiry_mandatory_vpd_sbc},
CU_TEST_INFO_NULL
};