TESTS: Add test that we can talk to a target with IMMEDIATE_DATA==NO and INITIAL_R2T==NO

This commit is contained in:
Ronnie Sahlberg
2012-12-01 11:40:07 -08:00
parent 56707bcdf9
commit f1d5510e9c
4 changed files with 211 additions and 2 deletions

View File

@@ -149,7 +149,8 @@ bin_iscsi_test_SOURCES = test-tool/iscsi-test.c \
test-tool/1030_unsolicited_data_overflow.c \
test-tool/1031_unsolicited_data_out.c \
test-tool/1040_saturate_maxcmdsn.c \
test-tool/1041_unsolicited_immediate_data.c
test-tool/1041_unsolicited_immediate_data.c \
test-tool/1042_unsolicited_nonimmediate_data.c
endif