mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
test:doc: Skip 'clustering=yes'
As testparm will error out when running clustering=yes as non-root, skip this step to avoid a test failure. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13465 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
2c63ce94ef
commit
3ecb9ed7b0
@ -159,12 +159,13 @@ class SmbDotConfTests(TestCase):
|
||||
|
||||
# registry shares appears to need sudo
|
||||
self._set_arbitrary(['bin/testparm'],
|
||||
exceptions=['client lanman auth',
|
||||
'client plaintext auth',
|
||||
'registry shares',
|
||||
'smb ports',
|
||||
'rpc server dynamic port range',
|
||||
'name resolve order'])
|
||||
exceptions = ['client lanman auth',
|
||||
'client plaintext auth',
|
||||
'registry shares',
|
||||
'smb ports',
|
||||
'rpc server dynamic port range',
|
||||
'name resolve order',
|
||||
'clustering'])
|
||||
self._test_empty(['bin/testparm'])
|
||||
|
||||
def test_default_s4(self):
|
||||
|
Loading…
Reference in New Issue
Block a user