summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-23 15:52:04 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-08-23 15:02:26 +0200
commit56fd072fdd0761d485571d9f9dcfea675bd282e4 (patch)
tree6c66afea39210722d0006358feeb98a65f016ead /source4/selftest
parent4fe344ef054e22b3c7ed5ff167a6713e59820a40 (diff)
downloadsamba-56fd072fdd0761d485571d9f9dcfea675bd282e4.tar.gz
samba-56fd072fdd0761d485571d9f9dcfea675bd282e4.tar.bz2
samba-56fd072fdd0761d485571d9f9dcfea675bd282e4.zip
selftest: Add a test of the NT ACL -> posix ACL mapping layer to selftest
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 76ef681fec..7594ed7c14 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -472,6 +472,7 @@ planpythontestsuite("dc:local", "samba.tests.upgradeprovisionneeddc")
planpythontestsuite("none", "samba.tests.upgradeprovision")
planpythontestsuite("none", "samba.tests.xattr")
planpythontestsuite("none", "samba.tests.ntacls")
+planpythontestsuite("plugin_s4_dc:local", "samba.tests.posixacl")
plantestsuite("samba4.deletetest.python(dc)", "dc", ['PYTHONPATH="$PYTHONPATH:%s/lib/subunit/python:%s/lib/testtools"' % (srcdir(), srcdir()),
python, os.path.join(samba4srcdir, "dsdb/tests/python/deletetest.py"),
'$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN'])