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

@@ -283,4 +283,6 @@ void test_writeverify16_flags(void);
void test_writeverify16_dpo(void);
void test_writeverify16_residuals(void);
void test_multipathio_simple(void);
#endif /* _ISCSI_TEST_CU_H_ */