test-tool: add iSCSI SendTargets.Invalid test case

This test sends a series of Text request PDUs with key-value data that
doesn't match SendTargets=All.

Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
David Disseldorp
2019-09-17 16:07:52 +02:00
parent 955b16b3e3
commit 98d383d159
3 changed files with 141 additions and 4 deletions
+1
View File
@@ -560,6 +560,7 @@ static CU_TestInfo tests_iscsi_datasn[] = {
static CU_TestInfo tests_iscsi_sendtargets[] = {
{ (char *)"Simple", test_iscsi_sendtargets_simple },
{ (char *)"Invalid", test_iscsi_sendtargets_invalid },
CU_TEST_INFO_NULL
};