tests: Allow "max open files" to differ from the documentation
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Oct 2014 21:43:41 +0000 (10:43 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 17 Oct 2014 10:57:06 +0000 (12:57 +0200)
It is system-dependent.

Andrew Bartlett

Change-Id: Icf21476c00295a428ad808bc56ab8153f109627f
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/tests/docs.py

index 0d71e685ab7fc0e028d0b002080f029fb9d3f839..a6a1a155fa68579ddea50813728421751237da77 100644 (file)
@@ -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()