TESTS: simple LU RESET TMF test

Dispatch a write and subsequently reset the logical unit via iSCSI TMF.
This is based on the AbortTaskSimpleAsync test.

Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
David Disseldorp
2016-09-27 14:46:59 +02:00
committed by Ronnie Sahlberg
parent d3ef192021
commit e6f7d5328c
4 changed files with 199 additions and 1 deletions

View File

@@ -233,7 +233,8 @@ iscsi_test_cu_SOURCES = iscsi-test-cu.c \
test_multipathio_async_caw.c \
test_async_read.c \
test_async_write.c \
test_async_abort_simple.c
test_async_abort_simple.c \
test_async_lu_reset_simple.c
endif