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-09 11:29:23 +0200
commita1ba25364239e9d4131d5e9d30e4c3c63b7a65d8 (patch)
tree7ca7a29ed9212726f6ad1811e20d120a584850d1 /python
parenta12dd7322ad800c784f7e6dbb5a243023eb3b059 (diff)
downloadsamba-a1ba25364239e9d4131d5e9d30e4c3c63b7a65d8.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 1462600b3b1..f8b62dcf855 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):