Tests: Asynchronous iSCSI read test
Dispatch a number of READ10 requests simultaneously, and await all responses. The iscsi-support test helper functions are currently all synchronous, so this test mostly uses the bare libiscsi API. As new async tests are added, we can make a more informed decision on which boilerplate code can be split out. Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
@@ -221,7 +221,8 @@ iscsi_test_cu_SOURCES = iscsi-test-cu.c \
|
||||
test_writeverify16_residuals.c \
|
||||
test_multipathio_simple.c \
|
||||
test_multipathio_reset.c \
|
||||
test_multipathio_compareandwrite.c
|
||||
test_multipathio_compareandwrite.c \
|
||||
test_async_read.c
|
||||
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user