summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-05-29Explicitly list RPC-SAMR-PASSWORDS-PWDLASTSET and RPC-SAMR-USERS-PRIVILAGES ↵Andrew Bartlett1-1/+1
as slow
2009-05-16tevent: Remove python module.Jelmer Vernooij1-1/+0
This module didn't have any functionality that we actually used yet, and it was quite small. Tevent is quite low level and perhaps doesn't make much sense to expose directly as a Python module. It was also causing build problems when used with a system-tevent. We can always back later if necessary.
2009-04-21python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵Andrew Bartlett1-0/+1
GUID.__cmp__.
2009-04-09enable testing of possibleInferiors generationAndrew Tridgell1-0/+1
2009-03-07don't rely on shebang's perl path, call our $PERL insteadBjörn Jacke1-1/+1
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-03-02some shells are picky about ^ without quotesBjörn Jacke1-2/+2
2009-02-26don't hardcode python pathBjörn Jacke1-1/+5
Signed-off-by: Michael Adam <obnox@samba.org>
2009-02-03s4:selftest: don't use hardcoded pathesStefan Metzmacher1-18/+18
metze
2009-01-30s4:selftest: run RPC-COUNTCALLS as dc:localStefan Metzmacher1-1/+4
metze
2009-01-30s4:selftest: run ncalrpc tests in dc:local modeStefan Metzmacher1-12/+22
metze
2009-01-30selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher1-7/+2
metze
2009-01-30selftest: allow environment optionsStefan Metzmacher1-2/+2
We support "local" and "client" (default) now. We can decide if we want to run a client against the server (with a special client.conf) or if we want to run tests localy on the server with the same config as the server. metze
2009-01-21s4:selftest: reference binaries via variables in tests.shStefan Metzmacher1-7/+9
metze
2009-01-02s4:selftest: report tevent tests as 'tevent.python'Stefan Metzmacher1-1/+1
metze
2008-12-18Fix Python event tests after rename to tevent.Jelmer Vernooij1-1/+1
2008-12-16nsswitch: Fix paths for Samba4 blackbox wbinfo testKai Blin1-2/+2
2008-10-21Prevent warning about directory already existing.Jelmer Vernooij1-1/+1
2008-10-20Export variables correctly for blackbox tests (thanks metze).Jelmer Vernooij1-0/+2
2008-10-19Move Samba4-specific code out of selftest.Jelmer Vernooij1-0/+23
2008-10-19Fix comment after paths have changed.Jelmer Vernooij1-2/+2
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij1-11/+44
Conflicts: selftest/selftest.pl
2008-09-18Move selftest code to top-level.Jelmer Vernooij1-0/+361