summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_wbinfo_sids2xids_int.py
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03s3:selftest: extend sids2xids test script to cope with "ID_TYPE_BOTH mappingsMichael Adam1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Dec 3 10:47:17 CET 2012 on sn-devel-104
2012-12-03s3:test:wbinfo_sids2xids: test the results with singular calls with filled ↵Michael Adam1-10/+27
and with empty cache Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2011-06-25s3:test: don't rely on pyhton being in /usr/bin/python in the sids2xids testMichael Adam1-1/+1
"/usr/bin/env pyhton" should always work as long as pyhton is in the path. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Jun 25 01:07:15 CEST 2011 on sn-devel-104
2011-04-13s3: Add a test for sid2xidsVolker Lendecke1-0/+47
Signed-off-by: Jeremy Allison <jra@samba.org>