summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-08-21 14:58:01 -0700
committerKarolin Seeger <kseeger@samba.org>2018-10-10 15:51:54 +0200
commit8251e95c1ad7481cbc729338156fd027d9305748 (patch)
tree88b994118e2e45e64f68a1c0b87ee0b5ef9fc7dd /python
parent9329a288185162c237f65f8dcaa72e6d52a142c3 (diff)
downloadsamba-8251e95c1ad7481cbc729338156fd027d9305748.tar.gz
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> (backported from commit 3ecb9ed7b079fc1bf74c311cf5f1684086b36883)
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/docs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py
index 0f029ae02d2..620383caebd 100644
--- a/python/samba/tests/docs.py
+++ b/python/samba/tests/docs.py
@@ -163,7 +163,8 @@ class SmbDotConfTests(TestCase):
'registry shares',
'smb ports',
'rpc server dynamic port range',
- 'name resolve order'])
+ 'name resolve order',
+ 'clustering'])
self._test_empty(['bin/testparm'])
def test_default_s4(self):