Andrew Tridgell
c64a68cd40
r8349: as we don't use standard dirs, we need to create smb.conf before we run provision
2007-10-10 13:20:09 -05:00
Andrew Tridgell
52517e48ea
r8348: switch selftest to use the new provision script
2007-10-10 13:20:09 -05:00
Andrew Tridgell
0e9e541e1e
r8300: get the js include path right in selftest
2007-10-10 13:19:33 -05:00
Andrew Tridgell
2a444dedbe
r8298: - started building a library of js routines in scripting/libjs/
...
- switched the existing test programs over to using the library
- added install of js lib
2007-10-10 13:19:33 -05:00
Andrew Tridgell
c760180119
r8269: added automatic testing of rpc calls from ejs in 'make test'
2007-10-10 13:19:28 -05:00
Stefan Metzmacher
d04057b932
r8020: - add --with-selftest-prefix option that specify the prefix used in 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
2007-10-10 13:18:59 -05:00
Andrew Tridgell
e431d0e952
r7930: - added testing of the cifs passthru backend
...
- removed redundent $ADDARG code in selftest
2007-10-10 13:18:51 -05:00
Andrew Tridgell
0b1323f086
r7914: - we don't need to override the database locations in selftest any more
...
- make sure we create the tls directory
2007-10-10 13:18:49 -05:00
Andrew Tridgell
59a0fe2c04
r7871: setup spoolss, wins and hklm dbs correctly in selftest
2007-10-10 13:18:45 -05:00
Andrew Tridgell
1a80ac6aa8
r7775: solaris uses 'lo0' for loopback network, so by using lo* we should cover both
2007-10-10 13:18:35 -05:00
Andrew Tridgell
2dc511b09c
r7771: - added ldaps and NTLMSSP testing to ldap tests
...
- added testing of extended search operations
2007-10-10 13:18:34 -05:00
Andrew Tridgell
13fc167211
r7760: make client tools get the right config file in 'make test'
2007-10-10 13:18:32 -05:00
Andrew Bartlett
47f433708b
r7684: Add a test aimed at checking we have agreement between client and
...
server as to the CIFS session key.
JRA had pain with this being wrong against NT4 (without spnego), hence
this specific test.
Andrew Bartlett
2007-10-10 13:18:22 -05:00
Andrew Tridgell
dcdf44024a
r7671: added ldap testing to the set of standard tests
2007-10-10 13:18:20 -05:00
Andrew Tridgell
d4c1a1be0a
r7506: handle the case where cron does not setup $USER
2007-10-10 13:18:01 -05:00
Andrew Tridgell
30445483e4
r7499: ensure that the account we run tests as ("Administrator") maps to the
...
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.
2007-10-10 13:18:00 -05:00
Andrew Tridgell
3d70755abf
r7495: used --maximum-runtime=300 for each smbtorture call, to prevent it
...
running too long
2007-10-10 13:18:00 -05:00
Andrew Tridgell
9ce2b9a79b
r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX 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
2007-10-10 13:17:58 -05:00
Stefan Metzmacher
3c1d236445
r7466: add RPC-SPOOLSS to the supported tests
...
metze
2007-10-10 13:17:56 -05:00
Stefan Metzmacher
e4f5e52a84
r7463: - move some more stuff into functions
...
- try to kill all jobs return by jobs -p
metze
2007-10-10 13:17:55 -05:00
Stefan Metzmacher
38e5198b11
r7434: - do local tests step by step for better build-farm output
...
- fix typo ADDARGS -> ADDARG
metze
2007-10-10 13:17:53 -05:00
Stefan Metzmacher
e0b17129f8
r7432: export SMBD_TEST_FIFO
...
we can later check if this file exists, in the testit function,
and only run the tests if smbd is still up
metze
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
288fcf18fe
r7427: disable torture progress outout from the build farm
...
metze
2007-10-10 13:17:52 -05:00
Stefan Metzmacher
7e567a6b69
r7421: - move test* functions to a seperate file
...
- print build farm style output when RUN_FROM_BUILD_FARM=yes
metze
2007-10-10 13:17:51 -05:00
Stefan Metzmacher
a7f7ec6cfe
r7403: minimize the sharedelay
...
tridge: is that a good value?
metze
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
e90b83d038
r7402: - don't stop after a failed test
...
- some more fixes
metze
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
d8490399d9
r7397: - don't exit when one test fails
...
- some other cleanups
metze
2007-10-10 13:17:50 -05:00
Stefan Metzmacher
1f0168e180
r7388: - fix calling of test_posix.sh
...
- move smbd_fifo into the prefix dir
metze
2007-10-10 13:17:49 -05:00
Andrew Tridgell
a33a424d5b
r6852: implement an idea from kinkie to make the 'make test' target automatically kill smbd
...
when finished, using a fifo
this makes 'make test' much safer for build farm usage
2007-10-10 13:16:51 -05:00
Jelmer Vernooij
6d93fcc407
r6577: Make test works without installation now.
...
Running as a non-root user using socket_wrapper is possible by simple
export SOCKET_WRAPPER_DIR before running 'make test'
2007-10-10 13:16:27 -05:00
Jelmer Vernooij
02160c991a
r6568: Some more small 'make test' fixes
2007-10-10 13:16:26 -05:00
Jelmer Vernooij
195753b6af
r6567: Use "real" prefix for 'make test'
2007-10-10 13:16:26 -05:00
Jelmer Vernooij
7d2d4a57e0
r6564: - Fix bug in socket_wrapper
...
- Add options --quiet and --outputdir options to the provisioning script
- Add simple 'make test' and 'make test-swrap'
2007-10-10 13:16:26 -05:00