TESTS: Add a new test that does a one block write using unsilicited immediate data

As part of the test also validate the PDU that libiscsi generates and verify that
1, the PDU we send has the F flag set
2, that datasegmentlength for the PDU is one block
This commit is contained in:
Ronnie Sahlberg
2012-12-01 10:45:42 -08:00
parent edb0df07d6
commit 04970ef95e
5 changed files with 193 additions and 2 deletions
+2
View File
@@ -250,6 +250,8 @@ struct scsi_test tests[] = {
*/
{ "T1040_saturate_maxcmdsn", T1040_saturate_maxcmdsn },
{ "T1041_unsolicited__immediate_data", T1041_unsolicited_immediate_data },
{ NULL, NULL }
};