TESTS: simple LU RESET TMF test

Dispatch a write and subsequently reset the logical unit via iSCSI TMF.
This is based on the AbortTaskSimpleAsync test.

Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
David Disseldorp
2016-09-27 14:46:59 +02:00
committed by Ronnie Sahlberg
parent d3ef192021
commit e6f7d5328c
4 changed files with 199 additions and 1 deletions

View File

@@ -580,6 +580,7 @@ static CU_TestInfo tests_iscsi_residuals[] = {
static CU_TestInfo tests_iscsi_tmf[] = {
{ (char *)"AbortTaskSimpleAsync", test_async_abort_simple },
{ (char *)"LUNResetSimpleAsync", test_async_lu_reset_simple },
CU_TEST_INFO_NULL
};