docs: enable checking of parametric options assignment
authorGarming Sam <garming@catalyst.net.nz>
Wed, 12 Mar 2014 23:24:36 +0000 (12:24 +1300)
committerJeremy Allison <jra@samba.org>
Wed, 7 May 2014 17:49:17 +0000 (19:49 +0200)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
python/samba/tests/docs.py

index b11e4f197223fd4b1083d03714632a00fcd6f707..ab25b6c91a088d85f58f0ed0db9ae42e15df041c 100644 (file)
@@ -240,8 +240,7 @@ class SmbDotConfTests(TestCase):
         for tuples in defaults:
             param, default, context, param_type = tuples
 
-            # temporarily remove parametric options - no dump available in s4
-            if param in ['printing'] or ':' in param:
+            if param in ['printing']:
                 continue
 
             section = None
@@ -280,8 +279,7 @@ class SmbDotConfTests(TestCase):
         for tuples in defaults:
             param, default, context, param_type = tuples
 
-            # temporarily remove parametric options - no dump available in s4
-            if param in ['printing', 'copy', 'include', 'log level'] or ':' in param:
+            if param in ['printing', 'copy', 'include', 'log level']:
                 continue
 
             # currently no easy way to set an arbitrary value for these