summaryrefslogtreecommitdiffstats
path: root/python/samba
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-10-08 10:43:41 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-10-17 12:57:06 +0200
commit022f1ca7fc2b3bea9d86c26d2ed275e828acae8b (patch)
tree60e8eb1b4faccb0f1b2302fc36a6e90fa0fef839 /python/samba
parent470af881479d1a1588dc23ef40622b4d8f006b61 (diff)
downloadsamba-022f1ca7fc2b3bea9d86c26d2ed275e828acae8b.tar.gz
samba-022f1ca7fc2b3bea9d86c26d2ed275e828acae8b.tar.xz
samba-022f1ca7fc2b3bea9d86c26d2ed275e828acae8b.zip
tests: Allow "max open files" to differ from the documentation
It is system-dependent. Andrew Bartlett Change-Id: Icf21476c00295a428ad808bc56ab8153f109627f Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'python/samba')
-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 0d71e685ab..a6a1a155fa 100644
--- a/python/samba/tests/docs.py
+++ b/python/samba/tests/docs.py
@@ -131,7 +131,8 @@ class SmbDotConfTests(TestCase):
'ctdbd socket', 'printing', 'printcap name', 'queueresume command',
'queuepause command','lpresume command', 'lppause command',
'lprm command', 'lpq command', 'print command', 'template homedir',
- 'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build'])
+ 'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build',
+ 'max open files'])
def setUp(self):
super(SmbDotConfTests, self).setUp()