s4/selftest: Modify samba4.blackbox.chgdcpass to use smbclient(s3)
authorNoel Power <noel.power@suse.com>
Mon, 16 Dec 2019 17:08:35 +0000 (17:08 +0000)
committerRalph Boehme <slow@samba.org>
Fri, 3 Apr 2020 15:08:32 +0000 (15:08 +0000)
commitc83fafacbb60b5a09a74b9c16eb9878b85872fc2
tree557a8a38e247a1488cd4f493438c1f770e59274b
parent89476feec1ccb59c0dd61019afaf23ed0a9affb1
s4/selftest: Modify samba4.blackbox.chgdcpass to use smbclient(s3)

Test was using smbclient4 but this fails when used in environments that
don't support SMB1. We use smbclient(s3) instead. There remains one
failure due to behaviour differences between the smbclients.

The behavioural changes are related not to SMB1/SMB2 but
commits d4ea637eb869e0c3540140b7ae04c2b483f7693c &
fce66b22ea312abb252fb9dc748b3adc6fbab49f

Perhaps we need to modify s3 smbclient in a similar way? This is however
something that deserves further discussion.

Move this failing part to a knownfail for the moment.

Also the corrosponding entry in skip_smb1_fail has been removed

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/knownfail
selftest/skip_smb1_fails
source4/selftest/tests.py