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:
parent
839ca0cd35
commit
62893486c6
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user