TEST: Add a test for inquiry version descriptors

Block devices should claim at least some version of SPC and SBC
This commit is contained in:
Ronnie Sahlberg
2013-05-12 08:26:21 -07:00
parent ee689ee3fb
commit bd239db4fa
4 changed files with 111 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ static CU_TestInfo tests_inquiry[] = {
{ (char *)"InquiryEVPD", test_inquiry_evpd},
{ (char *)"InquirySupportedVPD", test_inquiry_supported_vpd},
{ (char *)"InquiryMandatoryVPDSBC", test_inquiry_mandatory_vpd_sbc},
{ (char *)"InquiryVersionDescriptors", test_inquiry_version_descriptors},
CU_TEST_INFO_NULL
};