From: Andrew Bartlett Date: Thu, 23 Aug 2012 05:52:04 +0000 (+1000) Subject: selftest: Add a test of the NT ACL -> posix ACL mapping layer to selftest X-Git-Tag: samba-4.0.0beta7~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56fd072fdd0761d485571d9f9dcfea675bd282e4;p=thirdparty%2Fsamba.git selftest: Add a test of the NT ACL -> posix ACL mapping layer to selftest --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 76ef681fec7..7594ed7c145 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'])