summaryrefslogtreecommitdiffstats
path: root/source4/selftest
Commit message (Collapse)AuthorAgeFilesLines
* s4-spoolss: just return OK for dcesrv_spoolss_EnumPrintProcDataTypes for now.Günther Deschner2009-03-071-1/+0
| | | | Guenther
* don't rely on shebang's perl path, call our $PERL insteadBjörn Jacke2009-03-071-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-smbtorture: add test_EnumPrintProcDataTypes to RPC-SPOOLSS test.Günther Deschner2009-03-071-0/+1
| | | | Guenther
* some shells are picky about ^ without quotesBjörn Jacke2009-03-021-2/+2
|
* don't hardcode python pathBjörn Jacke2009-02-261-1/+5
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* LDAP-UPTODATEVECTOR: fix segfault against samba4 as serverStefan Metzmacher2009-02-051-1/+0
| | | | metze
* s4:selftest: don't use hardcoded pathesStefan Metzmacher2009-02-031-18/+18
| | | | metze
* selftest: pass down the path to python for provisioning samba4Stefan Metzmacher2009-01-301-1/+2
| | | | metze
* s4:selftest: run RPC-COUNTCALLS as dc:localStefan Metzmacher2009-01-301-1/+4
| | | | metze
* s4:selftest: run ncalrpc tests in dc:local modeStefan Metzmacher2009-01-301-12/+22
| | | | metze
* selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher2009-01-301-7/+2
| | | | metze
* selftest: allow environment optionsStefan Metzmacher2009-01-301-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
* s4:selftest: reference binaries via variables in tests.shStefan Metzmacher2009-01-211-7/+9
| | | | metze
* s4-winbind: Remove a "knownfail" entry for the now implemented LIST_GROUPSKai Blin2009-01-161-1/+0
|
* s4:selftest: report tevent tests as 'tevent.python'Stefan Metzmacher2009-01-021-1/+1
| | | | metze
* Fix Python event tests after rename to tevent.Jelmer Vernooij2008-12-181-1/+1
|
* s4:selftest: we pass raw.delete.delete21Stefan Metzmacher2008-12-181-1/+0
| | | | metze
* nsswitch: Fix paths for Samba4 blackbox wbinfo testKai Blin2008-12-161-2/+2
|
* s4:selftest: samba4 fails the changed delete testStefan Metzmacher2008-12-111-0/+2
| | | | metze
* s4-smbtorture: skip ServerGetTrustInfo for samba4.Günther Deschner2008-12-101-0/+1
| | | | Guenther
* s4:selftest: we have netr_GetDcName() and netr_GetAnyDCName() ↵Stefan Metzmacher2008-12-041-2/+0
| | | | | | implementations now metze
* selftest: s4 does not have a pwdlastset implementation yet.Günther Deschner2008-11-281-0/+1
| | | | Guenther
* s4-smbtorture: add very basic RPC-NTSVCS test.Günther Deschner2008-11-121-0/+1
| | | | Guenther
* s4-test: skip netr_DatabaseRedo test.Günther Deschner2008-11-061-0/+1
| | | | Guenther
* selftest: move gdb_* and valgrind_* scripts to selftest/Stefan Metzmacher2008-10-281-6/+7
| | | | metze
* Require separate option for quicktest include list rather than makingJelmer Vernooij2008-10-221-1/+1
| | | | assumptions about it.
* Prevent warning about directory already existing.Jelmer Vernooij2008-10-211-1/+1
|
* Export variables correctly for blackbox tests (thanks metze).Jelmer Vernooij2008-10-201-0/+2
|
* Move Samba4-specific code out of selftest.Jelmer Vernooij2008-10-191-0/+23
|
* Fix comment after paths have changed.Jelmer Vernooij2008-10-191-2/+2
|
* Merge branch 'selftest' of git://git.samba.org/jelmer/sambaJelmer Vernooij2008-10-1921-3602/+164
|\
| * Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij2008-10-115-20/+55
| |\ | | | | | | | | | | | | Conflicts: selftest/selftest.pl
| * | keep obsolete file in samba4 source directory.Jelmer Vernooij2008-09-181-0/+48
| | |
| * | Move selftest code to top-level.Jelmer Vernooij2008-09-1822-3637/+165
| | |
* | | Support "make test-X" to run all tests that match regex X.Jelmer Vernooij2008-10-111-0/+3
| |/ |/|
* | Import tests for subunit python module.Jelmer Vernooij2008-10-081-0/+1
| |
* | Move subunit helper utility to specific subunit directory.Jelmer Vernooij2008-10-081-1/+1
| |
* | Allow 'make testenv-dc', 'make testenv-member', etc.Jelmer Vernooij2008-10-081-0/+3
| |
* | s4:selftest: make sure we test RPC-OBJECTUUID with sealStefan Metzmacher2008-09-301-1/+1
| | | | | | | | metze
* | s4:selftest: add "smb.signing" to anon signing testsStefan Metzmacher2008-09-301-3/+3
| | | | | | | | metze
* | fixed expansion of $USERNAME in signing testsAndrew Tridgell2008-09-241-1/+1
| |
* | Rename smbd -> samba.Jelmer Vernooij2008-09-244-22/+22
| | | | | | | | | | | | | | | | This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c
* | selftest: test some smb signing combinations against the member serverStefan Metzmacher2008-09-231-0/+40
| | | | | | | | metze
* | Avoid printing characters when in immediate mode.Jelmer Vernooij2008-09-211-4/+6
| |
* | Print status (one character per test) when not running selftest with ↵Jelmer Vernooij2008-09-211-4/+19
| | | | | | | | --immediate.
* | Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-214-22/+22
| | | | | | | | This reverts commit 0e9008be35a5b334bd65e6417193d4b8f27bdc36.
* | Rename smbd -> samba.Jelmer Vernooij2008-09-214-22/+22
| |
* | No longer set PATH during selftest, was only required for smbscript.Jelmer Vernooij2008-09-211-2/+0
| |
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij2008-09-191-1/+1
|\ \
| * | Fix path to ndrdump in blackbox test, don't start smb server for ndrdumpJelmer Vernooij2008-09-191-1/+1
| |/ | | | | | | tests.