1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

selftest: Fix samba3.clustered.smb2.deny.deny2 test

This test failed to start, emitting the following error:
Unknown torture operation 'clustered.smb2.deny.deny2'

To fix this, remove the 'clustered.' prefix from the test name.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Joseph Sutton 2023-04-12 13:20:00 +12:00 committed by Andreas Schneider
parent 839ca0cd35
commit 62893486c6

View File

@ -1721,7 +1721,7 @@ def planclusteredmembertestsuite(tname, prefix):
sharearg = '//$SERVER_IP/%s' % tshare
return selftesthelpers.plansmbtorture4testsuite(
namearg,
tname,
'clusteredmember',
[extraargs, unclistarg, sharearg, autharg, tname],
target='samba3',