1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source4/selftest
Stefan Metzmacher 0988b807f6 r25435: actually pass the statistics to the buildfarm output module
to calculate the SELFTEST RUNTIME correct

metze
(This used to be commit 12e4851709)
2007-10-10 15:07:32 -05:00
..
env r25359: Set up Samba3 as dc. 2007-10-10 15:07:17 -05:00
output r25435: actually pass the statistics to the buildfarm output module 2007-10-10 15:07:32 -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 r24893: Update documentation for selftest. 2007-10-10 15:03:31 -05:00
selftest.pl r25435: actually pass the statistics to the buildfarm output module 2007-10-10 15:07:32 -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_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 r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding share from command-line in smbtorture. 2007-10-10 15:07:18 -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
tests_all.sh r25394: Print out version info in test output for use by Samba 3. 2007-10-10 15:07:24 -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