1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/selftest
2007-10-10 15:03: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 r24705: Avoid undefined value warnings. 2007-10-10 15:02:51 -05:00
win r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
mk-keyblobs.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
README r22599: Document member server. 2007-10-10 14:51:49 -05:00
selftest.pl r24741: More use of the torture API. 2007-10-10 15:03:02 -05:00
SocketWrapper.pm r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
Subunit.pm r24708: Move subunit code to a separate module. 2007-10-10 15:02:52 -05:00
test_binding_string.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
test_blackbox.sh r24706: Move nmblookup tests to separate blackbox testsuite. 2007-10-10 15:02:52 -05:00
test_cifs.sh r24707: Remove some more cruft from the test list generation code. 2007-10-10 15:02:52 -05:00
test_echo.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
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 r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
test_ldap.sh r24689: There is no such test as LDAP-UPTODATENESS. 2007-10-10 15:02:44 -05:00
test_local.sh r24707: Remove some more cruft from the test list generation code. 2007-10-10 15:02:52 -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 r24706: Move nmblookup tests to separate blackbox testsuite. 2007-10-10 15:02:52 -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 r24709: Convert perl test harness output to subunit for nicer display. 2007-10-10 15:02:53 -05:00
test_posix.sh r24707: Remove some more cruft from the test list generation code. 2007-10-10 15:02:52 -05:00
test_quick.sh r24707: Remove some more cruft from the test list generation code. 2007-10-10 15:02:52 -05:00
test_rpc_quick.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
test_rpc.sh r24751: Run more tests, remove empty testsuites, more small improvements. 2007-10-10 15:03:02 -05:00
test_s3upgrade.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
test_samba4.pl r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
test_session_key.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
test_simple.sh r24707: Remove some more cruft from the test list generation code. 2007-10-10 15:02:52 -05:00
test_swig.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
test_w2k3_file.sh r24707: Remove some more cruft from the test list generation code. 2007-10-10 15:02:52 -05:00
test_w2k3.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
test_win.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
tests_all.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
tests_quick.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
tests_win2k3_dc.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
tests_win.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
TODO r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00

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)