summaryrefslogtreecommitdiffstats
path: root/selftest
Commit message (Collapse)AuthorAgeFilesLines
...
* selftest: Properly recognize xfail testsuites.Jelmer Vernooij2009-06-115-10/+48
|
* selftest/subunit: Remove open_tests argument from parse_results.Jelmer Vernooij2009-06-114-17/+6
|
* selftest: Fix subunit formatting, fix years when filtering subunitJelmer Vernooij2009-06-117-134/+164
| | | | streams.
* selftest: Fix handling of testsuite, reintroduce progress indication.Jelmer Vernooij2009-06-114-31/+141
|
* selftest: Remove unnecessary uses.Jelmer Vernooij2009-06-114-5/+2
|
* selftest/subunit: Remove prefix command.Jelmer Vernooij2009-06-116-61/+19
|
* selftest: Fix subunit stream to include the right prefixes rather thanJelmer Vernooij2009-06-113-13/+51
| | | | extending the subunit protocol.
* More work supporting prefixes.Jelmer Vernooij2009-06-113-11/+30
|
* selftest: Use external processes for filtering known failures and prettyJelmer Vernooij2009-06-117-111/+110
| | | | formatting.
* selftest: Avoid decreasing total testsuites if the original total is notJelmer Vernooij2009-06-111-2/+8
| | | | known.
* selftest: Use filter-xfail for known failuresJelmer Vernooij2009-06-114-54/+16
|
* selftest: Add script to filter out known failures from a subunit stream.Jelmer Vernooij2009-06-111-0/+162
|
* Subunit: Support "fail" as alias for "failure" in Subunit streams.Jelmer Vernooij2009-06-111-2/+2
|
* subunit: Move more Subunit printing logic to Subunit.pm.Jelmer Vernooij2009-06-112-15/+32
|
* subunit: Support the time: command.Jelmer Vernooij2009-06-111-0/+3
|
* s3-selftest: forward NSS_WRAPPER_WINBIND_SO_PATH env to tests.Günther Deschner2009-06-081-0/+4
| | | | Guenther
* selftest: Add script that can take a subunit stream and format it.Jelmer Vernooij2009-06-031-0/+68
|
* selftest/plain: Allow caller to not specify the number of expectedJelmer Vernooij2009-06-031-1/+5
| | | | testsuites to run.
* selftest: Fix target/Samba4 tests.Jelmer Vernooij2009-06-031-2/+3
|
* Remove empty unit test.Jelmer Vernooij2009-06-031-7/+0
|
* selftest/README: Fix formatting.Jelmer Vernooij2009-06-031-5/+13
|
* selftest: Factor generic functionality for buildfarm output into aJelmer Vernooij2009-06-032-35/+88
| | | | separate perl module.
* Support reporting current time in selftest output.Jelmer Vernooij2009-06-034-7/+32
|
* selftest: Add subunit output format.Jelmer Vernooij2009-06-032-0/+105
|
* s3-selftest: Fix invalid /etc/group file used with nss_wrapper.Günther Deschner2009-05-301-0/+1
| | | | | | Found by torture test. Guenther
* s3-selftest: use nss_wrapper.pl as "add user to group" and "delete user from ↵Günther Deschner2009-05-281-5/+7
| | | | | | group" script. Guenther
* s3-selftest: add add and delete group scripts using nss_wrapper.Günther Deschner2009-05-201-0/+2
| | | | Guenther
* s3-printing: Fix vlp testprinter application.Günther Deschner2009-05-121-7/+7
| | | | | | | | | | Jeremy, we cannot just access cache_path() here without calling lp_load and friends as well as parsing configfile from the commandline in order to make "make test/selftest" find the correct conffile with path, etc. I just changed it to pass the target tdbfilename as an argument, ok ? Guenther
* s3-selftest: need to enable lanman auth in order make RPC-SAMR-PASSWORDS pass.Günther Deschner2009-05-081-0/+1
| | | | Guenther
* Specify explicit path to vlp, for those not having vlp in $PATH.Jelmer Vernooij2009-04-221-1/+9
|
* s4 selftest: Export the WINBINDD_SOCKET_DIR env varKai Blin2009-04-221-0/+1
|
* selftest: add a fake root user to nss_wrapper_passwd in s3.Günther Deschner2009-04-081-0/+1
| | | | | | | Needed to make some server calls to get_root_nt_token() succeed. make selftest/make test gurus, please check. Guenther
* selftest: Add copyright headersJelmer Vernooij2009-03-256-4/+89
|
* selftest/Samba3: Test smb signing against the member serverStefan Metzmacher2009-03-231-0/+1
| | | | metze
* selftest/Samba3: always use the same timeout for all serversStefan Metzmacher2009-03-211-17/+15
| | | | metze
* s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRINDStefan Metzmacher2009-03-211-4/+4
| | | | metze
* selftest/Samba3: use the same sequence of signals to shutdown samba3 as with ↵Stefan Metzmacher2009-03-201-1/+4
| | | | | | | | | the shell scripts When we kill the timelimit process with SIGKILL, it can't kill its children... metze
* Make the 'modules.conf' generation in the LDAP selftest simplerAndrew Bartlett2009-02-241-52/+7
| | | | | | | The versions of OpenLDAP that we require don't need us to specify the location any more - slaptest knows this from it's build time. Andrew Bartlett
* Fix GDB_PROVISION modeSimo Sorce2009-02-231-1/+1
|
* selftest/Samba4: pass down the kdc address down to provision_raw_*()Stefan Metzmacher2009-02-101-13/+16
| | | | metze
* selftest/Samba4: split out ldap specific stuff from provision_raw_*()Stefan Metzmacher2009-02-101-60/+85
| | | | metze
* selftest/Samba4: split out share configurations of provision_raw*()Stefan Metzmacher2009-02-101-57/+67
| | | | metze
* selftest/Samba4: split provision() into provision_raw_prepare() and ↵Stefan Metzmacher2009-02-101-131/+184
| | | | | | | | | provision_raw_run() This functions will be reused soon for a Samba34.pm used by a 'make selftest34' metze
* selftest: s/SMBD/SAMBA/ in Samba.pmStefan Metzmacher2009-02-101-18/+18
| | | | metze
* selftest: allow "skip" as max runtime for smbd, nmbd and winbinddStefan Metzmacher2009-02-101-1/+31
| | | | metze
* selftest: Samba3 protect against removing /*Stefan Metzmacher2009-02-101-0/+3
| | | | metze
* selftest: add target::TemplateStefan Metzmacher2009-02-101-0/+52
| | | | metze
* selftest: add my copyrightStefan Metzmacher2009-02-101-0/+2
| | | | metze
* selftest/Samba3: use the same logic for make test and make selftestStefan Metzmacher2009-02-041-5/+0
| | | | | | See also commit 484c4a5955d0365beb9587bb15c73fe3ed3301ce metze
* selftest: don't use hardcoded path to nmblookup in Samba4.pmStefan Metzmacher2009-02-031-12/+13
| | | | metze