1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/testsuite
Herb Lewis a363e5d8c5 source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is done
in prs_init now

testsuite/printing/psec.c	cannot do a prs_mem_free() when tdb_prs_fetch fails
				as the prs structure has not been initialized
0001-01-01 00:00:00 +00:00
..
build_farm We might not have the 'samba' directory in the samba_3_0 build. 0001-01-01 00:00:00 +00:00
config Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNG 0001-01-01 00:00:00 +00:00
lib Cleaned up bitrot in nsswitch testsuite. Merged tests across from TNG 0001-01-01 00:00:00 +00:00
libsmbclient/src Ignore bin directory. 0001-01-01 00:00:00 +00:00
nsswitch Allow lookup of users with spaces in their name. 0001-01-01 00:00:00 +00:00
printing source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is done 0001-01-01 00:00:00 +00:00
server Test transfer of large random file w/o corruption. 0001-01-01 00:00:00 +00:00
smbd Test for reloading smb.conf after SIGHUP. Needs to be run as root. 0001-01-01 00:00:00 +00:00
README Little note about what's happening with Satyr. 0001-01-01 00:00:00 +00:00

README for testsuite directory
------------------------------

The Samba testsuite is divided up into the following subdirectories.

    - config          Configuration for DejaGnu program
    - lib	      Various library files used by tool directories
    
    - nsswitch        Tests for nsswitch extensions
    - server	      Miscellaneous server tests
    - rpc_client      Tests for the RPC client library code
    - rpcclient       Tests for the rpcclient program

    - build_farm      Tests designed to run automatically on the build farm

All the scripts except those in build_farm require an unreleased
version of DejaGNU, and although they contain some useful tests they
are not so useful at the moment.  All scripts are migrating to a
single test framework, Satyr.  <cvs://cvs.samba.org/data/cvs/satyr>