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
+1
View File
@@ -445,6 +445,7 @@ static CU_TestInfo tests_writeverify16[] = {
static CU_TestInfo tests_multipathio[] = {
{ (char *)"Simple", test_multipathio_simple },
{ (char *)"Reset", test_multipathio_reset },
CU_TEST_INFO_NULL
};