diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-11-05 12:57:17 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-11-06 08:27:44 +1100 |
commit | 0b7bb774ce836722d219d6e466a76b12c1a03de3 (patch) | |
tree | b9e229e72a4845da9c3fbc45abc36c84ee3f1f74 /source4/selftest | |
parent | 26faa8fe3a42f9d1278d81773c8808b05fcd76f8 (diff) | |
download | samba-0b7bb774ce836722d219d6e466a76b12c1a03de3.tar.gz samba-0b7bb774ce836722d219d6e466a76b12c1a03de3.tar.bz2 samba-0b7bb774ce836722d219d6e466a76b12c1a03de3.zip |
selftest: check that samba-tool gpo works for basic operations
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index ca5bdd39c1..58936e8d16 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -405,6 +405,13 @@ planpythontestsuite("dc:local", "samba.tests.dcerpc.bare") planpythontestsuite("dc:local", "samba.tests.dcerpc.unix") planpythontestsuite("dc:local", "samba.tests.dcerpc.srvsvc") planpythontestsuite("dc:local", "samba.tests.samba_tool.timecmd") + +# We run this test against both AD DC implemetnations because it is +# the only test we have of GPO get/set behaviour, and this involves +# the file server as well as the LDAP server. +planpythontestsuite("dc:local", "samba.tests.samba_tool.gpo") +planpythontestsuite("plugin_s4_dc:local", "samba.tests.samba_tool.gpo") + planpythontestsuite("dc:local", "samba.tests.samba_tool.processes") planpythontestsuite("dc:local", "samba.tests.samba_tool.user") planpythontestsuite("dc:local", "samba.tests.samba_tool.group") |