mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
gpo: Test gpo monthly scripts apply
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
42f043ab51
commit
63703c9a07
@ -342,6 +342,7 @@ class GPOTests(tests.TestCase):
|
|||||||
|
|
||||||
reg_key = b'Software\\Policies\\Samba\\Unix Settings'
|
reg_key = b'Software\\Policies\\Samba\\Unix Settings'
|
||||||
sections = { b'%s\\Daily Scripts' % reg_key : '.cron.daily',
|
sections = { b'%s\\Daily Scripts' % reg_key : '.cron.daily',
|
||||||
|
b'%s\\Monthly Scripts' % reg_key : '.cron.monthly',
|
||||||
b'%s\\Hourly Scripts' % reg_key : '.cron.hourly' }
|
b'%s\\Hourly Scripts' % reg_key : '.cron.hourly' }
|
||||||
for keyname in sections.keys():
|
for keyname in sections.keys():
|
||||||
# Stage the Registry.pol file with test data
|
# Stage the Registry.pol file with test data
|
||||||
|
1
selftest/knownfail.d/gpo
Normal file
1
selftest/knownfail.d/gpo
Normal file
@ -0,0 +1 @@
|
|||||||
|
^samba.tests.gpo.samba.tests.gpo.GPOTests.test_gp_scripts
|
Loading…
Reference in New Issue
Block a user