TEST: Add test for TESTUNITREADY

Add an explicit test for this opcode. We already have plenty of implicit tests via the normal iscsi login functions.
This commit is contained in:
Ronnie Sahlberg
2012-09-20 19:38:30 -07:00
parent 6e2f04455f
commit 703d9120bc
4 changed files with 75 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ dist_noinst_HEADERS += test-tool/iscsi-test.h
bin_iscsi_test_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/test-tool
bin_iscsi_test_LDFLAGS = -ldl
bin_iscsi_test_SOURCES = test-tool/iscsi-test.c \
test-tool/0000_testunitready_simple.c \
test-tool/0100_read10_simple.c test-tool/0101_read10_beyond_eol.c \
test-tool/0102_read10_0blocks.c test-tool/0103_read10_rdprotect.c \
test-tool/0104_read10_flags.c test-tool/0105_read10_invalid.c \