summaryrefslogtreecommitdiff
path: root/source4/selftest
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25110: Show environment variables in HTML output.Jelmer Vernooij2-3/+26
(This used to be commit 62e770ace32f0e38863d4020773562e74117fc65)
2007-10-10r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij1-1/+5
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
2007-10-10r25031: Use pointers to services rather than service numbers when possible.Jelmer Vernooij1-2/+8
(This used to be commit dde12060ea07ba34fd3f96594559696d52127e7c)
2007-10-10r24989: use $smbd_maxtime for smbd...Stefan Metzmacher1-1/+1
metze (This used to be commit 9a444caa5aa940c4f903b066052ff228359daf59)
2007-10-10r24945: The behaviour of the SAMR server on a member server is worth testingAndrew Bartlett1-0/+3
separately. Andrew Bartlett (This used to be commit f033c71ebee798fc7503d7f14f855c40d3ece9a4)
2007-10-10r24905: Actually run the transport-independent tests, rather than just the ↵Jelmer Vernooij1-1/+1
transport-dependent ones again... (This used to be commit 82da9d7d62fac7ee32a6f88308f39cbec0b67197)
2007-10-10r24901: Somewhat easier and more reliable access to the pid files.Jelmer Vernooij1-23/+34
(This used to be commit 91a0a00e6df4527948a2259ef2f7275f81c42cf1)
2007-10-10r24899: Register signal handler that tears down environment.Jelmer Vernooij1-1/+8
(This used to be commit fa89d228dd1988a74eea107ac8c2773cff7b9df1)
2007-10-10r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures.Jelmer Vernooij1-1/+1
(This used to be commit 527ea7fccf4ace9cd9cbacf49820ecd208b8d570)
2007-10-10r24896: Run the tests for most RPC interfaces over one transport only.Jelmer Vernooij1-7/+13
(This used to be commit ded2841eef3df7b491a1af9373ad0dcc8c85a5ea)
2007-10-10r24894: Run the libnet tests over just one DCE/RPC transport. Other DCE/RPC ↵Jelmer Vernooij1-16/+4
tests already check that the DCE/RPC library and interfaces work ok. (This used to be commit d392d6e92b4145106e073ec4410796e3913320c0)
2007-10-10r24893: Update documentation for selftest.Jelmer Vernooij3-14/+25
(This used to be commit df8f0677f398b26a2764be74715294bb76b1c248)
2007-10-10r24891: Fix smbtorture to exit non-zero if a test suite wasn't found.Jelmer Vernooij1-2/+2
(This used to be commit 44139acf3045149de5bbbbdfd6e0304fc9e0b8dd)
2007-10-10r24890: Integrate more of the RPC-SECRETS tests.Jelmer Vernooij1-10/+4
(This used to be commit 84cc1d42ab201d4a8fb0ef06b85d79a3ed8bc1d4)
2007-10-10r24889: Move choosing the binding options into RPC-SECRETS.Jelmer Vernooij1-9/+7
(This used to be commit 24d322b746cf25010045515f9beff63e2b5cccd2)
2007-10-10r24887: Support reading testlists from other locations (e.g. Samba3)Jelmer Vernooij1-19/+36
(This used to be commit 88537c5affb91050b1cce244688d99624d0f6c7d)
2007-10-10r24882: Use the torture API in BASE-CHARSET.Jelmer Vernooij1-4/+1
(This used to be commit 93910d92cd431add876e98a12712253bee8c52e7)
2007-10-10r24878: Support specifying a reason for skips/expected failuresJelmer Vernooij4-36/+60
(This used to be commit 84c94b37fed837c7a45f59746de80d20063d93e8)
2007-10-10r24875: Use more absolute paths to samba4 binaries.Jelmer Vernooij6-13/+13
(This used to be commit d5a3ebef36a3feed73817269a41c146230c29de9)
2007-10-10r24873: Print smbd/nmbd log files for Samba 3.Jelmer Vernooij1-3/+24
(This used to be commit 8dad4c5503b2987bdf44324301a067063d48495f)
2007-10-10r24870: Strip whitespace characters in username (broke tests).Jelmer Vernooij1-0/+1
(This used to be commit 264f5c9d501f7ceee7934b3f5826e68d7626a499)
2007-10-10r24869: Print command that was executed.Jelmer Vernooij2-0/+6
(This used to be commit 9aabcafba612afafb1c3260b79a899ea463f8d32)
2007-10-10r24866: Put remainder of binding string tests in librpc/ directory.Jelmer Vernooij3-23/+2
(This used to be commit 5b78d845a4d107e6a0e77a6e57e2b0e22fc0db95)
2007-10-10r24861: Use absolute paths to make it easier to run the testsuite from the ↵Jelmer Vernooij21-106/+98
Samba3 source. (This used to be commit 022d5a43cedeb5cca7e4cf3424963e2180ec1f2f)
2007-10-10r24860: Make it easier to run selftest.pl in a Samba3 source tree.Jelmer Vernooij7-16/+10
(This used to be commit 53ec879e3168e9f56e774f0b0d70aeebb3795f8e)
2007-10-10r24839: Default to creating a dc + domain member in 'make testenv'.Jelmer Vernooij1-1/+1
(This used to be commit 221d2279131c72c8055ceebe0314930881085aeb)
2007-10-10r24835: Put all RPC tests in the list (skipping when necessary), warn if ↵Jelmer Vernooij1-3/+16
tests aren't there. (This used to be commit 1ff13ae254288afc56a3b19d00c7a20120eb4c74)
2007-10-10r24834: Pass environment name on to skip_testsuite().Jelmer Vernooij4-8/+9
(This used to be commit 2ac1f32506c9fdfbe836f605b2152a9e094dc733)
2007-10-10r24751: Run more tests, remove empty testsuites, more small improvements.Jelmer Vernooij1-3/+3
(This used to be commit 2a5a0819eea86ba322434306e062d13893b5722e)
2007-10-10r24741: More use of the torture API.Jelmer Vernooij1-0/+1
(This used to be commit de05c3651a6e9e6611b296873526afd9292327c1)
2007-10-10r24709: Convert perl test harness output to subunit for nicer display.Jelmer Vernooij1-1/+1
(This used to be commit 1be11bd0a5092ad9102587ea206388234983c479)
2007-10-10r24708: Move subunit code to a separate module.Jelmer Vernooij2-67/+77
(This used to be commit 4be702896d6875b463dee046b34744b0b5699519)
2007-10-10r24707: Remove some more cruft from the test list generation code.Jelmer Vernooij6-23/+4
(This used to be commit 76dddbdb519e2ff5384cb931cd24d6763985c5b2)
2007-10-10r24706: Move nmblookup tests to separate blackbox testsuite.Jelmer Vernooij2-10/+7
(This used to be commit aeb2e714f22abe68f89218967a55d7abd2d04ae1)
2007-10-10r24705: Avoid undefined value warnings.Jelmer Vernooij1-1/+5
(This used to be commit 10f266e4d6a821a91bfa612d744eb7a4bab4ba6a)
2007-10-10r24692: Color expected fialures orange rather than green.Jelmer Vernooij2-5/+30
(This used to be commit cadfc0a7a1a86122f9dc5f127c0cd8be89cdaf46)
2007-10-10r24689: There is no such test as LDAP-UPTODATENESS.Jelmer Vernooij1-1/+1
(This used to be commit ebdb0ce83b66faeeb3396f293c7fc8ed52c387e7)
2007-10-10r24687: Registry tests are succeeding now so remove from known failure list, ↵Jelmer Vernooij2-32/+93
add summary page with failures and skipped tests to html output. (This used to be commit 227659c2c05f76a37e1c9d20dc3f8b6966a111df)
2007-10-10r24678: More improvements to html output; list unexpected successes and ↵Jelmer Vernooij1-6/+8
failures seperately from expected ones. (This used to be commit 14fda5260d49a89d7e74302958fe27b73415e6a1)
2007-10-10r24675: Specify mode to mkdir, as required by some versions of perl.Jelmer Vernooij1-1/+1
(This used to be commit 2a21e69cd334fca7da8997562356e813a20a038f)
2007-10-10r24671: More improvements to the HTML test suite results: hideJelmer Vernooij5-24/+156
control messages, improve summary, stylesheet. (This used to be commit fcc2320417707ec803d706a923a231fbd1bb72a7)
2007-10-10r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ ↵Jelmer Vernooij4-32/+151
for an example of the current output. (This used to be commit 1e57394e865a9122bddb3413088a19d4f57a3e3d)
2007-10-10r24665: Close file handles properly.Jelmer Vernooij1-12/+15
(This used to be commit 7f914b08a77c6035918d9f4463990f1dd8f3efb9)
2007-10-10r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying moreAndrew Bartlett1-0/+20
combinations of modules. Andrew Bartlett (This used to be commit 481a3f0b2ac217b0db2f481479d655910514b56c)
2007-10-10r24345: Add --format=html option to selftest.Jelmer Vernooij4-9/+162
(This used to be commit de66bced9468b338e94d430a474616016c6078a5)
2007-10-10r24342: Move environments into a separate directory.Jelmer Vernooij7-94/+33
(This used to be commit e3fe7ef92bae1a870c9de9f90becb3a3c67f98fe)
2007-10-10r24339: Move output functions to separate files.Jelmer Vernooij3-178/+227
(This used to be commit f4ff4c5f61189c71ab60a5455272302add9e1d97)
2007-10-10r24338: Add callbacks for starting and finishing tests.Jelmer Vernooij2-11/+114
(This used to be commit 824833b59a1c9c829cea4e5c4bfd2387b1bc7a2f)
2007-10-10r24301: The less escape characters the better. This changes the winbindAndrew Bartlett2-3/+4
seperator to /, which is not an escape character, and uses the fact that we always support / as the DOMAIN/username seperator. Andrew Bartlett (This used to be commit 84c1bea458518a1550619a5103d8237fc4db2503)
2007-10-10r23964: Update blackbox selftest scripts to cover more code, and to moreAndrew Bartlett1-3/+3
consistantly report errors. (Some were being lost due to the "echo foo | cmd" calling convention). Andrew Bartlett (This used to be commit d0a994d0ce7b1d4a33bbca5348c2da868401971f)