test-tool: add iSCSI CHAP_A negotiation tests

The iSCSICHAP.Simple test ensures that CHAP_A comma separated lists
are correctly handled. iSCSICHAP.Invalid tests a range of invalid
CHAP_A parameters.

Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
David Disseldorp
2019-09-23 16:46:26 +02:00
parent e716691a45
commit 84d80878a6
4 changed files with 233 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ iscsi_test_cu_SOURCES = iscsi-test-cu.c \
test_iscsi_datasn_invalid.c \
test_iscsi_sendtargets.c \
test_iscsi_nop_simple.c \
test_iscsi_chap.c \
test_mandatory_sbc.c \
test_modesense6_all_pages.c \
test_modesense6_control.c \