diff options
author | Volker Lendecke <vl@samba.org> | 2011-04-11 17:26:35 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-04-13 14:13:25 -0700 |
commit | 845d4d43c760455c7a0b5692925afa4d680bd3c0 (patch) | |
tree | 991c1fce43cf4849a5c6c03e24253ba92a7dcc41 /source3/selftest | |
parent | 32bd64359c85fc90037c1bec0ea476bc6e9c185d (diff) | |
download | samba-845d4d43c760455c7a0b5692925afa4d680bd3c0.tar.gz samba-845d4d43c760455c7a0b5692925afa4d680bd3c0.tar.bz2 samba-845d4d43c760455c7a0b5692925afa4d680bd3c0.zip |
s3: Add a test for sid2xids
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 0a1df9ad10..a21e151ec7 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -92,6 +92,10 @@ for t in tests: plantestsuite("samba3.wbinfo_s3.(dc:local).%s" % t, "dc:local", [os.path.join(samba3srcdir, "script/tests/test_wbinfo_s3.sh"), t]) plantestsuite("samba3.wbinfo_s3.(member:local).%s" % t, "member:local", [os.path.join(samba3srcdir, "script/tests/test_wbinfo_s3.sh"), t]) +plantestsuite( + "samba3.wbinfo_sids2xids.(member:local)", "member:local", + [os.path.join(samba3srcdir, "script/tests/test_wbinfo_sids2xids.sh")]) + plantestsuite("samba3.ntlm_auth.(dc:local)", "dc:local", [os.path.join(samba3srcdir, "script/tests/test_ntlm_auth_s3.sh"), valgrindify(python), samba3srcdir, configuration]) for env in ["dc", "member"]: |