1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/selftest
Andrew Bartlett 20e9fe6b50 r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying more
combinations of modules.

Andrew Bartlett
(This used to be commit 481a3f0b2a)
2007-10-10 15:02:02 -05:00
..
env r24503: Make 'make test TEST_LDAP=yes' pass on Fedora 7, by trying more 2007-10-10 15:02:02 -05:00
output r24345: Add --format=html option to selftest. 2007-10-10 15:01:42 -05:00
win
mk-keyblobs.sh
README r22599: Document member server. 2007-10-10 14:51:49 -05:00
selftest.pl r24345: Add --format=html option to selftest. 2007-10-10 15:01:42 -05:00
SocketWrapper.pm
test_binding_string.sh
test_blackbox.sh r24342: Move environments into a separate directory. 2007-10-10 15:01:41 -05:00
test_cifs.sh
test_echo.sh
test_ejs.sh r23179: I forgot ejsnet.js script is one of tests. Disable it temporarily. 2007-10-10 14:53:00 -05:00
test_functions.sh
test_ldap.sh
test_local.sh r22995: don't run LOCAL-ICONV twice... 2007-10-10 14:52:38 -05:00
test_member.sh r24301: The less escape characters the better. This changes the winbind 2007-10-10 15:01:37 -05:00
test_nbt.sh r24342: Move environments into a separate directory. 2007-10-10 15:01:41 -05:00
test_net.sh r22871: restore testing against host name instead of ip address 2007-10-10 14:52:26 -05:00
test_nss.sh r23876: Prepare to run nsstest from make test, just not add it to tests_all.sh yet. 2007-10-10 15:01:06 -05:00
test_pidl.sh r23137: make it possible to skip the pidl tests 2007-10-10 14:52:54 -05:00
test_posix.sh
test_quick.sh
test_rpc_quick.sh
test_rpc.sh
test_s3upgrade.sh
test_samba4.pl
test_session_key.sh
test_simple.sh
test_swig.sh
test_w2k3_file.sh
test_w2k3.sh
test_win.sh
tests_all.sh
tests_quick.sh
tests_win2k3_dc.sh
tests_win.sh
TODO

This directory contains test scripts that are useful for running a
bunch of tests all at once. 

The following environments are currently available:

 - none: No server set up
 - dc: Domain controller set up. The following environment variables will 
   be set:
     * USERNAME
	 * PASSWORD
	 * DOMAIN
	 * REALM
	 * SERVER
 - member: Domain controller and member server that is joined to it set up. The
   following environment variables will be set:
     * USERNAME
	 * PASSWORD
	 * DOMAIN
	 * REALM
	 * SERVER (contains the name of the member server)