diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-23 15:52:04 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-23 15:02:26 +0200 |
commit | 56fd072fdd0761d485571d9f9dcfea675bd282e4 (patch) | |
tree | 6c66afea39210722d0006358feeb98a65f016ead /source4/selftest | |
parent | 4fe344ef054e22b3c7ed5ff167a6713e59820a40 (diff) | |
download | samba-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-x | source4/selftest/tests.py | 1 |
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']) |