summaryrefslogtreecommitdiffstats
path: root/source4/selftest
Commit message (Collapse)AuthorAgeFilesLines
* s4-selftest: ok, s4 cant print. add RPC-SPOOLSS-PRINTER to knownfail for now.Günther Deschner2009-07-151-0/+1
| | | | Guenther
* s4: Add tests and 'must change password' flags in setpassword and newuserAndrew Bartlett2009-06-181-0/+1
| | | | | | | In particular, ensure that we can acutally change the password under these circumstances. Andrew Bartlett
* selftest: Use common function when skipping testsuites based on run-timeJelmer Vernooij2009-06-181-11/+32
| | | | conditions.
* python: Add API for accessing available shares.Jelmer Vernooij2009-06-161-0/+1
|
* selftest: Fix references to filenames with knownfailures and slow tests.Jelmer Vernooij2009-06-121-2/+2
|
* selftest: Add option to strip output of succeeded tests, and use it onJelmer Vernooij2009-06-121-1/+1
| | | | | | the buildfarm. The matches the behaviour we had earlier in the previous output format.
* selftest: Output subunit on the buildfarm.Jelmer Vernooij2009-06-121-0/+5
|
* selftest: Fix handling of testsuite, reintroduce progress indication.Jelmer Vernooij2009-06-111-1/+4
|
* selftest: Fix subunit stream to include the right prefixes rather thanJelmer Vernooij2009-06-111-1/+1
| | | | extending the subunit protocol.
* selftest: Use external processes for filtering known failures and prettyJelmer Vernooij2009-06-111-16/+14
| | | | formatting.
* selftest: Use filter-xfail for known failuresJelmer Vernooij2009-06-111-2/+5
|
* selftest: Use subunit internally, and a separate test output formatter.Jelmer Vernooij2009-06-111-18/+19
|
* fixed some places where RPC-SECRETS needs to be changed to RPC-LSA-SECRETSAndrew Tridgell2009-06-101-6/+6
| | | | | this copes with a rename of SECRETS to LSA-SECRETS in an earlier patch by gd
* s4-tests: Add separate variable for tap2subunit.Jelmer Vernooij2009-06-091-2/+3
|
* s4-selftest: change rpc.secrets to rpc.lsa.secrets here as well.Günther Deschner2009-06-091-5/+5
| | | | Guenther
* Don't run the RPC-SAMR-LARGE-DC test multiple timesAndrew Bartlett2009-06-041-1/+1
|
* selftest: Run tests for Samba4 target in the samba 4 testsuite.Jelmer Vernooij2009-06-031-0/+1
|
* Rename harness2subunit.pl -> tap2subunit to be consistent with theJelmer Vernooij2009-06-031-1/+1
| | | | subunit tools.
* Fix pythonpath so subunit can be found.Jelmer Vernooij2009-06-021-1/+1
|
* Explicitly list RPC-SAMR-PASSWORDS-PWDLASTSET and RPC-SAMR-USERS-PRIVILAGES ↵Andrew Bartlett2009-05-291-1/+1
| | | | as slow
* s4-selftest: adding RPC-SAMR-USERS-PRIVILEGES to knownfail list.Günther Deschner2009-05-211-0/+1
| | | | | | | | | Samba4 cannot pass this test currently as in Samba4 (unlike Samba3) the LSA and SAMR account are stored in the same db. Once you delete a SAMR user the LSA privilege account is deleted at the same time (which is wrong). Guenther
* tevent: Remove python module.Jelmer Vernooij2009-05-161-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.
* s4-selftest: match new name of RPC-SAMR-ACCESSMASK.Günther Deschner2009-05-132-2/+2
| | | | Guenther
* s4:selftest: don't run the smb2.durable.open testStefan Metzmacher2009-04-251-0/+1
| | | | | | it often crashes when the server doesn't support them. metze
* s4:selftest: s4 doesn't support osxrename and directory rename yetStefan Metzmacher2009-04-251-0/+2
| | | | metze
* python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵Andrew Bartlett2009-04-211-0/+1
| | | | GUID.__cmp__.
* s4:selftest: ignore smb2.lease test for nowStefan Metzmacher2009-04-201-0/+1
| | | | metze
* enable testing of possibleInferiors generationAndrew Tridgell2009-04-091-0/+1
|
* s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRINDStefan Metzmacher2009-03-211-6/+6
| | | | metze
* 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