summaryrefslogtreecommitdiff
path: root/source3/script/tests/tests_all.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-05-06selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin1-2/+2
(This used to be commit 6fb1fe803ccbd3af2946fcbe4586c11d394d5dc2)
2008-04-01test: add test script for testing "net registry".Michael Adam1-0/+7
Michael (This used to be commit fa5968a26b552d7f13574a826e506ed2d6630feb)
2008-03-31test: add (and unify) sectioning output of subtests in tests_all.shMichael Adam1-2/+8
Michael (This used to be commit d775194e9c7b75182c485fba427b20ec2bfcf16c)
2008-03-31test: add possibility to select tests to run via tests_all.sh (make test)Michael Adam1-8/+14
This allows to select the tests to run with tests_all.sh by setting the environment variable "RUNTESTS". Example: RUNTESTS="smbclient_s3_encrypted wbinfo_s3" make test Michael (This used to be commit bf4af79f050cceb6611a8aa3d893b59b816a41ce)
2008-03-31test: in tests_all.sh, wrap calls to test scripts into shell functions.Michael Adam1-20/+63
This is in preparation for enabling running only selected test scripts through "make test". Michael (This used to be commit ad1fbadf81c915425301ec495744c11f3103169f)
2008-01-30ntlm_auth: Add a blackbox test.Kai Blin1-0/+1
(This used to be commit f02b74fc067074d8e48e186a7b7255a244592f7d)
2008-01-06Review feedback from metze.Jelmer Vernooij1-3/+2
(This used to be commit 015cf6b6adfa87ff7c5bb1cec9f98237bad075e1)
2008-01-06Use metze's approach.Jelmer Vernooij1-4/+3
(This used to be commit 126cc075995ffaeb65317627acae05c1b96cebd0)
2008-01-04"Desting" -> "Testing"Jeremy Allison1-1/+1
Jeremy. (This used to be commit c3f3ec5cd5f9ffe8d08356dfd22b1cb6943829ad)
2008-01-04Try and fix scripting errors.Jeremy Allison1-4/+4
Jeremy (This used to be commit c84f2234fe0068a69fefa3c3ec219d4a95479b0c)
2008-01-04Better way of testing enc.Jeremy Allison1-0/+4
Jeremy. (This used to be commit c5800235018330f0c1bbe307cd733597ac9b6686)
2007-12-23selftest: also export LD_LIBRARY_PATH for samba4's smbtortureStefan Metzmacher1-0/+3
metze (This used to be commit f5570dcf503a4b28ebf624d06fd090f3b6b0a560)
2007-12-14selftest: reenable wbinfo tests and pass --configfile instead of -sStefan Metzmacher1-1/+1
metze (This used to be commit 56251f78524416435299e26fca405e77d0f42043)
2007-12-14selftest: disable wbinfo testsStefan Metzmacher1-1/+1
wbinfo needs to take --config-file to work... metze (This used to be commit a8a74fc88cb6f4be1efdc1afab9b91defcd015ae)
2007-12-14selftest: add a bunch of wbinfo based tests for winbinddStefan Metzmacher1-0/+1
metze (This used to be commit 88b6d2c0e83f515e2f83e5b4edc0728c434c7294)
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-6/+12
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
2007-10-10r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba ↵Jelmer Vernooij1-12/+6
4's selftest code. See the mailing list for details. (This used to be commit bdc831ddb3a860676c36bbd89e6f748946df68a1)
2007-10-10r23429: Ooops, sorry.Volker Lendecke1-3/+3
Revert an accidential checkin of r23410. Volker (This used to be commit 23ecb5439f509f8f1eef6dded74357af5760094f)
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-3/+3
I'm 100% certain I've forgotten to merge something, but the main code should be in. It's mainly in dbwrap_ctdb.c, ctdbd_conn.c and messages_ctdbd.c. There should be no changes to the non-cluster case, it does survive make test on my laptop. It survives some very basic tests with ctdbd enables, I did not do the full test suite for clusters yet. Phew... Volker (This used to be commit 15553d6327a3aecdd2b0b94a3656d04bf4106323)
2007-10-10r21767: Revert all the bits I accidentally committed in r21766.James Peach1-3/+3
(This used to be commit 7e862b908057b7971f8163ee94c9358a63998e87)
2007-10-10r21766: Fix compiler warning.James Peach1-3/+3
(This used to be commit f82ac78b2fa623f5868201bd54ffac9c8f318eef)
2007-10-10r17953: run bin/talloctort with samba3's make testStefan Metzmacher1-0/+1
metze (This used to be commit 2d3ab069ddcb28ebd7cc72021a3510a606b50630)
2007-10-10r17623: Revert accidential commitVolker Lendecke1-2/+2
(This used to be commit 8dcc4e7dd6dd879f341b58fc04cb1308c0463862)
2007-10-10r17622: Add a framework for a printing backend designed to support the build ↵Volker Lendecke1-2/+2
farm. If we want to walk more printing code in the build farm I think doing that with a customized printing backend is much easier than with a set of shell scripts. Jerry, comments? Volker (This used to be commit 949cd6b992364d2bc60fd59051b6ac1c4cc4288c)
2007-10-10r16025: make sure the samba4's smbtorture can be executedStefan Metzmacher1-2/+3
metze (This used to be commit bed220afb816138a3e806c5d20e812667f6994ae)
2007-10-10r14678: - we need to use 127.0.0.2/8 as interface for the serverStefan Metzmacher1-1/+4
as nmbd skip interfaces with address 127.0.0.1 - add samba3 smbclient -L tests - add samba3 smbtorture tests metze (This used to be commit 835f8f4339f41619ec890e38569b745c5ef5d44e)
2007-10-10r14632: add basic 'make test' using samba4's smbtortureStefan Metzmacher1-0/+8
I'll try to add some tests using samba3's smbtorture and smbclient later. can someone check if this would be save to run on the build-farm without leaking child processes... metze (This used to be commit 899fd6808ebd04d039caf7199c60d34a4987b43a)