s4/selftest: Adjust samba4.blackbox.pkinit to use (s3) smbclient
authorNoel Power <noel.power@suse.com>
Thu, 12 Dec 2019 14:48:54 +0000 (14:48 +0000)
committerRalph Boehme <slow@samba.org>
Fri, 3 Apr 2020 15:08:30 +0000 (15:08 +0000)
commit572bc3e643c53ef5d95d9116d0aeac72f7ec2b5b
tree6ca3d1691b92f6012067dc8f76ad15019fb32122
parent4c92489383122ee4429d341a82cfb43ce6f9b4d3
s4/selftest: Adjust samba4.blackbox.pkinit to use (s3) smbclient

samba4.blackbox.pkinit falls to pass in environments that don't support
SMB2 because of use (s4) smbclient4. Change test to use (s3) smbclient

Additionally a test within the test script test_kinit_trusts_heimdal.sh
explicitly uses smbclient4 which can't negotiate SMB1 in environments
that don't support it. Add knownfail to cater for this & also remove entry
from the skip file

Further reference the smbclient4 specific test is associated with
https://bugzilla.samba.org/show_bug.cgi?id=12554 so maybe we should
keep it for the moment

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/knownfail.d/kinit_trust [new file with mode: 0644]
selftest/skip_smb1_fails
source4/selftest/tests.py
testprogs/blackbox/test_pkinit_heimdal.sh