TESTS: Add a simple test to check that a target survives huge imemdiate data

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2012-10-24 21:19:27 -07:00
parent 97dcf94d72
commit b700d44f03
5 changed files with 158 additions and 2 deletions

View File

@@ -234,6 +234,9 @@ struct scsi_test tests[] = {
/* invalid bufferoffset from initiator */
{ "T1020_bufferoffset_invalid", T1020_bufferoffset_invalid },
/* sending too much unsolicited data */
{ "T1030_unsolicited_data_overflow", T1030_unsolicited_data_overflow },
{ NULL, NULL }
};