selftest: Add a test of the NT ACL -> posix ACL mapping layer to selftest
authorAndrew Bartlett <abartlet@samba.org>
Thu, 23 Aug 2012 05:52:04 +0000 (15:52 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 23 Aug 2012 13:02:26 +0000 (15:02 +0200)
source4/selftest/tests.py

index 76ef681fec734db769a4bfda2795b4f03943aeb0..7594ed7c1452ea5debadd2fbf59691445d5beff1 100755 (executable)
@@ -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'])