The conditional should be checking for gnutls presence. On openSUSE Tumbleweed without gnutls this gives me: > ./test-tool/iscsi-test-cu --list|grep -i chap ALL.iSCSICHAP ALL.iSCSICHAP.Simple ALL.iSCSICHAP.Invalid iSCSI.iSCSICHAP iSCSI.iSCSICHAP.Simple iSCSI.iSCSICHAP.Invalid Install gnutls, rebuild and check for base64 test presence: > sudo zypper in gnutls-devel > git clean -fxd . <rebuild> > ./test-tool/iscsi-test-cu --list|grep -i chap ALL.iSCSICHAP ALL.iSCSICHAP.Simple ALL.iSCSICHAP.Invalid ALL.iSCSICHAP.Base64 ALL.iSCSICHAP.Base64Oversize iSCSI.iSCSICHAP iSCSI.iSCSICHAP.Simple iSCSI.iSCSICHAP.Invalid iSCSI.iSCSICHAP.Base64 iSCSI.iSCSICHAP.Base64Oversize Signed-off-by: David Disseldorp <ddiss@suse.de>
9.7 KiB
9.7 KiB