test/multipath: add logical unit reset test

This test issues a logical unit reset iSCSI TMF request, and then
confirms that all paths report a subsequent unit attention condition.

Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
David Disseldorp
2015-06-03 16:47:36 +02:00
parent 6b3ee9931a
commit b9dd210194
4 changed files with 106 additions and 1 deletions

View File

@@ -301,5 +301,6 @@ void test_writeverify16_dpo(void);
void test_writeverify16_residuals(void);
void test_multipathio_simple(void);
void test_multipathio_reset(void);
#endif /* _ISCSI_TEST_CU_H_ */