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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user