summaryrefslogtreecommitdiffstats
path: root/source4/script/tests/selftest.sh
Commit message (Collapse)AuthorAgeFilesLines
* r8269: added automatic testing of rpc calls from ejs in 'make test'Andrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit c760180119b4ac9307783bc50892a3dc57b2465e)
* r8020: - add --with-selftest-prefix option that specify the prefix used in ↵Stefan Metzmacher2007-10-101-6/+13
| | | | | | | | | | | make test - also we use ./prefix test as default and not `pwd`/prefix-test to workaround the path length limit for unix sockets ... char sun_path[108]; ... metze (This used to be commit d04057b932266325b1267597b2bc202db392a88a)
* r7930: - added testing of the cifs passthru backendAndrew Tridgell2007-10-101-8/+18
| | | | | - removed redundent $ADDARG code in selftest (This used to be commit e431d0e9525c633c663ca48baea321369e39b226)
* r7914: - we don't need to override the database locations in selftest any moreAndrew Tridgell2007-10-101-5/+6
| | | | | - make sure we create the tls directory (This used to be commit 0b1323f086acff331be20ee341966113a288393e)
* r7871: setup spoolss, wins and hklm dbs correctly in selftestAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit 59a0fe2c0451d1aa947fd74a5fe8c631dc951bf6)
* r7775: solaris uses 'lo0' for loopback network, so by using lo* we should ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | cover both (This used to be commit 1a80ac6aa84ea547a64557f879a47556f477432d)
* r7771: - added ldaps and NTLMSSP testing to ldap testsAndrew Tridgell2007-10-101-1/+1
| | | | | - added testing of extended search operations (This used to be commit 2dc511b09cf1c912de140c07db64c9b151c3d23f)
* r7760: make client tools get the right config file in 'make test'Andrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit 13fc167211272f5dba3540202f5842573178b740)
* r7684: Add a test aimed at checking we have agreement between client andAndrew Bartlett2007-10-101-0/+1
| | | | | | | | | | server as to the CIFS session key. JRA had pain with this being wrong against NT4 (without spnego), hence this specific test. Andrew Bartlett (This used to be commit 47f433708ba38db9bf569567cc048e65f2786ebe)
* r7671: added ldap testing to the set of standard testsAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit dcdf44024aa93e7eca54247d9058904c6950fae7)
* r7506: handle the case where cron does not setup $USERAndrew Tridgell2007-10-101-1/+4
| | | | (This used to be commit d4c1a1be0acbb11df4cfef5e454787b3f86f4181)
* r7499: ensure that the account we run tests as ("Administrator") maps to theAndrew Tridgell2007-10-101-1/+3
| | | | | | | | unixName that we are running as in the test suite. Otherwise files are created as a user without any entry in the sam, so the ACL doesn't allow that user read permission when it should. This should fix the RAW-ACLS test in the build farm. (This used to be commit 30445483e4facb0a1d8a5979a2eac6c166193c09)
* r7495: used --maximum-runtime=300 for each smbtorture call, to prevent itAndrew Tridgell2007-10-101-0/+5
| | | | | running too long (This used to be commit 3d70755abfb7764379d648e9bc1697ae9289d02b)
* r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX ↵Andrew Tridgell2007-10-101-0/+7
| | | | | | | | | | | | | | | | | is setup - use loopback interface only, otherwise nbtd will answer with a real ip, which the socket wrapper code will fail to connect to - enable eadb for posix testing - sleeping to wait for smbd to start is pointless, as smbd won't start till its fifo is opened due to the fifo redirection on stdin - sleep for a few seconds to allow for nbt server to register names after opening fifo - use bcast name resolution, so we don't rely on /etc/hosts being right (This used to be commit 9ce2b9a79ba34705bcd8c32db1e084763702faec)
* r7466: add RPC-SPOOLSS to the supported testsStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 3c1d2364450a4f157e5f19c01295a8575adebaff)
* r7463: - move some more stuff into functionsStefan Metzmacher2007-10-101-14/+15
| | | | | | | - try to kill all jobs return by jobs -p metze (This used to be commit e4f5e52a8454fc2e6d5536e2cc9eb918c6c0e174)
* r7434: - do local tests step by step for better build-farm outputStefan Metzmacher2007-10-101-2/+2
| | | | | | | - fix typo ADDARGS -> ADDARG metze (This used to be commit 38e5198b1121725b4f1c9b27ac2f97bee43607fe)
* r7432: export SMBD_TEST_FIFOStefan Metzmacher2007-10-101-4/+14
| | | | | | | | we can later check if this file exists, in the testit function, and only run the tests if smbd is still up metze (This used to be commit e0b17129f837bef1bca25b77107c65cbaadf13f3)
* r7427: disable torture progress outout from the build farmStefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 288fcf18fec871abc74f4330c880fcf20772dbb1)
* r7421: - move test* functions to a seperate fileStefan Metzmacher2007-10-101-11/+3
| | | | | | | - print build farm style output when RUN_FROM_BUILD_FARM=yes metze (This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)
* r7403: minimize the sharedelayStefan Metzmacher2007-10-101-0/+1
| | | | | | | tridge: is that a good value? metze (This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)
* r7402: - don't stop after a failed testStefan Metzmacher2007-10-101-6/+12
| | | | | | | - some more fixes metze (This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)
* r7397: - don't exit when one test failsStefan Metzmacher2007-10-101-6/+21
| | | | | | | - some other cleanups metze (This used to be commit d8490399d91007dfcbada15f917ce56ab88370fc)
* r7388: - fix calling of test_posix.shStefan Metzmacher2007-10-101-5/+6
| | | | | | | - move smbd_fifo into the prefix dir metze (This used to be commit 1f0168e18026268671c9745a193a0002da3dda30)
* r6852: implement an idea from kinkie to make the 'make test' target ↵Andrew Tridgell2007-10-101-7/+10
| | | | | | | | | automatically kill smbd when finished, using a fifo this makes 'make test' much safer for build farm usage (This used to be commit a33a424d5bdb24797a83097b8ae6b9ca70793295)
* r6577: Make test works without installation now.Jelmer Vernooij2007-10-101-13/+27
| | | | | | Running as a non-root user using socket_wrapper is possible by simple export SOCKET_WRAPPER_DIR before running 'make test' (This used to be commit 6d93fcc407cfd98e42045c65456cfb0c45f0ff1a)
* r6568: Some more small 'make test' fixesJelmer Vernooij2007-10-101-7/+5
| | | | (This used to be commit 02160c991a7e9bef2fabfe338a772e32679edf5d)
* r6567: Use "real" prefix for 'make test'Jelmer Vernooij2007-10-101-5/+5
| | | | (This used to be commit 195753b6afe3115762bcc4d579bc4a9f1c45af75)
* r6564: - Fix bug in socket_wrapperJelmer Vernooij2007-10-101-0/+39
- Add options --quiet and --outputdir options to the provisioning script - Add simple 'make test' and 'make test-swrap' (This used to be commit 7d2d4a57e0e58a51c76c2e86ea447e81a1d79544)