Tests: Asynchronous iSCSI write test

Dispatch a number of WRITE10 requests simultaneously, and await all
responses.

Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
David Disseldorp
2016-03-11 11:40:37 +01:00
parent ebeca19480
commit 51da17c41f
4 changed files with 122 additions and 1 deletions
+1
View File
@@ -378,6 +378,7 @@ static CU_TestInfo tests_write10[] = {
{ (char *)"ZeroBlocks", test_write10_0blocks },
{ (char *)"WriteProtect", test_write10_wrprotect },
{ (char *)"DpoFua", test_write10_dpofua },
{ (char *)"Async", test_async_write },
CU_TEST_INFO_NULL
};