1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/selftest
2007-12-21 05:43:23 +01:00
..
env r25616: Fedora DS now has a way to install the schema and extra configuration 2007-12-21 05:42:54 +01:00
output r25465: improve plain output... 2007-10-10 15:07:41 -05:00
win r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
config.mk r25707: Move selftest makefile code to separate file. 2007-12-21 05:43:23 +01:00
mk-keyblobs.sh r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
README r24893: Update documentation for selftest. 2007-10-10 15:03:31 -05:00
selftest.pl r25622: let --socket-wrapper-keep-pcap imply --socket-wrapper-pcap 2007-12-21 05:42:56 +01:00
SocketWrapper.pm r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
Subunit.pm r25466: fix calculation of $expected_ret, when there're 2007-10-10 15:07:42 -05:00
test_blackbox.sh r24706: Move nmblookup tests to separate blackbox testsuite. 2007-10-10 15:02:52 -05:00
test_cifs.sh r24875: Use more absolute paths to samba4 binaries. 2007-10-10 15:03:25 -05:00
test_echo.sh r24875: Use more absolute paths to samba4 binaries. 2007-10-10 15:03:25 -05:00
test_ejs.sh r24861: Use absolute paths to make it easier to run the testsuite from the Samba3 source. 2007-10-10 15:03:21 -05:00
test_functions.sh r24861: Use absolute paths to make it easier to run the testsuite from the Samba3 source. 2007-10-10 15:03:21 -05:00
test_ldap.sh r24866: Put remainder of binding string tests in librpc/ directory. 2007-10-10 15:03:22 -05:00
test_local.sh r24875: Use more absolute paths to samba4 binaries. 2007-10-10 15:03:25 -05:00
test_member.sh r24945: The behaviour of the SAMR server on a member server is worth testing 2007-10-10 15:03:42 -05:00
test_nbt.sh r24861: Use absolute paths to make it easier to run the testsuite from the Samba3 source. 2007-10-10 15:03:21 -05:00
test_net.sh r24894: Run the libnet tests over just one DCE/RPC transport. Other DCE/RPC tests already check 2007-10-10 15:03:31 -05:00
test_nss.sh r24861: Use absolute paths to make it easier to run the testsuite from the Samba3 source. 2007-10-10 15:03:21 -05:00
test_pidl.sh r25365: Clearer test names 2007-10-10 15:07:19 -05:00
test_posix.sh r24875: Use more absolute paths to samba4 binaries. 2007-10-10 15:03:25 -05:00
test_rpc.sh r25459: Avoid bashism. Reported by Björn Jacke. 2007-10-10 15:07:39 -05:00
test_s3upgrade.sh r24875: Use more absolute paths to samba4 binaries. 2007-10-10 15:03:25 -05:00
test_samba4.pl r22575: move script/tests/ -> selftest/ 2007-10-10 14:51:46 -05:00
test_session_key.sh r24891: Fix smbtorture to exit non-zero if a test suite wasn't found. 2007-10-10 15:03:30 -05:00
test_simple.sh r25365: Clearer test names 2007-10-10 15:07:19 -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
test_winbind.sh r25504: run WINBIND tests for samba3 2007-10-10 15:07:44 -05:00
tests_all.sh r25504: run WINBIND tests for samba3 2007-10-10 15:07:44 -05:00
tests_quick.sh r25394: Print out version info in test output for use by Samba 3. 2007-10-10 15:07:24 -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 r24893: Update documentation for selftest. 2007-10-10 15:03:31 -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, no variables set.
 - dc: Domain controller set up. The following environment variables will 
   be set:
     * USERNAME: Administrator user name
	 * PASSWORD: Administrator password
	 * DOMAIN: Domain name
	 * REALM: Realm name
	 * SERVER: DC host name 
	 * SERVER_IP: DC IPv4 address
	 * NETBIOSNAME: DC NetBIOS name
	 * NETIOSALIAS: DC NetBIOS alias

 - member: Domain controller and member server that is joined to it set up. The
   following environment variables will be set:
     * USERNAME: Domain administrator user name
	 * PASSWORD: Domain administrator password
	 * DOMAIN: Domain name
	 * REALM: Realm name
	 * SERVER: Name of the member server