From: David Mulder Date: Thu, 25 Jun 2020 21:23:35 +0000 (-0600) Subject: gpo: Test gpo weekly scripts apply X-Git-Tag: talloc-2.3.2~935 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e5c842cba08911c7b555bd9b37865e38c64c868;p=thirdparty%2Fsamba.git gpo: Test gpo weekly scripts apply Signed-off-by: David Mulder Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/tests/gpo.py b/python/samba/tests/gpo.py index 57403d34983..82057286c73 100644 --- a/python/samba/tests/gpo.py +++ b/python/samba/tests/gpo.py @@ -343,6 +343,7 @@ class GPOTests(tests.TestCase): reg_key = b'Software\\Policies\\Samba\\Unix Settings' sections = { b'%s\\Daily Scripts' % reg_key : '.cron.daily', b'%s\\Monthly Scripts' % reg_key : '.cron.monthly', + b'%s\\Weekly Scripts' % reg_key : '.cron.weekly', b'%s\\Hourly Scripts' % reg_key : '.cron.hourly' } for keyname in sections.keys(): # Stage the Registry.pol file with test data diff --git a/selftest/knownfail.d/gpo b/selftest/knownfail.d/gpo new file mode 100644 index 00000000000..27f3459db8b --- /dev/null +++ b/selftest/knownfail.d/gpo @@ -0,0 +1 @@ +^samba.tests.gpo.samba.tests.gpo.GPOTests.test_gp_scripts