test: add simple multipath IO test

Write data to device via one path, then read back using a different
path. Confirm that data is correct.

Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
David Disseldorp
2015-05-28 15:40:05 +02:00
parent 43b47cf1fb
commit 34dea87a69
4 changed files with 94 additions and 1 deletions

View File

@@ -201,7 +201,8 @@ iscsi_test_cu_SOURCES = iscsi-test-cu.c \
test_writeverify16_wrprotect.c \
test_writeverify16_flags.c \
test_writeverify16_dpo.c \
test_writeverify16_residuals.c
test_writeverify16_residuals.c \
test_multipathio_simple.c
endif