From 63703c9a07d22b6ab881afc6824b5cf4016375ec Mon Sep 17 00:00:00 2001 From: David Mulder Date: Thu, 25 Jun 2020 15:03:03 -0600 Subject: [PATCH] gpo: Test gpo monthly scripts apply Signed-off-by: David Mulder Reviewed-by: Douglas Bagnall --- python/samba/tests/gpo.py | 1 + selftest/knownfail.d/gpo | 1 + 2 files changed, 2 insertions(+) create mode 100644 selftest/knownfail.d/gpo diff --git a/python/samba/tests/gpo.py b/python/samba/tests/gpo.py index 18bcf81f40c..57403d34983 100644 --- a/python/samba/tests/gpo.py +++ b/python/samba/tests/gpo.py @@ -342,6 +342,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\\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