TESTS: Add a new test to check standard INQ alloclen

Add a test for the standard INQUIRY data. The iscsi/scsi target should complete
the request successfully for all values of buffersize/allocation_length
of 1 to 255 bytes.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2012-09-18 19:45:42 -07:00
parent f3e9ec00c2
commit 641027283b
4 changed files with 83 additions and 0 deletions

View File

@@ -203,6 +203,7 @@ struct scsi_test tests[] = {
/* inquiry*/
{ "T0400_inquiry_basic", T0400_inquiry_basic },
{ "T0401_inquiry_alloclen", T0401_inquiry_alloclen },
/* iSCSI protocol tests */